01KSKXT6NA93JNJB53KN9B4ZD1: clippy (helios)

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

Buildomat Job: 01KSKXTPK0J9Q5SY50Y0AXH5SG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-27T05:17:58.238Zjob assigned to worker 01KSKXTW4Y0J7Q8BHA5JZ3H3J6 [factory aws, i-09ade5b70248f12d7] (queued for 57 s)
 
22026-05-27T05:18:04.853Zstarting task 0: "setup"
32026-05-27T05:18:04.860Z++ uname -s
42026-05-27T05:18:04.863Z+ kern=SunOS
52026-05-27T05:18:04.863Z+ build_user=build
62026-05-27T05:18:04.863Z+ build_uid=12345
72026-05-27T05:18:04.863Z+ work_dir=/work
82026-05-27T05:18:04.863Z+ input_dir=/input
92026-05-27T05:18:04.863Z+ [[ 0 == 12345 ]]
102026-05-27T05:18:04.863Z+ case "$kern" in
112026-05-27T05:18:04.863Z+ groupadd -g 12345 build
122026-05-27T05:18:04.867Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-27T05:18:06.870Z+ zfs create -o mountpoint=/work rpool/work
142026-05-27T05:18:06.983Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-27T05:18:06.986Z+ home_fs=zfs
162026-05-27T05:18:06.986Z+ [[ zfs == autofs ]]
172026-05-27T05:18:06.986Z+ mkdir -p /home/build
182026-05-27T05:18:06.986Z+ chown build:build /home/build /work
192026-05-27T05:18:08.988Z+ chmod 0700 /home/build /work
202026-05-27T05:18:08.991Zprocess exited: duration 4136 ms, exit code 0
 
212026-05-27T05:18:08.997Zstarting task 1: "rust-toolchain"
222026-05-27T05:18:09.002Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-27T05:18:09.002Z * rust toolchain channel = "1.94.0"
242026-05-27T05:18:09.002Z * rust toolchain profile = "default"
252026-05-27T05:18:09.002Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-27T05:18:09.003Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-27T05:18:09.003Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-27T05:18:09.006Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-27T05:18:09.006Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-27T05:18:09.087Zinfo: downloading installer
312026-05-27T05:18:10.465Zwarn: It looks like you have an existing rustup settings file at:
322026-05-27T05:18:10.465Zwarn: /home/build/.rustup/settings.toml
332026-05-27T05:18:10.465Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-27T05:18:10.465Zwarn: instead of the one inferred from the default host triple.
352026-05-27T05:18:10.478Zinfo: profile set to default
362026-05-27T05:18:10.478Zinfo: default host triple is x86_64-unknown-illumos
372026-05-27T05:18:10.481Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-27T05:18:10.611Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-27T05:18:10.637Zinfo: downloading 6 components
402026-05-27T05:18:24.421Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-27T05:18:24.421Z
422026-05-27T05:18:24.450Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-27T05:18:24.450Z
442026-05-27T05:18:24.454Z
452026-05-27T05:18:24.454ZRust is installed now. Great!
462026-05-27T05:18:24.454Z
472026-05-27T05:18:24.454ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-27T05:18:24.454Zenvironment variable. This has not been done automatically.
492026-05-27T05:18:24.454Z
502026-05-27T05:18:24.454ZTo configure your current shell, you need to source
512026-05-27T05:18:24.454Zthe corresponding env file under $HOME/.cargo.
522026-05-27T05:18:24.454Z
532026-05-27T05:18:24.454ZThis is usually done by running one of the following (note the leading DOT):
542026-05-27T05:18:24.454Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-27T05:18:24.454Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-27T05:18:24.454Zsource "~/.cargo/env.nu" # For nushell
572026-05-27T05:18:24.454Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-27T05:18:24.454Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-27T05:18:24.454Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-27T05:18:24.454Zwarn: no default linker (`cc`) was found in your PATH
612026-05-27T05:18:24.454Zwarn: many Rust crates require a system C toolchain to build
622026-05-27T05:18:24.555Z+ rustup --version
632026-05-27T05:18:24.562Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-27T05:18:24.566Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-27T05:18:24.584Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-27T05:18:24.588Z+ cargo --version
672026-05-27T05:18:24.601Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-27T05:18:24.604Z+ rustc --version
692026-05-27T05:18:24.625Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-27T05:18:24.629Zprocess exited: duration 15629 ms, exit code 0
 
712026-05-27T05:18:24.635Zstarting task 2: "authentication"
722026-05-27T05:18:24.652Zprocess exited: duration 16 ms, exit code 0
 
732026-05-27T05:18:24.660Zstarting task 3: "clone repository"
742026-05-27T05:18:24.663Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-27T05:18:24.666Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-27T05:18:24.706ZCloning into '/work/oxidecomputer/omicron'...
772026-05-27T05:18:34.569Z+ cd /work/oxidecomputer/omicron
782026-05-27T05:18:34.569Z+ git fetch origin 04f75510a02f379f9a03470e90efc841d3939640
792026-05-27T05:18:34.840ZFrom https://github.com/oxidecomputer/omicron
802026-05-27T05:18:34.840Z * branch 04f75510a02f379f9a03470e90efc841d3939640 -> FETCH_HEAD
812026-05-27T05:18:34.851Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-27T05:18:34.854Z++ git branch --show-current
832026-05-27T05:18:34.855Z+ current=main
842026-05-27T05:18:34.855Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-27T05:18:34.855Z+ git branch -f renovate/crate-hickory-proto-vulnerability 04f75510a02f379f9a03470e90efc841d3939640
862026-05-27T05:18:34.862Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-27T05:18:35.092ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-27T05:18:35.095Z+ git reset --hard 04f75510a02f379f9a03470e90efc841d3939640
892026-05-27T05:18:35.108ZHEAD is now at 04f75510a Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-27T05:18:35.112Zprocess exited: duration 10451 ms, exit code 0
 
912026-05-27T05:18:35.118Zstarting task 4: "build"
922026-05-27T05:18:35.122Z+ source ./env.sh
932026-05-27T05:18:35.122Z++ OLD_SHELL_OPTS=ehxB
942026-05-27T05:18:35.122Z++ set -o xtrace
952026-05-27T05:18:35.125Z++++ dirname ./env.sh
962026-05-27T05:18:35.128Z+++ readlink -f .
972026-05-27T05:18:35.131Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-27T05:18:35.131Z++ 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-27T05:18:35.131Z++ 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-27T05:18:35.131Z++ 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-27T05:18:35.131Z++ 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-27T05:18:35.131Z++ 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-27T05:18:35.131Z++ 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-27T05:18:35.131Z++ 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-27T05:18:35.131Z++ 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-27T05:18:35.131Z++ case $OLD_SHELL_OPTS in
1072026-05-27T05:18:35.131Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-05-27T05:18:35.131Z+ source .github/buildomat/ci-env.sh
1092026-05-27T05:18:35.131Z++ export CARGO_TERM_COLOR=always
1102026-05-27T05:18:35.131Z++ CARGO_TERM_COLOR=always
1112026-05-27T05:18:35.131Z+ cargo --version
1122026-05-27T05:18:35.139Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-05-27T05:18:35.142Z+ rustc --version
1142026-05-27T05:18:35.164Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-05-27T05:18:35.166Z+ banner prerequisites
1162026-05-27T05:18:35.169Z
1172026-05-27T05:18:35.169Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-05-27T05:18:35.169Z # # # # # # # # # # # # # # #
1192026-05-27T05:18:35.169Z # # # # ##### # # ##### # # # # # #### #
1202026-05-27T05:18:35.169Z ##### ##### # ##### # # # # # # # # #
1212026-05-27T05:18:35.169Z # # # # # # # # # # # # # # #
1222026-05-27T05:18:35.169Z # # # ###### # # ###### ### # #### # #### #
1232026-05-27T05:18:35.170Z
1242026-05-27T05:18:35.170Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-05-27T05:18:36.861Z Startup: Refreshing catalog 'helios' ... Done
1262026-05-27T05:18:36.937Z Startup: Caching catalogs ... Done
1272026-05-27T05:18:37.198ZPlanning: Solver setup ... Done (0.226s)
1282026-05-27T05:18:37.216ZPlanning: Running solver ... Done (0.018s)
1292026-05-27T05:18:37.223ZPlanning: Finding local manifests ... Done (0.003s)
1302026-05-27T05:18:37.236ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-27T05:18:37.253ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-27T05:18:37.267ZPlanning: Package planning ... Done (0.013s)
1332026-05-27T05:18:37.270ZPlanning: Merging actions ... Done (0.001s)
1342026-05-27T05:18:37.456ZPlanning: Checking for conflicting actions ... Done (0.187s)
1352026-05-27T05:18:37.459ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-05-27T05:18:38.467ZPlanning: Evaluating mediators ... Done (1.010s)
1372026-05-27T05:18:38.470ZPlanning: Planning completed in 1.51 seconds
1382026-05-27T05:18:38.476Z Packages to install: 2
1392026-05-27T05:18:38.479Z Estimated space available: 156.07 GB
1402026-05-27T05:18:38.479ZEstimated space to be consumed: 22.53 MB
1412026-05-27T05:18:38.479Z Create boot environment: No
1422026-05-27T05:18:38.479ZCreate backup boot environment: No
1432026-05-27T05:18:38.479Z Rebuild boot archive: No
1442026-05-27T05:18:38.479Z
1452026-05-27T05:18:38.479ZChanged packages:
1462026-05-27T05:18:38.479Zhelios
1472026-05-27T05:18:38.479Z developer/build-essential
1482026-05-27T05:18:38.479Z None -> 11-3.0
1492026-05-27T05:18:38.479Z library/libxmlsec1
1502026-05-27T05:18:38.479Z None -> 1.2.35-3.0
1512026-05-27T05:18:38.511Z
1522026-05-27T05:18:38.512ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-05-27T05:18:39.103ZDownload: Completed 1.28 MB in 0.59 seconds (2.2M/s)
1542026-05-27T05:18:39.151Z Actions: 1/268 actions (Installing new actions)
1552026-05-27T05:18:39.189Z Actions: Completed 268 actions in 0.04 seconds.
1562026-05-27T05:18:39.220ZFinalize: Updating package state database ... Done (0.031s)
1572026-05-27T05:18:39.220ZFinalize: Updating package cache ... Done (0.000s)
1582026-05-27T05:18:39.239ZFinalize: Updating image state ... Done (0.018s)
1592026-05-27T05:18:41.668ZFinalize: Creating fast lookup database ... Done (2.408s)
1602026-05-27T05:18:41.743ZFinalize: Reading search index ... Done (0.018s)
1612026-05-27T05:18:41.746ZFinalize: Updating search index ... Done (0.000s)
1622026-05-27T05:18:41.798ZFinalize: Updating package cache ... Done (0.000s)
1632026-05-27T05:18:42.105ZPlanning: Evaluating mediator changes ... Done
1642026-05-27T05:18:42.211ZPlanning: Checking for conflicting actions ... Done
1652026-05-27T05:18:42.214ZPlanning: Consolidating action changes ... Done
1662026-05-27T05:18:42.369ZPlanning: Evaluating mediators ... Done
1672026-05-27T05:18:42.372ZPlanning: Planning completed in 0.27 seconds
1682026-05-27T05:18:42.392Z Mediators to change: 2
1692026-05-27T05:18:42.392Z Create boot environment: No
1702026-05-27T05:18:42.392ZCreate backup boot environment: No
1712026-05-27T05:18:42.430ZFinalize: Updating package state database ... Done
1722026-05-27T05:18:42.430ZFinalize: Updating package cache ... Done
1732026-05-27T05:18:42.440ZFinalize: Updating image state ... Done
1742026-05-27T05:18:44.414ZFinalize: Creating fast lookup database ... Done
1752026-05-27T05:18:44.483ZFinalize: Reading search index ... Done
1762026-05-27T05:18:44.486ZFinalize: Updating search index ... Done
1772026-05-27T05:18:44.534ZFinalize: Updating package cache ... Done
1782026-05-27T05:18:44.820ZPlanning: Evaluating mediator changes ... Done
1792026-05-27T05:18:44.928ZPlanning: Checking for conflicting actions ... Done
1802026-05-27T05:18:44.930ZPlanning: Consolidating action changes ... Done
1812026-05-27T05:18:45.086ZPlanning: Evaluating mediators ... Done
1822026-05-27T05:18:45.089ZPlanning: Planning completed in 0.27 seconds
1832026-05-27T05:18:45.109Z Mediators to change: 1
1842026-05-27T05:18:45.109Z Create boot environment: No
1852026-05-27T05:18:45.109ZCreate backup boot environment: No
1862026-05-27T05:18:45.162ZFinalize: Updating package state database ... Done
1872026-05-27T05:18:45.162ZFinalize: Updating package cache ... Done
1882026-05-27T05:18:45.172ZFinalize: Updating image state ... Done
1892026-05-27T05:18:47.133ZFinalize: Creating fast lookup database ... Done
1902026-05-27T05:18:47.203ZFinalize: Reading search index ... Done
1912026-05-27T05:18:47.206ZFinalize: Updating search index ... Done
1922026-05-27T05:18:47.280ZFinalize: Updating package cache ... Done
1932026-05-27T05:18:47.594ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-05-27T05:18:47.594Zapache system 2.4 system
1952026-05-27T05:18:47.594Zclang system 15 system
1962026-05-27T05:18:47.594Zcsh system system illumos
1972026-05-27T05:18:47.594Zctags system system illumos
1982026-05-27T05:18:47.594Zfile vendor vendor darwinsys
1992026-05-27T05:18:47.594Zfile system system illumos
2002026-05-27T05:18:47.594Zgcc vendor 14 vendor
2012026-05-27T05:18:47.594Zgcc system 13 system
2022026-05-27T05:18:47.594Zgcc system 10 system
2032026-05-27T05:18:47.594Zgo system 1.25 system
2042026-05-27T05:18:47.594Zllvm system 15 system
2052026-05-27T05:18:47.594Zmariadb system 11.4 system
2062026-05-27T05:18:47.595Zmta vendor vendor dma
2072026-05-27T05:18:47.595Zopenjdk system 17 system
2082026-05-27T05:18:47.595Zopenjdk system 11 system
2092026-05-27T05:18:47.595Zopenssl vendor 3 vendor
2102026-05-27T05:18:47.595Zperl system 5.40 system
2112026-05-27T05:18:47.595Zpostgresql system 18 system
2122026-05-27T05:18:47.595Zpostgresql system 17 system
2132026-05-27T05:18:47.595Zpython vendor 3 vendor
2142026-05-27T05:18:47.595Zpython system 2 system
2152026-05-27T05:18:47.595Zpython3 vendor 3.13 vendor
2162026-05-27T05:18:47.595Zruby system 3.4 system
2172026-05-27T05:18:47.595Zruby system 3.0 system
2182026-05-27T05:18:47.595Zwords vendor vendor american-english
2192026-05-27T05:18:47.595Zwords system system australian-english
2202026-05-27T05:18:47.595Zwords system system british-english
2212026-05-27T05:18:47.595Zwords system system canadian-english
2222026-05-27T05:18:47.595Zwords system system french
2232026-05-27T05:18:47.595Zwords system system italian
2242026-05-27T05:18:47.595Zwords system system ngerman
2252026-05-27T05:18:47.595Zwords system system ogerman
2262026-05-27T05:18:47.595Zwords system system spanish
2272026-05-27T05:18:47.856ZPUBLISHER TYPE STATUS P LOCATION
2282026-05-27T05:18:47.856Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-05-27T05:18:48.140ZFMRI IFO
2302026-05-27T05:18:48.140Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-05-27T05:18:48.140Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-05-27T05:18:48.140Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-05-27T05:18:48.140Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-05-27T05:18:48.140Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-05-27T05:18:48.140Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-05-27T05:18:48.140Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-05-27T05:18:48.140Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-05-27T05:18:48.140Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-05-27T05:18:48.396Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-05-27T05:18:48.714Z Updating crates.io index
2412026-05-27T05:18:48.717Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-05-27T05:18:49.188Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-05-27T05:18:49.573Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-05-27T05:18:49.889Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-05-27T05:18:50.897Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-05-27T05:18:51.456Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-27T05:18:52.975Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-05-27T05:18:53.725Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-05-27T05:18:54.084Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-05-27T05:18:54.915Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-05-27T05:18:55.504Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-05-27T05:18:55.829Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-05-27T05:18:56.282Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-05-27T05:18:57.206Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-05-27T05:18:57.657Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-05-27T05:18:57.965Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-05-27T05:18:58.203Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-05-27T05:18:58.554Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-05-27T05:18:58.849Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-05-27T05:18:59.128Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-05-27T05:18:59.364Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-05-27T05:18:59.597Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-05-27T05:19:00.128Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-05-27T05:19:00.642Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-05-27T05:19:00.961Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-27T05:19:01.485Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-27T05:19:01.752Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-27T05:19:02.190Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-27T05:19:03.189Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-27T05:19:03.447Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-27T05:19:04.265Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-27T05:19:04.511Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-27T05:19:04.889Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-27T05:19:05.157Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-27T05:19:05.475Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-05-27T05:19:05.983Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-27T05:19:06.221Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-27T05:19:06.485Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-27T05:19:06.728Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-27T05:19:07.065Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-27T05:19:18.675Z Downloading crates ...
2822026-05-27T05:19:18.727Z Downloaded clap_lex v1.0.0
2832026-05-27T05:19:18.730Z Downloaded clap_derive v4.5.55
2842026-05-27T05:19:18.730Z Downloaded anstream v0.6.21
2852026-05-27T05:19:18.734Z Downloaded cfg-if v1.0.4
2862026-05-27T05:19:18.736Z Downloaded zerofrom v0.1.6
2872026-05-27T05:19:18.737Z Downloaded bytecount v0.6.9
2882026-05-27T05:19:18.737Z Downloaded autocfg v1.5.0
2892026-05-27T05:19:18.739Z Downloaded serde_spanned v0.6.9
2902026-05-27T05:19:18.740Z Downloaded ordered-float v2.10.1
2912026-05-27T05:19:18.740Z Downloaded scroll_derive v0.12.1
2922026-05-27T05:19:18.740Z Downloaded smawk v0.3.2
2932026-05-27T05:19:18.742Z Downloaded fnv v1.0.7
2942026-05-27T05:19:18.742Z Downloaded dtrace-parser v0.2.0
2952026-05-27T05:19:18.743Z Downloaded camino-tempfile v1.4.1
2962026-05-27T05:19:18.743Z Downloaded version_check v0.9.5
2972026-05-27T05:19:18.746Z Downloaded typeid v1.0.3
2982026-05-27T05:19:18.746Z Downloaded serde-untagged v0.1.9
2992026-05-27T05:19:18.749Z Downloaded erased-serde v0.4.9
3002026-05-27T05:19:18.755Z Downloaded utf8_iter v1.0.4
3012026-05-27T05:19:18.758Z Downloaded yoke-derive v0.8.1
3022026-05-27T05:19:18.758Z Downloaded utf8parse v0.2.2
3032026-05-27T05:19:18.758Z Downloaded stable_deref_trait v1.2.1
3042026-05-27T05:19:18.761Z Downloaded usdt v0.5.0
3052026-05-27T05:19:18.761Z Downloaded unicode-xid v0.2.6
3062026-05-27T05:19:18.764Z Downloaded usdt-attr-macro v0.5.0
3072026-05-27T05:19:18.764Z Downloaded toml_write v0.1.2
3082026-05-27T05:19:18.767Z Downloaded plain v0.2.3
3092026-05-27T05:19:18.767Z Downloaded icu_properties v2.1.2
3102026-05-27T05:19:18.770Z Downloaded thread-id v4.2.2
3112026-05-27T05:19:18.770Z Downloaded zmij v1.0.21
3122026-05-27T05:19:18.770Z Downloaded zerofrom-derive v0.1.6
3132026-05-27T05:19:18.774Z Downloaded thiserror v1.0.69
3142026-05-27T05:19:18.774Z Downloaded serde_derive v1.0.228
3152026-05-27T05:19:18.777Z Downloaded usdt-macro v0.5.0
3162026-05-27T05:19:18.777Z Downloaded icu_locale_core v2.1.1
3172026-05-27T05:19:18.781Z Downloaded toml_datetime v0.6.11
3182026-05-27T05:19:18.781Z Downloaded strsim v0.11.1
3192026-05-27T05:19:18.781Z Downloaded percent-encoding v2.3.2
3202026-05-27T05:19:18.784Z Downloaded yoke v0.8.1
3212026-05-27T05:19:18.784Z Downloaded smallvec v1.15.1
3222026-05-27T05:19:18.785Z Downloaded unicode-linebreak v0.1.5
3232026-05-27T05:19:18.788Z Downloaded dof v0.3.0
3242026-05-27T05:19:18.788Z Downloaded ucd-trie v0.1.7
3252026-05-27T05:19:18.788Z Downloaded pretty-hex v0.4.1
3262026-05-27T05:19:18.788Z Downloaded clap v4.5.60
3272026-05-27T05:19:18.792Z Downloaded zerovec-derive v0.11.2
3282026-05-27T05:19:18.795Z Downloaded writeable v0.6.2
3292026-05-27T05:19:18.796Z Downloaded tabled_derive v0.7.0
3302026-05-27T05:19:18.796Z Downloaded is_terminal_polyfill v1.70.2
3312026-05-27T05:19:18.798Z Downloaded thiserror v2.0.18
3322026-05-27T05:19:18.802Z Downloaded anstyle-query v1.1.5
3332026-05-27T05:19:18.802Z Downloaded log v0.4.29
3342026-05-27T05:19:18.802Z Downloaded zerocopy-derive v0.7.35
3352026-05-27T05:19:18.805Z Downloaded thiserror-impl v1.0.69
3362026-05-27T05:19:18.805Z Downloaded toml v0.8.23
3372026-05-27T05:19:18.808Z Downloaded usdt-impl v0.5.0
3382026-05-27T05:19:18.808Z Downloaded tinystr v0.8.2
3392026-05-27T05:19:18.811Z Downloaded thiserror-impl v2.0.18
3402026-05-27T05:19:18.814Z Downloaded equivalent v1.0.2
3412026-05-27T05:19:18.814Z Downloaded serde-value v0.7.0
3422026-05-27T05:19:18.814Z Downloaded crypto-common v0.1.7
3432026-05-27T05:19:18.817Z Downloaded potential_utf v0.1.4
3442026-05-27T05:19:18.817Z Downloaded colorchoice v1.0.4
3452026-05-27T05:19:18.817Z Downloaded unicode-ident v1.0.24
3462026-05-27T05:19:18.820Z Downloaded toml_edit v0.22.27
3472026-05-27T05:19:18.824Z Downloaded zerotrie v0.2.3
3482026-05-27T05:19:18.824Z Downloaded heck v0.4.1
3492026-05-27T05:19:18.828Z Downloaded block-buffer v0.10.4
3502026-05-27T05:19:18.828Z Downloaded url v2.5.8
3512026-05-27T05:19:18.828Z Downloaded errno v0.3.14
3522026-05-27T05:19:18.828Z Downloaded cpufeatures v0.2.17
3532026-05-27T05:19:18.833Z Downloaded itoa v1.0.17
3542026-05-27T05:19:18.833Z Downloaded generic-array v0.14.7
3552026-05-27T05:19:18.833Z Downloaded typenum v1.19.0
3562026-05-27T05:19:18.836Z Downloaded terminal_size v0.4.3
3572026-05-27T05:19:18.836Z Downloaded fastrand v2.3.0
3582026-05-27T05:19:18.836Z Downloaded textwrap v0.16.2
3592026-05-27T05:19:18.836Z Downloaded zerovec v0.11.5
3602026-05-27T05:19:18.839Z Downloaded memmap v0.7.0
3612026-05-27T05:19:18.842Z Downloaded macaddr v1.0.1
3622026-05-27T05:19:18.842Z Downloaded cargo-platform v0.2.0
3632026-05-27T05:19:18.842Z Downloaded form_urlencoded v1.2.2
3642026-05-27T05:19:18.845Z Downloaded idna_adapter v1.2.1
3652026-05-27T05:19:18.847Z Downloaded heck v0.5.0
3662026-05-27T05:19:18.849Z Downloaded swrite v0.1.0
3672026-05-27T05:19:18.852Z Downloaded zerocopy v0.7.35
3682026-05-27T05:19:18.857Z Downloaded winnow v0.7.14
3692026-05-27T05:19:18.863Z Downloaded cargo_metadata v0.21.0
3702026-05-27T05:19:18.866Z Downloaded serde_tokenstream v0.2.3
3712026-05-27T05:19:18.866Z Downloaded scroll v0.12.0
3722026-05-27T05:19:18.866Z Downloaded proc-macro-error v1.0.4
3732026-05-27T05:19:18.869Z Downloaded unicode-width v0.2.0
3742026-05-27T05:19:18.873Z Downloaded unicode-width v0.1.14
3752026-05-27T05:19:18.876Z Downloaded synstructure v0.13.2
3762026-05-27T05:19:18.877Z Downloaded proc-macro-error-attr v1.0.4
3772026-05-27T05:19:18.877Z Downloaded sha2 v0.10.9
3782026-05-27T05:19:18.879Z Downloaded byteorder v1.5.0
3792026-05-27T05:19:18.880Z Downloaded pest_derive v2.8.6
3802026-05-27T05:19:18.880Z Downloaded displaydoc v0.2.5
3812026-05-27T05:19:18.882Z Downloaded digest v0.10.7
3822026-05-27T05:19:18.882Z Downloaded anstyle v1.0.13
3832026-05-27T05:19:18.886Z Downloaded quote v1.0.45
3842026-05-27T05:19:18.891Z Downloaded cargo_toml v0.21.0
3852026-05-27T05:19:18.891Z Downloaded camino v1.2.2
3862026-05-27T05:19:18.891Z Downloaded anstyle-parse v0.2.7
3872026-05-27T05:19:18.891Z Downloaded anyhow v1.0.102
3882026-05-27T05:19:18.895Z Downloaded once_cell v1.21.3
3892026-05-27T05:19:18.897Z Downloaded cargo-util-schemas v0.8.2
3902026-05-27T05:19:18.900Z Downloaded indexmap v2.14.0
3912026-05-27T05:19:18.903Z Downloaded tempfile v3.25.0
3922026-05-27T05:19:18.903Z Downloaded litemap v0.8.1
3932026-05-27T05:19:18.906Z Downloaded semver v1.0.28
3942026-05-27T05:19:18.912Z Downloaded fs-err v3.3.0
3952026-05-27T05:19:18.916Z Downloaded pest_generator v2.8.6
3962026-05-27T05:19:18.916Z Downloaded icu_provider v2.1.1
3972026-05-27T05:19:18.919Z Downloaded bitflags v2.11.0
3982026-05-27T05:19:18.928Z Downloaded serde_core v1.0.228
3992026-05-27T05:19:18.934Z Downloaded num-traits v0.2.19
4002026-05-27T05:19:18.937Z Downloaded proc-macro2 v1.0.106
4012026-05-27T05:19:18.940Z Downloaded pest_meta v2.8.6
4022026-05-27T05:19:18.943Z Downloaded papergrid v0.11.0
4032026-05-27T05:19:18.947Z Downloaded icu_normalizer v2.1.1
4042026-05-27T05:19:18.950Z Downloaded getrandom v0.4.1
4052026-05-27T05:19:18.950Z Downloaded serde v1.0.228
4062026-05-27T05:19:18.954Z Downloaded icu_normalizer_data v2.1.1
4072026-05-27T05:19:18.954Z Downloaded memchr v2.8.0
4082026-05-27T05:19:18.966Z Downloaded icu_collections v2.1.1
4092026-05-27T05:19:18.969Z Downloaded hashbrown v0.17.0
4102026-05-27T05:19:18.973Z Downloaded clap_builder v4.5.60
4112026-05-27T05:19:18.982Z Downloaded pest v2.8.6
4122026-05-27T05:19:18.992Z Downloaded idna v1.1.0
4132026-05-27T05:19:18.998Z Downloaded icu_properties_data v2.1.2
4142026-05-27T05:19:19.006Z Downloaded serde_json v1.0.149
4152026-05-27T05:19:19.011Z Downloaded goblin v0.8.2
4162026-05-27T05:19:19.023Z Downloaded tabled v0.15.0
4172026-05-27T05:19:19.036Z Downloaded syn v1.0.109
4182026-05-27T05:19:19.041Z Downloaded syn v2.0.117
4192026-05-27T05:19:19.060Z Downloaded rustix v1.1.3
4202026-05-27T05:19:19.075Z Downloaded libc v0.2.185
4212026-05-27T05:19:19.143Z Compiling proc-macro2 v1.0.106
4222026-05-27T05:19:19.146Z Compiling unicode-ident v1.0.24
4232026-05-27T05:19:19.146Z Compiling quote v1.0.45
4242026-05-27T05:19:19.146Z Compiling serde_core v1.0.228
4252026-05-27T05:19:19.147Z Compiling libc v0.2.185
4262026-05-27T05:19:19.147Z Compiling version_check v0.9.5
4272026-05-27T05:19:19.147Z Compiling serde v1.0.228
4282026-05-27T05:19:19.147Z Compiling memchr v2.8.0
4292026-05-27T05:19:19.525Z Compiling stable_deref_trait v1.2.1
4302026-05-27T05:19:19.604Z Compiling zmij v1.0.21
4312026-05-27T05:19:19.668Z Compiling thiserror v1.0.69
4322026-05-27T05:19:19.788Z Compiling itoa v1.0.17
4332026-05-27T05:19:19.940Z Compiling ucd-trie v0.1.7
4342026-05-27T05:19:19.956Z Compiling autocfg v1.5.0
4352026-05-27T05:19:20.119Z Compiling pest v2.8.6
4362026-05-27T05:19:20.152Z Compiling litemap v0.8.1
4372026-05-27T05:19:20.167Z Compiling writeable v0.6.2
4382026-05-27T05:19:20.198Z Compiling icu_normalizer_data v2.1.1
4392026-05-27T05:19:20.345Z Compiling byteorder v1.5.0
4402026-05-27T05:19:20.362Z Compiling rustix v1.1.3
4412026-05-27T05:19:20.578Z Compiling icu_properties_data v2.1.2
4422026-05-27T05:19:20.661Z Compiling syn v2.0.117
4432026-05-27T05:19:20.730Z Compiling errno v0.3.14
4442026-05-27T05:19:20.743Z Compiling serde_json v1.0.149
4452026-05-27T05:19:20.783Z Compiling bitflags v2.11.0
4462026-05-27T05:19:21.003Z Compiling num-traits v0.2.19
4472026-05-27T05:19:21.039Z Compiling hashbrown v0.17.0
4482026-05-27T05:19:21.188Z Compiling pest_meta v2.8.6
4492026-05-27T05:19:21.212Z Compiling smallvec v1.15.1
4502026-05-27T05:19:21.364Z Compiling equivalent v1.0.2
4512026-05-27T05:19:21.424Z Compiling typeid v1.0.3
4522026-05-27T05:19:21.579Z Compiling indexmap v2.14.0
4532026-05-27T05:19:21.644Z Compiling thread-id v4.2.2
4542026-05-27T05:19:21.655Z Compiling usdt-impl v0.5.0
4552026-05-27T05:19:21.723Z Compiling proc-macro-error-attr v1.0.4
4562026-05-27T05:19:21.740Z Compiling syn v1.0.109
4572026-05-27T05:19:21.936Z Compiling erased-serde v0.4.9
4582026-05-27T05:19:22.007Z Compiling toml_write v0.1.2
4592026-05-27T05:19:22.040Z Compiling winnow v0.7.14
4602026-05-27T05:19:22.361Z Compiling proc-macro-error v1.0.4
4612026-05-27T05:19:22.426Z Compiling log v0.4.29
4622026-05-27T05:19:22.533Z Compiling utf8_iter v1.0.4
4632026-05-27T05:19:22.603Z Compiling plain v0.2.3
4642026-05-27T05:19:22.657Z Compiling utf8parse v0.2.2
4652026-05-27T05:19:22.700Z Compiling camino v1.2.2
4662026-05-27T05:19:22.773Z Compiling getrandom v0.4.1
4672026-05-27T05:19:22.846Z Compiling percent-encoding v2.3.2
4682026-05-27T05:19:22.862Z Compiling thiserror v2.0.18
4692026-05-27T05:19:22.931Z Compiling ordered-float v2.10.1
4702026-05-27T05:19:23.049Z Compiling form_urlencoded v1.2.2
4712026-05-27T05:19:23.069Z Compiling anstyle-parse v0.2.7
4722026-05-27T05:19:23.253Z Compiling synstructure v0.13.2
4732026-05-27T05:19:23.275Z Compiling pest_generator v2.8.6
4742026-05-27T05:19:23.415Z Compiling terminal_size v0.4.3
4752026-05-27T05:19:23.569Z Compiling anstyle v1.0.13
4762026-05-27T05:19:23.637Z Compiling pretty-hex v0.4.1
4772026-05-27T05:19:23.703Z Compiling anstyle-query v1.1.5
4782026-05-27T05:19:23.782Z Compiling colorchoice v1.0.4
4792026-05-27T05:19:23.787Z Compiling cfg-if v1.0.4
4802026-05-27T05:19:23.817Z Compiling is_terminal_polyfill v1.70.2
4812026-05-27T05:19:23.899Z Compiling anstream v0.6.21
4822026-05-27T05:19:23.911Z Compiling serde-untagged v0.1.9
4832026-05-27T05:19:23.942Z Compiling semver v1.0.28
4842026-05-27T05:19:24.037Z Compiling fs-err v3.3.0
4852026-05-27T05:19:24.155Z Compiling unicode-xid v0.2.6
4862026-05-27T05:19:24.200Z Compiling heck v0.5.0
4872026-05-27T05:19:24.223Z Compiling bytecount v0.6.9
4882026-05-27T05:19:24.260Z Compiling unicode-width v0.1.14
4892026-05-27T05:19:24.281Z Compiling fnv v1.0.7
4902026-05-27T05:19:24.310Z Compiling heck v0.4.1
4912026-05-27T05:19:24.356Z Compiling anyhow v1.0.102
4922026-05-27T05:19:24.383Z Compiling clap_lex v1.0.0
4932026-05-27T05:19:24.438Z Compiling strsim v0.11.1
4942026-05-27T05:19:24.532Z Compiling fastrand v2.3.0
4952026-05-27T05:19:24.613Z Compiling once_cell v1.21.3
4962026-05-27T05:19:24.789Z Compiling tempfile v3.25.0
4972026-05-27T05:19:24.807Z Compiling clap_builder v4.5.60
4982026-05-27T05:19:24.829Z Compiling papergrid v0.11.0
4992026-05-27T05:19:24.875Z Compiling memmap v0.7.0
5002026-05-27T05:19:24.944Z Compiling smawk v0.3.2
5012026-05-27T05:19:24.977Z Compiling serde_derive v1.0.228
5022026-05-27T05:19:25.052Z Compiling zerofrom-derive v0.1.6
5032026-05-27T05:19:25.082Z Compiling yoke-derive v0.8.1
5042026-05-27T05:19:25.160Z Compiling zerovec-derive v0.11.2
5052026-05-27T05:19:25.396Z Compiling displaydoc v0.2.5
5062026-05-27T05:19:26.128Z Compiling thiserror-impl v1.0.69
5072026-05-27T05:19:26.226Z Compiling zerocopy-derive v0.7.35
5082026-05-27T05:19:26.242Z Compiling pest_derive v2.8.6
5092026-05-27T05:19:26.255Z Compiling scroll_derive v0.12.1
5102026-05-27T05:19:26.427Z Compiling zerofrom v0.1.6
5112026-05-27T05:19:26.560Z Compiling yoke v0.8.1
5122026-05-27T05:19:26.661Z Compiling thiserror-impl v2.0.18
5132026-05-27T05:19:26.770Z Compiling zerovec v0.11.5
5142026-05-27T05:19:26.912Z Compiling zerotrie v0.2.3
5152026-05-27T05:19:27.090Z Compiling zerocopy v0.7.35
5162026-05-27T05:19:27.222Z Compiling tinystr v0.8.2
5172026-05-27T05:19:27.323Z Compiling potential_utf v0.1.4
5182026-05-27T05:19:27.450Z Compiling icu_locale_core v2.1.1
5192026-05-27T05:19:27.500Z Compiling icu_collections v2.1.1
5202026-05-27T05:19:27.542Z Compiling dtrace-parser v0.2.0
5212026-05-27T05:19:27.723Z Compiling scroll v0.12.0
5222026-05-27T05:19:27.851Z Compiling tabled_derive v0.7.0
5232026-05-27T05:19:27.990Z Compiling goblin v0.8.2
5242026-05-27T05:19:28.009Z Compiling clap_derive v4.5.55
5252026-05-27T05:19:28.151Z Compiling icu_provider v2.1.1
5262026-05-27T05:19:28.296Z Compiling unicode-width v0.2.0
5272026-05-27T05:19:28.355Z Compiling serde_spanned v0.6.9
5282026-05-27T05:19:28.429Z Compiling icu_normalizer v2.1.1
5292026-05-27T05:19:28.456Z Compiling icu_properties v2.1.2
5302026-05-27T05:19:28.474Z Compiling toml_datetime v0.6.11
5312026-05-27T05:19:28.504Z Compiling dof v0.3.0
5322026-05-27T05:19:28.580Z Compiling serde_tokenstream v0.2.3
5332026-05-27T05:19:28.742Z Compiling toml_edit v0.22.27
5342026-05-27T05:19:28.893Z Compiling serde-value v0.7.0
5352026-05-27T05:19:28.909Z Compiling cargo-platform v0.2.0
5362026-05-27T05:19:28.963Z Compiling unicode-linebreak v0.1.5
5372026-05-27T05:19:29.185Z Compiling textwrap v0.16.2
5382026-05-27T05:19:29.213Z Compiling tabled v0.15.0
5392026-05-27T05:19:29.257Z Compiling macaddr v1.0.1
5402026-05-27T05:19:29.405Z Compiling idna_adapter v1.2.1
5412026-05-27T05:19:29.489Z Compiling usdt-macro v0.5.0
5422026-05-27T05:19:29.550Z Compiling idna v1.1.0
5432026-05-27T05:19:29.554Z Compiling usdt-attr-macro v0.5.0
5442026-05-27T05:19:29.670Z Compiling camino-tempfile v1.4.1
5452026-05-27T05:19:29.784Z Compiling clap v4.5.60
5462026-05-27T05:19:29.873Z Compiling url v2.5.8
5472026-05-27T05:19:30.139Z Compiling toml v0.8.23
5482026-05-27T05:19:30.259Z Compiling swrite v0.1.0
5492026-05-27T05:19:30.360Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-05-27T05:19:30.551Z Compiling cargo-util-schemas v0.8.2
5512026-05-27T05:19:30.628Z Compiling cargo_toml v0.21.0
5522026-05-27T05:19:30.949Z Compiling usdt v0.5.0
5532026-05-27T05:19:31.476Z Compiling cargo_metadata v0.21.0
5542026-05-27T05:19:32.410Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-27T05:19:34.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.28s
5562026-05-27T05:19:34.748Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-27T05:19:35.308Z Downloading crates ...
5582026-05-27T05:19:35.403Z Downloaded ciborium-ll v0.2.2
5592026-05-27T05:19:35.416Z Downloaded crossbeam-utils v0.8.21
5602026-05-27T05:19:35.419Z Downloaded csv-core v0.1.13
5612026-05-27T05:19:35.422Z Downloaded bb8 v0.8.6
5622026-05-27T05:19:35.422Z Downloaded async-recursion v1.1.1
5632026-05-27T05:19:35.426Z Downloaded crucible-workspace-hack v0.1.0
5642026-05-27T05:19:35.426Z Downloaded assert_matches v1.5.0
5652026-05-27T05:19:35.429Z Downloaded async-stream-impl v0.3.6
5662026-05-27T05:19:35.429Z Downloaded array-init v0.0.4
5672026-05-27T05:19:35.429Z Downloaded base64ct v1.8.3
5682026-05-27T05:19:35.429Z Downloaded aead v0.5.2
5692026-05-27T05:19:35.433Z Downloaded darling_macro v0.20.11
5702026-05-27T05:19:35.433Z Downloaded cstr-argument v0.1.2
5712026-05-27T05:19:35.433Z Downloaded document-features v0.2.12
5722026-05-27T05:19:35.438Z Downloaded crc8 v0.1.1
5732026-05-27T05:19:35.438Z Downloaded base64 v0.22.1
5742026-05-27T05:19:35.438Z Downloaded dunce v1.0.5
5752026-05-27T05:19:35.445Z Downloaded darling_macro v0.21.3
5762026-05-27T05:19:35.445Z Downloaded arrayvec v0.7.6
5772026-05-27T05:19:35.445Z Downloaded darling_macro v0.23.0
5782026-05-27T05:19:35.445Z Downloaded bcrypt-pbkdf v0.10.0
5792026-05-27T05:19:35.445Z Downloaded async-compression v0.4.41
5802026-05-27T05:19:35.448Z Downloaded fixedbitset v0.4.2
5812026-05-27T05:19:35.448Z Downloaded async-bb8-diesel v0.2.1
5822026-05-27T05:19:35.451Z Downloaded dtrace-parser v0.3.0
5832026-05-27T05:19:35.451Z Downloaded display-error-chain v0.2.2
5842026-05-27T05:19:35.451Z Downloaded async-trait v0.1.89
5852026-05-27T05:19:35.454Z Downloaded float-ord v0.3.2
5862026-05-27T05:19:35.456Z Downloaded clang-sys v1.8.1
5872026-05-27T05:19:35.456Z Downloaded flagset v0.4.7
5882026-05-27T05:19:35.456Z Downloaded env_filter v1.0.0
5892026-05-27T05:19:35.460Z Downloaded enum-as-inner v0.6.1
5902026-05-27T05:19:35.460Z Downloaded difflib v0.4.0
5912026-05-27T05:19:35.460Z Downloaded compression-codecs v0.4.37
5922026-05-27T05:19:35.463Z Downloaded embedded-io v0.4.0
5932026-05-27T05:19:35.466Z Downloaded defmt v0.3.100
5942026-05-27T05:19:35.466Z Downloaded colored v3.1.1
5952026-05-27T05:19:35.470Z Downloaded downcast-rs v2.0.2
5962026-05-27T05:19:35.470Z Downloaded crc v3.4.0
5972026-05-27T05:19:35.470Z Downloaded dropshot-api-manager-types v0.7.2
5982026-05-27T05:19:35.473Z Downloaded compression-core v0.4.31
5992026-05-27T05:19:35.473Z Downloaded base64 v0.21.7
6002026-05-27T05:19:35.476Z Downloaded diesel_table_macro_syntax v0.3.0
6012026-05-27T05:19:35.476Z Downloaded bitfield-macros v0.19.4
6022026-05-27T05:19:35.476Z Downloaded cargo-platform v0.3.2
6032026-05-27T05:19:35.477Z Downloaded dyn-clone v1.0.20
6042026-05-27T05:19:35.481Z Downloaded dof v0.4.0
6052026-05-27T05:19:35.481Z Downloaded crunchy v0.2.4
6062026-05-27T05:19:35.481Z Downloaded crc-catalog v2.4.0
6072026-05-27T05:19:35.485Z Downloaded cfg_aliases v0.2.1
6082026-05-27T05:19:35.485Z Downloaded bit-set v0.5.3
6092026-05-27T05:19:35.485Z Downloaded atty v0.2.14
6102026-05-27T05:19:35.485Z Downloaded dirs-next v2.0.0
6112026-05-27T05:19:35.485Z Downloaded derive_builder_macro v0.20.2
6122026-05-27T05:19:35.485Z Downloaded console v0.15.11
6132026-05-27T05:19:35.490Z Downloaded arrayref v0.3.9
6142026-05-27T05:19:35.490Z Downloaded defmt-parser v1.0.0
6152026-05-27T05:19:35.490Z Downloaded cobs v0.3.0
6162026-05-27T05:19:35.490Z Downloaded bcs v0.1.6
6172026-05-27T05:19:35.493Z Downloaded embedded-io v0.6.1
6182026-05-27T05:19:35.493Z Downloaded backon v1.6.0
6192026-05-27T05:19:35.496Z Downloaded atomicwrites v0.4.4
6202026-05-27T05:19:35.496Z Downloaded atomic-waker v1.1.2
6212026-05-27T05:19:35.500Z Downloaded float-cmp v0.10.0
6222026-05-27T05:19:35.500Z Downloaded fd-lock v4.0.4
6232026-05-27T05:19:35.500Z Downloaded dsl_auto_type v0.2.0
6242026-05-27T05:19:35.505Z Downloaded crossbeam-deque v0.8.6
6252026-05-27T05:19:35.505Z Downloaded either v1.15.0
6262026-05-27T05:19:35.505Z Downloaded ed25519 v2.2.3
6272026-05-27T05:19:35.508Z Downloaded ctr v0.9.2
6282026-05-27T05:19:35.508Z Downloaded derive-ex v0.1.8
6292026-05-27T05:19:35.508Z Downloaded critical-section v1.2.0
6302026-05-27T05:19:35.511Z Downloaded cpufeatures v0.3.0
6312026-05-27T05:19:35.512Z Downloaded bit-set v0.8.0
6322026-05-27T05:19:35.512Z Downloaded backoff v0.4.0
6332026-05-27T05:19:35.515Z Downloaded defmt-macros v1.0.1
6342026-05-27T05:19:35.515Z Downloaded futures-sink v0.3.32
6352026-05-27T05:19:35.515Z Downloaded futures-macro v0.3.32
6362026-05-27T05:19:35.518Z Downloaded convert_case v0.4.0
6372026-05-27T05:19:35.518Z Downloaded cfg_aliases v0.1.1
6382026-05-27T05:19:35.518Z Downloaded futures-io v0.3.32
6392026-05-27T05:19:35.518Z Downloaded funty v2.0.0
6402026-05-27T05:19:35.521Z Downloaded foreign-types v0.3.2
6412026-05-27T05:19:35.521Z Downloaded futures-task v0.3.32
6422026-05-27T05:19:35.521Z Downloaded block-padding v0.3.3
6432026-05-27T05:19:35.524Z Downloaded hash32 v0.2.1
6442026-05-27T05:19:35.524Z Downloaded endian-type v0.1.2
6452026-05-27T05:19:35.524Z Downloaded castaway v0.2.4
6462026-05-27T05:19:35.527Z Downloaded daft-derive v0.1.7
6472026-05-27T05:19:35.527Z Downloaded erased-serde v0.3.31
6482026-05-27T05:19:35.530Z Downloaded foreign-types-shared v0.1.1
6492026-05-27T05:19:35.530Z Downloaded fixedbitset v0.5.7
6502026-05-27T05:19:35.533Z Downloaded ena v0.14.4
6512026-05-27T05:19:35.533Z Downloaded ecdsa v0.16.9
6522026-05-27T05:19:35.533Z Downloaded debug-ignore v1.0.5
6532026-05-27T05:19:35.536Z Downloaded base16ct v0.2.0
6542026-05-27T05:19:35.536Z Downloaded async-stream v0.3.6
6552026-05-27T05:19:35.539Z Downloaded ascii-canvas v3.0.0
6562026-05-27T05:19:35.539Z Downloaded foreign-types-shared v0.3.1
6572026-05-27T05:19:35.539Z Downloaded ff v0.13.1
6582026-05-27T05:19:35.545Z Downloaded blowfish v0.9.1
6592026-05-27T05:19:35.545Z Downloaded derive_builder_core v0.20.2
6602026-05-27T05:19:35.548Z Downloaded daft v0.1.7
6612026-05-27T05:19:35.548Z Downloaded argon2 v0.5.3
6622026-05-27T05:19:35.548Z Downloaded bitfield-struct v0.6.2
6632026-05-27T05:19:35.549Z Downloaded foldhash v0.1.5
6642026-05-27T05:19:35.549Z Downloaded gethostname v0.5.0
6652026-05-27T05:19:35.553Z Downloaded ghash v0.5.1
6662026-05-27T05:19:35.553Z Downloaded foreign-types-macros v0.2.3
6672026-05-27T05:19:35.553Z Downloaded fallible-iterator v0.2.0
6682026-05-27T05:19:35.553Z Downloaded env_logger v0.11.9
6692026-05-27T05:19:35.556Z Downloaded globwalk v0.9.1
6702026-05-27T05:19:35.556Z Downloaded headers-core v0.3.0
6712026-05-27T05:19:35.556Z Downloaded hash32 v0.3.1
6722026-05-27T05:19:35.562Z Downloaded const-oid v0.9.6
6732026-05-27T05:19:35.562Z Downloaded ciborium-io v0.2.2
6742026-05-27T05:19:35.562Z Downloaded filetime v0.2.27
6752026-05-27T05:19:35.565Z Downloaded console v0.16.2
6762026-05-27T05:19:35.565Z Downloaded futures-core v0.3.32
6772026-05-27T05:19:35.565Z Downloaded git-stub v1.0.0
6782026-05-27T05:19:35.565Z Downloaded fxhash v0.2.1
6792026-05-27T05:19:35.565Z Downloaded derive_builder v0.20.2
6802026-05-27T05:19:35.569Z Downloaded hex-literal v0.4.1
6812026-05-27T05:19:35.607Z Downloaded hex v0.4.3
6822026-05-27T05:19:35.607Z Downloaded crc32fast v1.5.0
6832026-05-27T05:19:35.607Z Downloaded der_derive v0.7.3
6842026-05-27T05:19:35.607Z Downloaded defmt v1.0.1
6852026-05-27T05:19:35.613Z Downloaded constant_time_eq v0.4.2
6862026-05-27T05:19:35.613Z Downloaded httpdate v1.0.3
6872026-05-27T05:19:35.613Z Downloaded http-range v0.1.5
6882026-05-27T05:19:35.613Z Downloaded http-body v1.0.1
6892026-05-27T05:19:35.613Z Downloaded hubpack_derive v0.1.1
6902026-05-27T05:19:35.613Z Downloaded futures-executor v0.3.32
6912026-05-27T05:19:35.614Z Downloaded cbc v0.1.2
6922026-05-27T05:19:35.614Z Downloaded fs-err v2.11.0
6932026-05-27T05:19:35.614Z Downloaded chacha20 v0.9.1
6942026-05-27T05:19:35.614Z Downloaded bit-vec v0.6.3
6952026-05-27T05:19:35.614Z Downloaded cassowary v0.3.0
6962026-05-27T05:19:35.614Z Downloaded illumos-nvpair v0.3.0
6972026-05-27T05:19:35.614Z Downloaded ident_case v1.0.1
6982026-05-27T05:19:35.614Z Downloaded darling v0.13.4
6992026-05-27T05:19:35.614Z Downloaded glob v0.3.3
7002026-05-27T05:19:35.614Z Downloaded convert_case v0.10.0
7012026-05-27T05:19:35.614Z Downloaded cmake v0.1.57
7022026-05-27T05:19:35.614Z Downloaded darling v0.23.0
7032026-05-27T05:19:35.614Z Downloaded find-msvc-tools v0.1.9
7042026-05-27T05:19:35.614Z Downloaded corncobs v0.1.4
7052026-05-27T05:19:35.614Z Downloaded cargo_metadata v0.23.1
7062026-05-27T05:19:35.614Z Downloaded des v0.8.1
7072026-05-27T05:19:35.614Z Downloaded deranged v0.5.8
7082026-05-27T05:19:35.614Z Downloaded buf-list v1.1.2
7092026-05-27T05:19:35.614Z Downloaded fs_extra v1.3.0
7102026-05-27T05:19:35.614Z Downloaded colored v2.2.0
7112026-05-27T05:19:35.614Z Downloaded cipher v0.4.4
7122026-05-27T05:19:35.614Z Downloaded illumos-nvpair-sys v0.2.0
7132026-05-27T05:19:35.623Z Downloaded hyper-tls v0.6.0
7142026-05-27T05:19:35.623Z Downloaded git-stub-vcs v0.1.0
7152026-05-27T05:19:35.623Z Downloaded indoc v1.0.9
7162026-05-27T05:19:35.623Z Downloaded indent_write v2.2.0
7172026-05-27T05:19:35.623Z Downloaded instant v0.1.13
7182026-05-27T05:19:35.626Z Downloaded is_ci v1.2.0
7192026-05-27T05:19:35.626Z Downloaded cookie_store v0.22.1
7202026-05-27T05:19:35.626Z Downloaded diff v0.1.13
7212026-05-27T05:19:35.626Z Downloaded bitfield v0.19.4
7222026-05-27T05:19:35.626Z Downloaded darling v0.20.11
7232026-05-27T05:19:35.629Z Downloaded internet-checksum v0.2.1
7242026-05-27T05:19:35.629Z Downloaded derive_more v0.99.20
7252026-05-27T05:19:35.633Z Downloaded instability v0.3.11
7262026-05-27T05:19:35.633Z Downloaded group v0.13.0
7272026-05-27T05:19:35.636Z Downloaded globset v0.4.18
7282026-05-27T05:19:35.636Z Downloaded inout v0.1.4
7292026-05-27T05:19:35.636Z Downloaded darling_core v0.13.4
7302026-05-27T05:19:35.639Z Downloaded hubpack v0.1.2
7312026-05-27T05:19:35.641Z Downloaded lalrpop-util v0.19.12
7322026-05-27T05:19:35.641Z Downloaded keccak v0.1.6
7332026-05-27T05:19:35.641Z Downloaded http-body-util v0.1.3
7342026-05-27T05:19:35.644Z Downloaded hostname v0.4.2
7352026-05-27T05:19:35.644Z Downloaded lazy_static v1.5.0
7362026-05-27T05:19:35.648Z Downloaded linked-hash-map v0.5.6
7372026-05-27T05:19:35.648Z Downloaded chacha20 v0.10.0
7382026-05-27T05:19:35.648Z Downloaded highway v1.3.0
7392026-05-27T05:19:35.650Z Downloaded libscf-sys v1.1.0
7402026-05-27T05:19:35.650Z Downloaded hostname v0.3.1
7412026-05-27T05:19:35.653Z Downloaded diesel-dtrace v0.5.0
7422026-05-27T05:19:35.653Z Downloaded cookie v0.18.1
7432026-05-27T05:19:35.656Z Downloaded const_format_proc_macros v0.2.34
7442026-05-27T05:19:35.656Z Downloaded cancel-safe-futures v0.1.5
7452026-05-27T05:19:35.659Z Downloaded bzip2 v0.4.4
7462026-05-27T05:19:35.659Z Downloaded humantime v2.3.0
7472026-05-27T05:19:35.662Z Downloaded lru-slab v0.1.2
7482026-05-27T05:19:35.662Z Downloaded maplit v1.0.2
7492026-05-27T05:19:35.662Z Downloaded lru v0.12.5
7502026-05-27T05:19:35.666Z Downloaded mime v0.3.17
7512026-05-27T05:19:35.666Z Downloaded memoffset v0.9.1
7522026-05-27T05:19:35.666Z Downloaded getrandom v0.2.17
7532026-05-27T05:19:35.669Z Downloaded md5 v0.7.0
7542026-05-27T05:19:35.669Z Downloaded md-5 v0.10.6
7552026-05-27T05:19:35.669Z Downloaded crossbeam-epoch v0.9.18
7562026-05-27T05:19:35.672Z Downloaded maybe-uninit v2.0.0
7572026-05-27T05:19:35.673Z Downloaded derive-where v1.6.0
7582026-05-27T05:19:35.678Z Downloaded hyper-staticfile v0.10.1
7592026-05-27T05:19:35.682Z Downloaded foldhash v0.2.0
7602026-05-27T05:19:35.682Z Downloaded futures-channel v0.3.32
7612026-05-27T05:19:35.682Z Downloaded elliptic-curve v0.13.8
7622026-05-27T05:19:35.685Z Downloaded bytes v1.11.1
7632026-05-27T05:19:35.685Z Downloaded ahash v0.8.12
7642026-05-27T05:19:35.691Z Downloaded nodrop v0.1.14
7652026-05-27T05:19:35.691Z Downloaded newtype_derive v0.1.6
7662026-05-27T05:19:35.695Z Downloaded new_debug_unreachable v1.0.6
7672026-05-27T05:19:35.695Z Downloaded newline-converter v0.3.0
7682026-05-27T05:19:35.695Z Downloaded multimap v0.10.1
7692026-05-27T05:19:35.695Z Downloaded is-terminal v0.4.17
7702026-05-27T05:19:35.695Z Downloaded ipnet v2.11.0
7712026-05-27T05:19:35.695Z Downloaded ingot v0.1.1
7722026-05-27T05:19:35.695Z Downloaded indoc v2.0.7
7732026-05-27T05:19:35.698Z Downloaded impl-trait-for-tuples v0.2.3
7742026-05-27T05:19:35.698Z Downloaded darling v0.21.3
7752026-05-27T05:19:35.702Z Downloaded jobserver v0.1.34
7762026-05-27T05:19:35.704Z Downloaded ingot-types v0.1.2
7772026-05-27T05:19:35.704Z Downloaded num v0.4.3
7782026-05-27T05:19:35.704Z Downloaded ipnetwork v0.21.1
7792026-05-27T05:19:35.707Z Downloaded hmac v0.12.1
7802026-05-27T05:19:35.707Z Downloaded num-iter v0.1.45
7812026-05-27T05:19:35.711Z Downloaded num-derive v0.4.2
7822026-05-27T05:19:35.711Z Downloaded num-derive v0.3.3
7832026-05-27T05:19:35.714Z Downloaded nonempty v0.12.0
7842026-05-27T05:19:35.714Z Downloaded darling_core v0.23.0
7852026-05-27T05:19:35.717Z Downloaded libloading v0.8.9
7862026-05-27T05:19:35.717Z Downloaded num-conv v0.2.0
7872026-05-27T05:19:35.720Z Downloaded normalize-line-endings v0.3.0
7882026-05-27T05:19:35.720Z Downloaded num_threads v0.1.7
7892026-05-27T05:19:35.721Z Downloaded linear-map v1.2.0
7902026-05-27T05:19:35.721Z Downloaded num_enum_derive v0.5.11
7912026-05-27T05:19:35.724Z Downloaded crc-any v2.5.0
7922026-05-27T05:19:35.724Z Downloaded openssl-probe v0.2.1
7932026-05-27T05:19:35.729Z Downloaded httparse v1.10.1
7942026-05-27T05:19:35.729Z Downloaded libsw-core v0.3.2
7952026-05-27T05:19:35.729Z Downloaded chacha20poly1305 v0.10.1
7962026-05-27T05:19:35.733Z Downloaded oso-derive v0.27.3
7972026-05-27T05:19:35.733Z Downloaded openssl-probe v0.1.6
7982026-05-27T05:19:35.733Z Downloaded managed v0.8.0
7992026-05-27T05:19:35.733Z Downloaded lock_api v0.4.14
8002026-05-27T05:19:35.737Z Downloaded arc-swap v1.8.2
8012026-05-27T05:19:35.737Z Downloaded olpc-cjson v0.1.4
8022026-05-27T05:19:35.737Z Downloaded libefi-sys v0.1.0
8032026-05-27T05:19:35.740Z Downloaded futures v0.3.32
8042026-05-27T05:19:35.740Z Downloaded opaque-debug v0.3.1
8052026-05-27T05:19:35.743Z Downloaded openssl-macros v0.1.1
8062026-05-27T05:19:35.743Z Downloaded mime_guess v2.0.5
8072026-05-27T05:19:35.746Z Downloaded drift v0.2.0
8082026-05-27T05:19:35.750Z Downloaded packed_struct_codegen v0.10.1
8092026-05-27T05:19:35.753Z Downloaded newtype-uuid-macros v0.1.0
8102026-05-27T05:19:35.753Z Downloaded newtype-uuid v1.3.2
8112026-05-27T05:19:35.753Z Downloaded flume v0.11.1
8122026-05-27T05:19:35.756Z Downloaded parse-size v1.1.0
8132026-05-27T05:19:35.759Z Downloaded parse-display v0.10.0
8142026-05-27T05:19:35.759Z Downloaded native-tls v0.2.18
8152026-05-27T05:19:35.760Z Downloaded multer v3.1.0
8162026-05-27T05:19:35.762Z Downloaded fatfs v0.3.6
8172026-05-27T05:19:35.765Z Downloaded half v2.7.1
8182026-05-27T05:19:35.766Z Downloaded getrandom v0.3.4
8192026-05-27T05:19:35.769Z Downloaded ingot-macros v0.1.1
8202026-05-27T05:19:35.769Z Downloaded half v1.8.3
8212026-05-27T05:19:35.772Z Downloaded num_enum_derive v0.7.5
8222026-05-27T05:19:35.772Z Downloaded num_enum v0.5.11
8232026-05-27T05:19:35.779Z Downloaded pbkdf2 v0.12.2
8242026-05-27T05:19:35.783Z Downloaded num-rational v0.4.2
8252026-05-27T05:19:35.783Z Downloaded nu-ansi-term v0.50.3
8262026-05-27T05:19:35.783Z Downloaded nibble_vec v0.1.0
8272026-05-27T05:19:35.783Z Downloaded dropshot_endpoint v0.17.0
8282026-05-27T05:19:35.783Z Downloaded nanorand v0.7.0
8292026-05-27T05:19:35.787Z Downloaded litrs v1.0.0
8302026-05-27T05:19:35.787Z Downloaded const_format v0.2.35
8312026-05-27T05:19:35.792Z Downloaded phf_shared v0.11.3
8322026-05-27T05:19:35.792Z Downloaded path-slash v0.1.5
8332026-05-27T05:19:35.792Z Downloaded pin-utils v0.1.0
8342026-05-27T05:19:35.795Z Downloaded phf_shared v0.12.1
8352026-05-27T05:19:35.795Z Downloaded kstat-rs v0.2.4
8362026-05-27T05:19:35.795Z Downloaded bzip2 v0.6.1
8372026-05-27T05:19:35.795Z Downloaded bit-vec v0.8.0
8382026-05-27T05:19:35.798Z Downloaded ar_archive_writer v0.5.1
8392026-05-27T05:19:35.798Z Downloaded hyper-rustls v0.27.7
8402026-05-27T05:19:35.801Z Downloaded aes v0.8.4
8412026-05-27T05:19:35.804Z Downloaded owo-colors v4.3.0
8422026-05-27T05:19:35.804Z Downloaded num_enum v0.7.5
8432026-05-27T05:19:35.807Z Downloaded predicates-tree v1.0.13
8442026-05-27T05:19:35.810Z Downloaded predicates-core v1.0.10
8452026-05-27T05:19:35.810Z Downloaded peg-runtime v0.8.5
8462026-05-27T05:19:35.810Z Downloaded compact_str v0.8.1
8472026-05-27T05:19:35.813Z Downloaded precomputed-hash v0.1.1
8482026-05-27T05:19:35.828Z Downloaded proc-macro-crate v3.4.0
8492026-05-27T05:19:35.831Z Downloaded darling_core v0.21.3
8502026-05-27T05:19:35.834Z Downloaded proc-macro-crate v1.3.1
8512026-05-27T05:19:35.834Z Downloaded powerfmt v0.2.0
8522026-05-27T05:19:35.834Z Downloaded parse-display-derive v0.10.0
8532026-05-27T05:19:35.838Z Downloaded parking_lot_core v0.8.6
8542026-05-27T05:19:35.838Z Downloaded progenitor-client v0.14.0
8552026-05-27T05:19:35.838Z Downloaded proc-macro-error-attr2 v2.0.0
8562026-05-27T05:19:35.838Z Downloaded heapless v0.7.17
8572026-05-27T05:19:35.842Z Downloaded crossbeam-channel v0.5.15
8582026-05-27T05:19:35.845Z Downloaded progenitor-macro v0.14.0
8592026-05-27T05:19:35.845Z Downloaded progenitor-client v0.11.2
8602026-05-27T05:19:35.848Z Downloaded pem-rfc7468 v0.7.0
8612026-05-27T05:19:35.848Z Downloaded password-hash v0.4.2
8622026-05-27T05:19:35.848Z Downloaded libbz2-rs-sys v0.2.2
8632026-05-27T05:19:35.851Z Downloaded quick-error v1.2.3
8642026-05-27T05:19:35.851Z Downloaded psl-types v2.0.11
8652026-05-27T05:19:35.854Z Downloaded progenitor-macro v0.13.0
8662026-05-27T05:19:35.854Z Downloaded phf v0.13.1
8672026-05-27T05:19:35.854Z Downloaded phf v0.12.1
8682026-05-27T05:19:35.858Z Downloaded peg-macros v0.8.5
8692026-05-27T05:19:35.858Z Downloaded phf_shared v0.13.1
8702026-05-27T05:19:35.863Z Downloaded pem v3.0.6
8712026-05-27T05:19:35.863Z Downloaded peg v0.8.5
8722026-05-27T05:19:35.863Z Downloaded pbkdf2 v0.11.0
8732026-05-27T05:19:35.866Z Downloaded pin-project-internal v1.1.11
8742026-05-27T05:19:35.866Z Downloaded rand_chacha v0.3.1
8752026-05-27T05:19:35.866Z Downloaded radium v0.7.0
8762026-05-27T05:19:35.866Z Downloaded paste v1.0.15
8772026-05-27T05:19:35.870Z Downloaded flate2 v1.1.9
8782026-05-27T05:19:35.875Z Downloaded polyval v0.6.2
8792026-05-27T05:19:35.875Z Downloaded poly1305 v0.8.0
8802026-05-27T05:19:35.880Z Downloaded pkcs8 v0.10.2
8812026-05-27T05:19:35.880Z Downloaded pin-project-lite v0.2.17
8822026-05-27T05:19:35.884Z Downloaded recursive v0.1.1
8832026-05-27T05:19:35.884Z Downloaded der v0.7.10
8842026-05-27T05:19:35.884Z Downloaded omicron-zone-package v0.12.2
8852026-05-27T05:19:35.887Z Downloaded rand_xorshift v0.4.0
8862026-05-27T05:19:35.887Z Downloaded pkg-config v0.3.32
8872026-05-27T05:19:35.890Z Downloaded indicatif v0.18.4
8882026-05-27T05:19:35.890Z Downloaded password-hash v0.5.0
8892026-05-27T05:19:35.893Z Downloaded progenitor v0.11.2
8902026-05-27T05:19:35.893Z Downloaded ppv-lite86 v0.2.21
8912026-05-27T05:19:35.896Z Downloaded parking_lot_core v0.9.12
8922026-05-27T05:19:35.896Z Downloaded ref-cast v1.0.25
8932026-05-27T05:19:35.899Z Downloaded ref-cast-impl v1.0.25
8942026-05-27T05:19:35.899Z Downloaded recursive-proc-macro-impl v0.1.1
8952026-05-27T05:19:35.903Z Downloaded progenitor v0.14.0
8962026-05-27T05:19:35.903Z Downloaded progenitor-macro v0.11.2
8972026-05-27T05:19:35.903Z Downloaded primeorder v0.13.6
8982026-05-27T05:19:35.903Z Downloaded progenitor-extras v0.2.0
8992026-05-27T05:19:35.906Z Downloaded rfc6979 v0.4.0
9002026-05-27T05:19:35.906Z Downloaded rtoolbox v0.0.3
9012026-05-27T05:19:35.906Z Downloaded hickory-resolver v0.24.4
9022026-05-27T05:19:35.909Z Downloaded progenitor-client v0.13.0
9032026-05-27T05:19:35.912Z Downloaded proc-macro-error2 v2.0.1
9042026-05-27T05:19:35.912Z Downloaded progenitor-client v0.10.0
9052026-05-27T05:19:35.915Z Downloaded ignore v0.4.25
9062026-05-27T05:19:35.915Z Downloaded heapless v0.8.0
9072026-05-27T05:19:35.918Z Downloaded diesel_derives v2.3.7
9082026-05-27T05:19:35.921Z Downloaded rand_chacha v0.9.0
9092026-05-27T05:19:35.924Z Downloaded bumpalo v3.20.2
9102026-05-27T05:19:35.924Z Downloaded derive_more-impl v2.1.1
9112026-05-27T05:19:35.927Z Downloaded psm v0.1.30
9122026-05-27T05:19:35.930Z Downloaded expectorate v1.2.0
9132026-05-27T05:19:35.933Z Downloaded rustc_version v0.4.1
9142026-05-27T05:19:35.933Z Downloaded rustc_version v0.1.7
9152026-05-27T05:19:35.933Z Downloaded rustc-hash v2.1.1
9162026-05-27T05:19:35.938Z Downloaded russh-cryptovec v0.7.3
9172026-05-27T05:19:35.938Z Downloaded r2d2 v0.8.10
9182026-05-27T05:19:35.938Z Downloaded cc v1.2.56
9192026-05-27T05:19:35.940Z Downloaded memmap2 v0.9.10
9202026-05-27T05:19:35.941Z Downloaded crypto-bigint v0.5.5
9212026-05-27T05:19:35.943Z Downloaded same-file v1.0.6
9222026-05-27T05:19:35.946Z Downloaded sapling-renderdag v0.1.0
9232026-05-27T05:19:35.946Z Downloaded salsa20 v0.10.2
9242026-05-27T05:19:35.951Z Downloaded predicates v3.1.4
9252026-05-27T05:19:35.951Z Downloaded rand_seeder v0.4.0
9262026-05-27T05:19:35.954Z Downloaded rand_core v0.6.4
9272026-05-27T05:19:35.954Z Downloaded rand_core v0.9.5
9282026-05-27T05:19:35.954Z Downloaded postgres-protocol v0.6.10
9292026-05-27T05:19:35.954Z Downloaded postcard v1.1.3
9302026-05-27T05:19:35.958Z Downloaded scheduled-thread-pool v0.2.7
9312026-05-27T05:19:35.958Z Downloaded oso v0.27.3
9322026-05-27T05:19:35.962Z Downloaded parking_lot v0.12.5
9332026-05-27T05:19:35.962Z Downloaded parking_lot v0.11.2
9342026-05-27T05:19:35.967Z Downloaded scrypt v0.11.0
9352026-05-27T05:19:35.967Z Downloaded papergrid v0.17.0
9362026-05-27T05:19:35.970Z Downloaded secrecy v0.10.3
9372026-05-27T05:19:35.970Z Downloaded progenitor v0.13.0
9382026-05-27T05:19:35.970Z Downloaded hickory-resolver v0.25.2
9392026-05-27T05:19:35.973Z Downloaded serde_bytes v0.11.19
9402026-05-27T05:19:35.973Z Downloaded resolv-conf v0.7.6
9412026-05-27T05:19:35.976Z Downloaded scroll_derive v0.13.1
9422026-05-27T05:19:35.976Z Downloaded scopeguard v1.2.0
9432026-05-27T05:19:35.976Z Downloaded miniz_oxide v0.8.9
9442026-05-27T05:19:35.979Z Downloaded pin-project v1.1.11
9452026-05-27T05:19:35.985Z Downloaded serde-big-array v0.5.1
9462026-05-27T05:19:35.990Z Downloaded seq-macro v0.3.6
9472026-05-27T05:19:35.990Z Downloaded semver v0.1.20
9482026-05-27T05:19:35.993Z Downloaded rustls-native-certs v0.8.3
9492026-05-27T05:19:35.993Z Downloaded crossterm v0.28.1
9502026-05-27T05:19:35.997Z Downloaded sha1 v0.10.6
9512026-05-27T05:19:35.997Z Downloaded serde_urlencoded v0.7.1
9522026-05-27T05:19:36.002Z Downloaded serde_repr v0.1.20
9532026-05-27T05:19:36.002Z Downloaded serde_plain v1.0.2
9542026-05-27T05:19:36.002Z Downloaded quinn-udp v0.5.14
9552026-05-27T05:19:36.007Z Downloaded jiff-static v0.2.21
9562026-05-27T05:19:36.007Z Downloaded pkcs5 v0.7.1
9572026-05-27T05:19:36.011Z Downloaded pkcs1 v0.7.5
9582026-05-27T05:19:36.011Z Downloaded signature v2.2.0
9592026-05-27T05:19:36.011Z Downloaded rustls-pemfile v2.2.0
9602026-05-27T05:19:36.011Z Downloaded rand_core v0.10.0
9612026-05-27T05:19:36.014Z Downloaded p256 v0.13.2
9622026-05-27T05:19:36.014Z Downloaded siphasher v1.0.2
9632026-05-27T05:19:36.014Z Downloaded sigpipe v0.1.3
9642026-05-27T05:19:36.017Z Downloaded signal-hook-tokio v0.3.1
9652026-05-27T05:19:36.017Z Downloaded signal-hook-mio v0.2.5
9662026-05-27T05:19:36.018Z Downloaded shell-words v1.1.1
9672026-05-27T05:19:36.018Z Downloaded rustversion v1.0.22
9682026-05-27T05:19:36.022Z Downloaded rusty-fork v0.3.1
9692026-05-27T05:19:36.022Z Downloaded schemars_derive v0.8.22
9702026-05-27T05:19:36.026Z Downloaded postgres-types v0.2.12
9712026-05-27T05:19:36.026Z Downloaded openssl-sys v0.9.115
9722026-05-27T05:19:36.029Z Downloaded secrecy v0.8.0
9732026-05-27T05:19:36.029Z Downloaded crossterm v0.29.0
9742026-05-27T05:19:36.032Z Downloaded slog-bunyan v2.5.0
9752026-05-27T05:19:36.035Z Downloaded slog-envlogger v2.2.0
9762026-05-27T05:19:36.036Z Downloaded scroll v0.13.0
9772026-05-27T05:19:36.036Z Downloaded hashbrown v0.13.2
9782026-05-27T05:19:36.039Z Downloaded hashbrown v0.12.3
9792026-05-27T05:19:36.042Z Downloaded serde_derive_internals v0.29.1
9802026-05-27T05:19:36.046Z Downloaded progenitor-impl v0.11.2
9812026-05-27T05:19:36.046Z Downloaded sec1 v0.7.3
9822026-05-27T05:19:36.046Z Downloaded sct v0.7.1
9832026-05-27T05:19:36.049Z Downloaded http v1.4.0
9842026-05-27T05:19:36.052Z Downloaded prefix-trie v0.7.0
9852026-05-27T05:19:36.052Z Downloaded aho-corasick v1.1.4
9862026-05-27T05:19:36.055Z Downloaded serde_spanned v1.0.4
9872026-05-27T05:19:36.058Z Downloaded serde_path_to_error v0.1.20
9882026-05-27T05:19:36.058Z Downloaded serde-hex v0.1.0
9892026-05-27T05:19:36.061Z Downloaded rustls-pemfile v1.0.4
9902026-05-27T05:19:36.061Z Downloaded ssh-cipher v0.2.0
9912026-05-27T05:19:36.061Z Downloaded headers v0.4.1
9922026-05-27T05:19:36.069Z Downloaded packed_struct v0.10.1
9932026-05-27T05:19:36.074Z Downloaded oxnet v0.1.4
9942026-05-27T05:19:36.074Z Downloaded shlex v1.3.0
9952026-05-27T05:19:36.074Z Downloaded serde_with_macros v1.5.2
9962026-05-27T05:19:36.074Z Downloaded oxide-tokio-rt v0.1.4
9972026-05-27T05:19:36.074Z Downloaded indexmap v1.9.3
9982026-05-27T05:19:36.080Z Downloaded sqlparser_derive v0.5.0
9992026-05-27T05:19:36.080Z Downloaded rcgen v0.12.1
10002026-05-27T05:19:36.080Z Downloaded strsim v0.10.0
10012026-05-27T05:19:36.080Z Downloaded ssh-encoding v0.2.0
10022026-05-27T05:19:36.080Z Downloaded iana-time-zone v0.1.65
10032026-05-27T05:19:36.084Z Downloaded russh-keys v0.45.0
10042026-05-27T05:19:36.084Z Downloaded structmeta-derive v0.3.0
10052026-05-27T05:19:36.085Z Downloaded strip-ansi-escapes v0.2.1
10062026-05-27T05:19:36.085Z Downloaded strum v0.26.3
10072026-05-27T05:19:36.089Z Downloaded hyper-util v0.1.20
10082026-05-27T05:19:36.089Z Downloaded rustls-pki-types v1.14.0
10092026-05-27T05:19:36.092Z Downloaded minimal-lexical v0.2.1
10102026-05-27T05:19:36.096Z Downloaded prettyplease v0.2.37
10112026-05-27T05:19:36.099Z Downloaded pretty_assertions v1.4.1
10122026-05-27T05:19:36.099Z Downloaded strum v0.27.2
10132026-05-27T05:19:36.099Z Downloaded dropshot-api-manager v0.7.2
10142026-05-27T05:19:36.102Z Downloaded sync_wrapper v1.0.2
10152026-05-27T05:19:36.102Z Downloaded subtle v2.6.1
10162026-05-27T05:19:36.105Z Downloaded structmeta v0.3.0
10172026-05-27T05:19:36.105Z Downloaded slog-scope v4.4.1
10182026-05-27T05:19:36.105Z Downloaded simd-adler32 v0.3.8
10192026-05-27T05:19:36.108Z Downloaded ed25519-dalek v2.2.0
10202026-05-27T05:19:36.108Z Downloaded progenitor-impl v0.14.0
10212026-05-27T05:19:36.111Z Downloaded hickory-server v0.25.2
10222026-05-27T05:19:36.117Z Downloaded derive_more v2.1.1
10232026-05-27T05:19:36.120Z Downloaded tap v1.0.1
10242026-05-27T05:19:36.123Z Downloaded take_mut v0.2.2
10252026-05-27T05:19:36.123Z Downloaded slog-dtrace v0.3.0
10262026-05-27T05:19:36.123Z Downloaded thread-id v5.1.0
10272026-05-27T05:19:36.126Z Downloaded thiserror-impl-no-std v2.0.2
10282026-05-27T05:19:36.126Z Downloaded testing_table v0.3.0
10292026-05-27T05:19:36.126Z Downloaded tagptr v0.2.0
10302026-05-27T05:19:36.131Z Downloaded tabwriter v1.4.1
10312026-05-27T05:19:36.131Z Downloaded tabled_derive v0.11.0
10322026-05-27T05:19:36.131Z Downloaded sync-ptr v0.1.4
10332026-05-27T05:19:36.135Z Downloaded ron v0.8.1
10342026-05-27T05:19:36.135Z Downloaded supports-color v3.0.2
10352026-05-27T05:19:36.138Z Downloaded serde_cbor v0.11.2
10362026-05-27T05:19:36.138Z Downloaded smf v0.2.3
10372026-05-27T05:19:36.138Z Downloaded smallvec v0.6.14
10382026-05-27T05:19:36.139Z Downloaded termtree v0.5.1
10392026-05-27T05:19:36.144Z Downloaded sqlformat v0.3.5
10402026-05-27T05:19:36.144Z Downloaded time-core v0.1.8
10412026-05-27T05:19:36.150Z Downloaded signal-hook-registry v1.4.8
10422026-05-27T05:19:36.150Z Downloaded slog-term v2.9.2
10432026-05-27T05:19:36.150Z Downloaded slog-json v2.6.1
10442026-05-27T05:19:36.150Z Downloaded tinyvec_macros v0.1.1
10452026-05-27T05:19:36.150Z Downloaded stringprep v0.1.5
10462026-05-27T05:19:36.156Z Downloaded static_assertions v1.1.0
10472026-05-27T05:19:36.156Z Downloaded spki v0.7.3
10482026-05-27T05:19:36.156Z Downloaded stacker v0.1.23
10492026-05-27T05:19:36.156Z Downloaded num-integer v0.1.46
10502026-05-27T05:19:36.156Z Downloaded rayon-core v1.13.0
10512026-05-27T05:19:36.160Z Downloaded serde_with_macros v3.17.0
10522026-05-27T05:19:36.160Z Downloaded aes-gcm v0.10.3
10532026-05-27T05:19:36.165Z Downloaded string_cache v0.8.9
10542026-05-27T05:19:36.165Z Downloaded tokio-macros v2.7.0
10552026-05-27T05:19:36.165Z Downloaded ryu v1.0.23
10562026-05-27T05:19:36.172Z Downloaded slab v0.4.12
10572026-05-27T05:19:36.172Z Downloaded progenitor-impl v0.13.0
10582026-05-27T05:19:36.172Z Downloaded num-complex v0.4.6
10592026-05-27T05:19:36.176Z Downloaded libsw v3.5.0
10602026-05-27T05:19:36.176Z Downloaded allocator-api2 v0.2.21
10612026-05-27T05:19:36.176Z Downloaded darling_core v0.20.11
10622026-05-27T05:19:36.176Z Downloaded strum_macros v0.26.4
10632026-05-27T05:19:36.181Z Downloaded strum_macros v0.27.2
10642026-05-27T05:19:36.181Z Downloaded strum_macros v0.24.3
10652026-05-27T05:19:36.181Z Downloaded slog-async v2.8.0
10662026-05-27T05:19:36.188Z Downloaded schemars v0.8.22
10672026-05-27T05:19:36.196Z Downloaded support-bundle-viewer v0.1.2
10682026-05-27T05:19:36.196Z Downloaded slog-stdlog v4.1.1
10692026-05-27T05:19:36.196Z Downloaded num-bigint v0.4.6
10702026-05-27T05:19:36.201Z Downloaded tower-service v0.3.3
10712026-05-27T05:19:36.201Z Downloaded tower-layer v0.3.3
10722026-05-27T05:19:36.201Z Downloaded hashbrown v0.15.5
10732026-05-27T05:19:36.201Z Downloaded match_cfg v0.1.0
10742026-05-27T05:19:36.201Z Downloaded lzss v0.8.2
10752026-05-27T05:19:36.201Z Downloaded lru-cache v0.1.2
10762026-05-27T05:19:36.206Z Downloaded byte-wrapper v0.1.0
10772026-05-27T05:19:36.206Z Downloaded publicsuffix v2.3.0
10782026-05-27T05:19:36.206Z Downloaded blake2 v0.10.6
10792026-05-27T05:19:36.210Z Downloaded signal-hook v0.3.18
10802026-05-27T05:19:36.210Z Downloaded tls_codec v0.4.2
10812026-05-27T05:19:36.215Z Downloaded try-lock v0.2.5
10822026-05-27T05:19:36.215Z Downloaded trait-variant v0.1.2
10832026-05-27T05:19:36.215Z Downloaded thread_local v1.1.9
10842026-05-27T05:19:36.215Z Downloaded ciborium v0.2.2
10852026-05-27T05:19:36.220Z Downloaded tiny-keccak v2.0.2
10862026-05-27T05:19:36.220Z Downloaded tls_codec_derive v0.4.2
10872026-05-27T05:19:36.220Z Downloaded rand v0.8.6
10882026-05-27T05:19:36.224Z Downloaded topological-sort v0.2.2
10892026-05-27T05:19:36.224Z Downloaded termios v0.3.3
10902026-05-27T05:19:36.224Z Downloaded tokio-dtrace v0.1.1
10912026-05-27T05:19:36.224Z Downloaded thiserror-no-std v2.0.2
10922026-05-27T05:19:36.229Z Downloaded itertools v0.12.1
10932026-05-27T05:19:36.232Z Downloaded tokio-native-tls v0.3.1
10942026-05-27T05:19:36.232Z Downloaded tokio-tungstenite v0.23.1
10952026-05-27T05:19:36.235Z Downloaded spin v0.9.8
10962026-05-27T05:19:36.235Z Downloaded serde_yaml v0.9.34+deprecated
10972026-05-27T05:19:36.238Z Downloaded unarray v0.1.4
10982026-05-27T05:19:36.243Z Downloaded unicode-truncate v1.1.0
10992026-05-27T05:19:36.243Z Downloaded typify-macro v0.4.3
11002026-05-27T05:19:36.243Z Downloaded universal-hash v0.5.1
11012026-05-27T05:19:36.243Z Downloaded similar v2.7.0
11022026-05-27T05:19:36.248Z Downloaded schemars v0.9.0
11032026-05-27T05:19:36.254Z Downloaded typify-macro v0.6.2
11042026-05-27T05:19:36.258Z Downloaded tokio-rustls v0.25.0
11052026-05-27T05:19:36.258Z Downloaded rsa v0.9.10
11062026-05-27T05:19:36.261Z Downloaded usdt-attr-macro v0.6.0
11072026-05-27T05:19:36.261Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11082026-05-27T05:19:36.261Z Downloaded untrusted v0.9.0
11092026-05-27T05:19:36.261Z Downloaded usdt v0.6.0
11102026-05-27T05:19:36.261Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11112026-05-27T05:19:36.265Z Downloaded quinn v0.11.9
11122026-05-27T05:19:36.265Z Downloaded usdt-macro v0.6.0
11132026-05-27T05:19:36.309Z Downloaded untrusted v0.7.1
11142026-05-27T05:19:36.309Z Downloaded unit-prefix v0.5.2
11152026-05-27T05:19:36.309Z Downloaded nom v7.1.3
11162026-05-27T05:19:36.309Z Downloaded term v1.2.1
11172026-05-27T05:19:36.309Z Downloaded toml_writer v1.0.6+spec-1.1.0
11182026-05-27T05:19:36.309Z Downloaded tokio-tungstenite v0.21.0
11192026-05-27T05:19:36.309Z Downloaded itertools v0.10.5
11202026-05-27T05:19:36.309Z Downloaded rand v0.10.0
11212026-05-27T05:19:36.309Z Downloaded utf-8 v0.7.6
11222026-05-27T05:19:36.309Z Downloaded qorb v0.4.1
11232026-05-27T05:19:36.309Z Downloaded void v1.0.2
11242026-05-27T05:19:36.309Z Downloaded num-bigint-dig v0.8.6
11252026-05-27T05:19:36.309Z Downloaded tui-tree-widget v0.23.1
11262026-05-27T05:19:36.309Z Downloaded time-macros v0.2.27
11272026-05-27T05:19:36.309Z Downloaded term v0.7.0
11282026-05-27T05:19:36.309Z Downloaded want v0.3.1
11292026-05-27T05:19:36.309Z Downloaded wait-timeout v0.2.1
11302026-05-27T05:19:36.309Z Downloaded socket2 v0.6.3
11312026-05-27T05:19:36.309Z Downloaded socket2 v0.5.10
11322026-05-27T05:19:36.309Z Downloaded samael v0.0.19
11332026-05-27T05:19:36.309Z Downloaded waitgroup v0.1.2
11342026-05-27T05:19:36.309Z Downloaded futures-util v0.3.32
11352026-05-27T05:19:36.316Z Downloaded snafu-derive v0.8.9
11362026-05-27T05:19:36.316Z Downloaded rustls-webpki v0.103.9
11372026-05-27T05:19:36.316Z Downloaded rand v0.9.2
11382026-05-27T05:19:36.316Z Downloaded h2 v0.4.13
11392026-05-27T05:19:36.320Z Downloaded hyper v1.8.1
11402026-05-27T05:19:36.320Z Downloaded itertools v0.13.0
11412026-05-27T05:19:36.323Z Downloaded hashbrown v0.16.1
11422026-05-27T05:19:36.327Z Downloaded xattr v1.6.1
11432026-05-27T05:19:36.327Z Downloaded xshell-macros v0.2.7
11442026-05-27T05:19:36.330Z Downloaded unicase v2.9.0
11452026-05-27T05:19:36.330Z Downloaded rustls-platform-verifier v0.6.2
11462026-05-27T05:19:36.330Z Downloaded tokio-rustls v0.24.1
11472026-05-27T05:19:36.333Z Downloaded subprocess v0.2.15
11482026-05-27T05:19:36.333Z Downloaded usdt-impl v0.6.0
11492026-05-27T05:19:36.336Z Downloaded uzers v0.12.2
11502026-05-27T05:19:36.336Z Downloaded libxml v0.3.3
11512026-05-27T05:19:36.340Z Downloaded zone_cfg_derive v0.3.1
11522026-05-27T05:19:36.340Z Downloaded test-strategy v0.4.5
11532026-05-27T05:19:36.343Z Downloaded zone v0.3.1
11542026-05-27T05:19:36.343Z Downloaded iri-string v0.7.10
11552026-05-27T05:19:36.348Z Downloaded toml_parser v1.0.9+spec-1.1.0
11562026-05-27T05:19:36.351Z Downloaded tokio-stream v0.1.18
11572026-05-27T05:19:36.351Z Downloaded tracing-attributes v0.1.31
11582026-05-27T05:19:36.355Z Downloaded mio v1.2.0
11592026-05-27T05:19:36.359Z Downloaded vergen-gitcl v1.0.8
11602026-05-27T05:19:36.359Z Downloaded russh v0.45.0
11612026-05-27T05:19:36.359Z Downloaded vsss-rs v3.3.4
11622026-05-27T05:19:36.362Z Downloaded vergen-lib v9.1.0
11632026-05-27T05:19:36.363Z Downloaded vergen-lib v0.1.6
11642026-05-27T05:19:36.363Z Downloaded camino-tempfile-ext v0.3.3
11652026-05-27T05:19:36.363Z Downloaded vergen-git2 v9.1.0
11662026-05-27T05:19:36.366Z Downloaded home v0.5.12
11672026-05-27T05:19:36.366Z Downloaded cexpr v0.6.0
11682026-05-27T05:19:36.366Z Downloaded bitflags v1.3.2
11692026-05-27T05:19:36.370Z Downloaded data-encoding v2.10.0
11702026-05-27T05:19:36.370Z Downloaded foreign-types v0.5.0
11712026-05-27T05:19:36.370Z Downloaded dirs-sys-next v0.1.2
11722026-05-27T05:19:36.370Z Downloaded darling_macro v0.13.4
11732026-05-27T05:19:36.370Z Downloaded walkdir v2.5.0
11742026-05-27T05:19:36.373Z Downloaded unicode-properties v0.1.4
11752026-05-27T05:19:36.373Z Downloaded tinyvec v1.10.0
11762026-05-27T05:19:36.377Z Downloaded curve25519-dalek-derive v0.1.1
11772026-05-27T05:19:36.377Z Downloaded adler2 v2.0.1
11782026-05-27T05:19:36.381Z Downloaded whoami v1.6.1
11792026-05-27T05:19:36.381Z Downloaded whoami v2.1.0
11802026-05-27T05:19:36.381Z Downloaded twox-hash v2.1.2
11812026-05-27T05:19:36.390Z Downloaded schemars v1.2.1
11822026-05-27T05:19:36.393Z Downloaded zeroize v1.8.2
11832026-05-27T05:19:36.393Z Downloaded wyz v0.5.1
11842026-05-27T05:19:36.393Z Downloaded xshell v0.2.7
11852026-05-27T05:19:36.393Z Downloaded toml v1.0.6+spec-1.1.0
11862026-05-27T05:19:36.396Z Downloaded tokio-rustls v0.26.4
11872026-05-27T05:19:36.396Z Downloaded snafu v0.8.9
11882026-05-27T05:19:36.399Z Downloaded zstd-safe v7.2.4
11892026-05-27T05:19:36.403Z Downloaded itertools v0.14.0
11902026-05-27T05:19:36.406Z Downloaded vergen v9.1.0
11912026-05-27T05:19:36.406Z Downloaded blake3 v1.8.3
11922026-05-27T05:19:36.411Z Downloaded zeroize_derive v1.4.3
11932026-05-27T05:19:36.414Z Downloaded tracing-core v0.1.36
11942026-05-27T05:19:36.414Z Downloaded zstd v0.13.3
11952026-05-27T05:19:36.423Z Downloaded aws-lc-rs v1.16.3
11962026-05-27T05:19:36.426Z Downloaded typify v0.4.3
11972026-05-27T05:19:36.431Z Downloaded steno v0.4.1
11982026-05-27T05:19:36.435Z Downloaded tungstenite v0.23.0
11992026-05-27T05:19:36.435Z Downloaded rustyline v14.0.0
12002026-05-27T05:19:36.444Z Downloaded p521 v0.13.3
12012026-05-27T05:19:36.448Z Downloaded tar v0.4.45
12022026-05-27T05:19:36.449Z Downloaded slog v2.8.2
12032026-05-27T05:19:36.449Z Downloaded iddqd v0.4.2
12042026-05-27T05:19:36.453Z Downloaded rpassword v7.4.0
12052026-05-27T05:19:36.453Z Downloaded toml v0.7.8
12062026-05-27T05:19:36.456Z Downloaded uuid v1.23.0
12072026-05-27T05:19:36.456Z Downloaded unicode-bidi v0.3.18
12082026-05-27T05:19:36.456Z Downloaded unsafe-libyaml v0.2.11
12092026-05-27T05:19:36.461Z Downloaded serde_with v1.14.0
12102026-05-27T05:19:36.464Z Downloaded hkdf v0.12.4
12112026-05-27T05:19:36.467Z Downloaded tungstenite v0.21.0
12122026-05-27T05:19:36.469Z Downloaded vte v0.14.1
12132026-05-27T05:19:36.479Z Downloaded typify v0.6.2
12142026-05-27T05:19:36.495Z Downloaded zerocopy v0.6.6
12152026-05-27T05:19:36.499Z Downloaded toml_edit v0.19.15
12162026-05-27T05:19:36.503Z Downloaded zopfli v0.8.3
12172026-05-27T05:19:36.506Z Downloaded bitvec v1.0.1
12182026-05-27T05:19:36.514Z Downloaded yasna v0.5.2
12192026-05-27T05:19:36.517Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-05-27T05:19:36.517Z Downloaded reedline v0.40.0
12212026-05-27T05:19:36.520Z Downloaded tokio-postgres v0.7.16
12222026-05-27T05:19:36.525Z Downloaded libm v0.2.16
12232026-05-27T05:19:36.528Z Downloaded regex v1.12.3
12242026-05-27T05:19:36.534Z Downloaded unicode_categories v0.1.1
12252026-05-27T05:19:36.537Z Downloaded yansi v1.0.1
12262026-05-27T05:19:36.540Z Downloaded bindgen v0.71.1
12272026-05-27T05:19:36.551Z Downloaded zip v0.6.6
12282026-05-27T05:19:36.554Z Downloaded git2 v0.20.4
12292026-05-27T05:19:36.563Z Downloaded unicode-segmentation v1.12.0
12302026-05-27T05:19:36.576Z Downloaded reqwest v0.12.28
12312026-05-27T05:19:36.579Z Downloaded chrono v0.4.44
12322026-05-27T05:19:36.586Z Downloaded ssh-key v0.6.7
12332026-05-27T05:19:36.589Z Downloaded rayon v1.11.0
12342026-05-27T05:19:36.596Z Downloaded typed-path v0.9.3
12352026-05-27T05:19:36.599Z Downloaded tower v0.5.3
12362026-05-27T05:19:36.602Z Downloaded rustls-webpki v0.101.7
12372026-05-27T05:19:36.612Z Downloaded zerocopy-derive v0.8.40
12382026-05-27T05:19:36.617Z Downloaded reqwest v0.13.2
12392026-05-27T05:19:36.620Z Downloaded quick-xml v0.37.5
12402026-05-27T05:19:36.623Z Downloaded lalrpop v0.19.12
12412026-05-27T05:19:36.629Z Downloaded unicode-normalization v0.1.25
12422026-05-27T05:19:36.634Z Downloaded portable-atomic v1.13.1
12432026-05-27T05:19:36.637Z Downloaded zip v4.6.1
12442026-05-27T05:19:36.640Z Downloaded serde_with v3.17.0
12452026-05-27T05:19:36.647Z Downloaded salty v0.3.0
12462026-05-27T05:19:36.650Z Downloaded petname v2.0.2
12472026-05-27T05:19:36.653Z Downloaded tower-http v0.6.8
12482026-05-27T05:19:36.659Z Downloaded tough v0.22.0
12492026-05-27T05:19:36.664Z Downloaded rustls-webpki v0.102.8
12502026-05-27T05:19:36.671Z Downloaded tokio-util v0.7.18
12512026-05-27T05:19:36.675Z Downloaded proptest v1.10.0
12522026-05-27T05:19:36.682Z Downloaded x509-cert v0.2.5
12532026-05-27T05:19:36.686Z Downloaded moka v0.12.13
12542026-05-27T05:19:36.689Z Downloaded p384 v0.13.1
12552026-05-27T05:19:36.699Z Downloaded goblin v0.10.5
12562026-05-27T05:19:36.704Z Downloaded nix v0.27.1
12572026-05-27T05:19:36.712Z Downloaded winnow v0.5.40
12582026-05-27T05:19:36.717Z Downloaded object v0.30.4
12592026-05-27T05:19:36.720Z Downloaded curve25519-dalek v4.1.3
12602026-05-27T05:19:36.732Z Downloaded quinn-proto v0.11.13
12612026-05-27T05:19:36.737Z Downloaded hickory-proto v0.26.1
12622026-05-27T05:19:36.737Z Downloaded winnow v0.6.26
12632026-05-27T05:19:36.741Z Downloaded polar-core v0.27.3
12642026-05-27T05:19:36.745Z Downloaded radix_trie v0.2.1
12652026-05-27T05:19:36.755Z Downloaded tabled v0.20.0
12662026-05-27T05:19:36.765Z Downloaded openssl v0.10.79
12672026-05-27T05:19:36.771Z Downloaded regex-syntax v0.6.29
12682026-05-27T05:19:36.775Z Downloaded time v0.3.47
12692026-05-27T05:19:36.781Z Downloaded dropshot v0.17.0
12702026-05-27T05:19:36.793Z Downloaded smoltcp v0.9.1
12712026-05-27T05:19:36.799Z Downloaded nix v0.31.2
12722026-05-27T05:19:36.806Z Downloaded rustls v0.21.12
12732026-05-27T05:19:36.812Z Downloaded nix v0.28.0
12742026-05-27T05:19:36.818Z Downloaded bstr v1.12.1
12752026-05-27T05:19:36.823Z Downloaded vcpkg v0.2.15
12762026-05-27T05:19:36.847Z Downloaded zlib-rs v0.6.2
12772026-05-27T05:19:36.850Z Downloaded zerocopy v0.8.40
12782026-05-27T05:19:36.854Z Downloaded webpki-roots v1.0.6
12792026-05-27T05:19:36.857Z Downloaded object v0.37.3
12802026-05-27T05:19:36.863Z Downloaded rustls v0.22.4
12812026-05-27T05:19:36.870Z Downloaded smoltcp v0.11.0
12822026-05-27T05:19:36.879Z Downloaded regress v0.10.5
12832026-05-27T05:19:36.883Z Downloaded openapiv3 v2.2.0
12842026-05-27T05:19:36.889Z Downloaded rustls v0.23.37
12852026-05-27T05:19:36.898Z Downloaded regress v0.11.1
12862026-05-27T05:19:36.902Z Downloaded rustix v0.38.44
12872026-05-27T05:19:36.945Z Downloaded regex-syntax v0.8.10
12882026-05-27T05:19:36.952Z Downloaded hickory-proto v0.25.2
12892026-05-27T05:19:36.952Z Downloaded diesel v2.3.7
12902026-05-27T05:19:36.952Z Downloaded hickory-proto v0.24.4
12912026-05-27T05:19:36.959Z Downloaded sqlparser v0.61.0
12922026-05-27T05:19:36.966Z Downloaded sled v0.34.7
12932026-05-27T05:19:36.976Z Downloaded tracing v0.1.44
12942026-05-27T05:19:36.988Z Downloaded typify-impl v0.6.2
12952026-05-27T05:19:36.999Z Downloaded ratatui v0.29.0
12962026-05-27T05:19:37.010Z Downloaded typify-impl v0.4.3
12972026-05-27T05:19:37.017Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-05-27T05:19:37.025Z Downloaded zerocopy-derive v0.6.6
12992026-05-27T05:19:37.045Z Downloaded regex-automata v0.4.14
13002026-05-27T05:19:37.052Z Downloaded petgraph v0.6.5
13012026-05-27T05:19:37.063Z Downloaded chrono-tz v0.10.4
13022026-05-27T05:19:37.072Z Downloaded jiff v0.2.21
13032026-05-27T05:19:37.100Z Downloaded petgraph v0.8.3
13042026-05-27T05:19:37.115Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-05-27T05:19:37.122Z Downloaded libz-sys v1.1.24
13062026-05-27T05:19:37.135Z Downloaded csv v1.4.0
13072026-05-27T05:19:37.147Z Downloaded sha3 v0.10.8
13082026-05-27T05:19:37.154Z Downloaded tokio v1.52.1
13092026-05-27T05:19:37.205Z Downloaded encoding_rs v0.8.35
13102026-05-27T05:19:37.247Z Downloaded ring v0.17.14
13112026-05-27T05:19:37.276Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-27T05:19:37.773Z Downloaded aws-lc-sys v0.40.0
13132026-05-27T05:19:38.016Z Compiling libc v0.2.185
13142026-05-27T05:19:38.016Z Compiling serde v1.0.228
13152026-05-27T05:19:38.020Z Compiling log v0.4.29
13162026-05-27T05:19:38.020Z Compiling shlex v1.3.0
13172026-05-27T05:19:38.183Z Compiling find-msvc-tools v0.1.9
13182026-05-27T05:19:38.193Z Compiling syn v2.0.117
13192026-05-27T05:19:38.196Z Compiling smallvec v1.15.1
13202026-05-27T05:19:38.196Z Compiling typenum v1.19.0
13212026-05-27T05:19:38.422Z Compiling generic-array v0.14.7
13222026-05-27T05:19:38.425Z Compiling subtle v2.6.1
13232026-05-27T05:19:38.448Z Compiling scopeguard v1.2.0
13242026-05-27T05:19:38.493Z Compiling const-oid v0.9.6
13252026-05-27T05:19:38.561Z Compiling lock_api v0.4.14
13262026-05-27T05:19:38.593Z Compiling serde_json v1.0.149
13272026-05-27T05:19:38.607Z Compiling zerocopy v0.8.40
13282026-05-27T05:19:38.693Z Compiling pin-project-lite v0.2.17
13292026-05-27T05:19:38.805Z Compiling portable-atomic v1.13.1
13302026-05-27T05:19:38.818Z Compiling parking_lot_core v0.9.12
13312026-05-27T05:19:39.081Z Compiling pkg-config v0.3.32
13322026-05-27T05:19:39.096Z Compiling bitflags v2.11.0
13332026-05-27T05:19:39.177Z Compiling getrandom v0.2.17
13342026-05-27T05:19:39.202Z Compiling jobserver v0.1.34
13352026-05-27T05:19:39.278Z Compiling errno v0.3.14
13362026-05-27T05:19:39.326Z Compiling rand_core v0.6.4
13372026-05-27T05:19:39.424Z Compiling cc v1.2.56
13382026-05-27T05:19:39.427Z Compiling signal-hook-registry v1.4.8
13392026-05-27T05:19:39.620Z Compiling critical-section v1.2.0
13402026-05-27T05:19:39.656Z Compiling futures-core v0.3.32
13412026-05-27T05:19:39.729Z Compiling libm v0.2.16
13422026-05-27T05:19:39.743Z Compiling mio v1.2.0
13432026-05-27T05:19:39.822Z Compiling parking_lot v0.12.5
13442026-05-27T05:19:39.861Z Compiling once_cell v1.21.3
13452026-05-27T05:19:39.900Z Compiling num-traits v0.2.19
13462026-05-27T05:19:39.991Z Compiling percent-encoding v2.3.2
13472026-05-27T05:19:40.087Z Compiling socket2 v0.6.3
13482026-05-27T05:19:40.208Z Compiling futures-sink v0.3.32
13492026-05-27T05:19:40.223Z Compiling getrandom v0.4.1
13502026-05-27T05:19:40.226Z Compiling rand_core v0.10.0
13512026-05-27T05:19:40.295Z Compiling futures-channel v0.3.32
13522026-05-27T05:19:40.321Z Compiling futures-task v0.3.32
13532026-05-27T05:19:40.411Z Compiling slab v0.4.12
13542026-05-27T05:19:40.507Z Compiling cpufeatures v0.2.17
13552026-05-27T05:19:40.522Z Compiling futures-io v0.3.32
13562026-05-27T05:19:40.541Z Compiling indexmap v2.14.0
13572026-05-27T05:19:40.588Z Compiling getrandom v0.3.4
13582026-05-27T05:19:40.614Z Compiling rustversion v1.0.22
13592026-05-27T05:19:40.680Z Compiling cmake v0.1.57
13602026-05-27T05:19:40.829Z Compiling form_urlencoded v1.2.2
13612026-05-27T05:19:41.038Z Compiling dunce v1.0.5
13622026-05-27T05:19:41.068Z Compiling synstructure v0.13.2
13632026-05-27T05:19:41.092Z Compiling fs_extra v1.3.0
13642026-05-27T05:19:41.208Z Compiling ident_case v1.0.1
13652026-05-27T05:19:41.235Z Compiling base64ct v1.8.3
13662026-05-27T05:19:41.346Z Compiling iana-time-zone v0.1.65
13672026-05-27T05:19:41.360Z Compiling aws-lc-sys v0.40.0
13682026-05-27T05:19:41.533Z Compiling pem-rfc7468 v0.7.0
13692026-05-27T05:19:41.551Z Compiling flagset v0.4.7
13702026-05-27T05:19:41.566Z Compiling regex-syntax v0.8.10
13712026-05-27T05:19:41.584Z Compiling rustix v1.1.3
13722026-05-27T05:19:41.664Z Compiling rand_core v0.9.5
13732026-05-27T05:19:41.694Z Compiling ring v0.17.14
13742026-05-27T05:19:41.710Z Compiling aws-lc-rs v1.16.3
13752026-05-27T05:19:41.845Z Compiling vcpkg v0.2.15
13762026-05-27T05:19:41.935Z Compiling uuid v1.23.0
13772026-05-27T05:19:42.002Z Compiling rustc_version v0.4.1
13782026-05-27T05:19:42.397Z Compiling tracing-core v0.1.36
13792026-05-27T05:19:42.599Z Compiling openssl-sys v0.9.115
13802026-05-27T05:19:42.708Z Compiling base64 v0.22.1
13812026-05-27T05:19:42.818Z Compiling serde_derive v1.0.228
13822026-05-27T05:19:42.959Z Compiling zeroize_derive v1.4.3
13832026-05-27T05:19:43.045Z Compiling zerofrom-derive v0.1.6
13842026-05-27T05:19:43.137Z Compiling yoke-derive v0.8.1
13852026-05-27T05:19:43.372Z Compiling zerovec-derive v0.11.2
13862026-05-27T05:19:43.621Z Compiling zeroize v1.8.2
13872026-05-27T05:19:43.986Z Compiling zerocopy-derive v0.8.40
13882026-05-27T05:19:44.322Z Compiling displaydoc v0.2.5
13892026-05-27T05:19:44.408Z Compiling crypto-common v0.1.7
13902026-05-27T05:19:44.469Z Compiling zerofrom v0.1.6
13912026-05-27T05:19:44.511Z Compiling block-buffer v0.10.4
13922026-05-27T05:19:44.560Z Compiling tokio-macros v2.7.0
13932026-05-27T05:19:44.601Z Compiling yoke v0.8.1
13942026-05-27T05:19:44.687Z Compiling digest v0.10.7
13952026-05-27T05:19:44.795Z Compiling zerovec v0.11.5
13962026-05-27T05:19:44.947Z Compiling futures-macro v0.3.32
13972026-05-27T05:19:45.064Z Compiling zerotrie v0.2.3
13982026-05-27T05:19:45.282Z Compiling tinystr v0.8.2
13992026-05-27T05:19:45.302Z Compiling potential_utf v0.1.4
14002026-05-27T05:19:45.369Z Compiling hmac v0.12.1
14012026-05-27T05:19:45.470Z Compiling icu_locale_core v2.1.1
14022026-05-27T05:19:45.488Z Compiling icu_collections v2.1.1
14032026-05-27T05:19:45.524Z Compiling block-padding v0.3.3
14042026-05-27T05:19:45.691Z Compiling inout v0.1.4
14052026-05-27T05:19:45.738Z Compiling futures-util v0.3.32
14062026-05-27T05:19:45.858Z Compiling cipher v0.4.4
14072026-05-27T05:19:45.968Z Compiling sha2 v0.10.9
14082026-05-27T05:19:46.127Z Compiling icu_provider v2.1.1
14092026-05-27T05:19:46.304Z Compiling bytes v1.11.1
14102026-05-27T05:19:46.357Z Compiling der_derive v0.7.3
14112026-05-27T05:19:46.435Z Compiling icu_properties v2.1.2
14122026-05-27T05:19:46.453Z Compiling icu_normalizer v2.1.1
14132026-05-27T05:19:46.918Z Compiling tokio v1.52.1
14142026-05-27T05:19:47.007Z Compiling http v1.4.0
14152026-05-27T05:19:47.340Z Compiling der v0.7.10
14162026-05-27T05:19:47.391Z Compiling idna_adapter v1.2.1
14172026-05-27T05:19:47.543Z Compiling idna v1.1.0
14182026-05-27T05:19:47.614Z Compiling chrono v0.4.44
14192026-05-27T05:19:47.925Z Compiling url v2.5.8
14202026-05-27T05:19:48.033Z Compiling salsa20 v0.10.2
14212026-05-27T05:19:48.185Z Compiling spki v0.7.3
14222026-05-27T05:19:48.205Z Compiling pbkdf2 v0.12.2
14232026-05-27T05:19:48.335Z Compiling ppv-lite86 v0.2.21
14242026-05-27T05:19:48.407Z Compiling rustls-pki-types v1.14.0
14252026-05-27T05:19:48.458Z Compiling thiserror-impl v2.0.18
14262026-05-27T05:19:48.555Z Compiling tracing-attributes v0.1.31
14272026-05-27T05:19:48.667Z Compiling rand_chacha v0.9.0
14282026-05-27T05:19:48.735Z Compiling scrypt v0.11.0
14292026-05-27T05:19:48.860Z Compiling http-body v1.0.1
14302026-05-27T05:19:48.998Z Compiling aes v0.8.4
14312026-05-27T05:19:49.013Z Compiling cbc v0.1.2
14322026-05-27T05:19:49.098Z Compiling untrusted v0.7.1
14332026-05-27T05:19:49.172Z Compiling tinyvec_macros v0.1.1
14342026-05-27T05:19:49.231Z Compiling openssl-probe v0.2.1
14352026-05-27T05:19:49.249Z Compiling httparse v1.10.1
14362026-05-27T05:19:49.370Z Compiling untrusted v0.9.0
14372026-05-27T05:19:49.414Z Compiling pkcs5 v0.7.1
14382026-05-27T05:19:49.638Z Compiling tinyvec v1.10.0
14392026-05-27T05:19:49.779Z Compiling thiserror v2.0.18
14402026-05-27T05:19:49.868Z Compiling tracing v0.1.44
14412026-05-27T05:19:49.893Z Compiling pest_generator v2.8.6
14422026-05-27T05:19:49.907Z Compiling rand v0.9.2
14432026-05-27T05:19:49.985Z Compiling serde_derive_internals v0.29.1
14442026-05-27T05:19:50.057Z Compiling aho-corasick v1.1.4
14452026-05-27T05:19:50.134Z Compiling tower-layer v0.3.3
14462026-05-27T05:19:50.305Z Compiling atomic-waker v1.1.2
14472026-05-27T05:19:50.440Z Compiling schemars v0.8.22
14482026-05-27T05:19:50.576Z Compiling tower-service v0.3.3
14492026-05-27T05:19:50.650Z Compiling try-lock v0.2.5
14502026-05-27T05:19:50.682Z Compiling tokio-util v0.7.18
14512026-05-27T05:19:50.696Z Compiling rustls v0.23.37
14522026-05-27T05:19:50.766Z Compiling dyn-clone v1.0.20
14532026-05-27T05:19:50.868Z Compiling schemars_derive v0.8.22
14542026-05-27T05:19:50.871Z Compiling regex-automata v0.4.14
14552026-05-27T05:19:50.909Z Compiling want v0.3.1
14562026-05-27T05:19:51.102Z Compiling pest_derive v2.8.6
14572026-05-27T05:19:51.254Z Compiling pkcs8 v0.10.2
14582026-05-27T05:19:51.536Z Compiling h2 v0.4.13
14592026-05-27T05:19:51.697Z Compiling ipnet v2.11.0
14602026-05-27T05:19:51.724Z Compiling scroll_derive v0.13.1
14612026-05-27T05:19:51.877Z Compiling darling_core v0.20.11
14622026-05-27T05:19:52.105Z Compiling foreign-types-shared v0.1.1
14632026-05-27T05:19:52.197Z Compiling openssl v0.10.79
14642026-05-27T05:19:52.211Z Compiling pin-utils v0.1.0
14652026-05-27T05:19:52.314Z Compiling httpdate v1.0.3
14662026-05-27T05:19:52.496Z Compiling tempfile v3.25.0
14672026-05-27T05:19:52.550Z Compiling foreign-types v0.3.2
14682026-05-27T05:19:52.578Z Compiling scroll v0.13.0
14692026-05-27T05:19:52.681Z Compiling unicode-normalization v0.1.25
14702026-05-27T05:19:52.859Z Compiling openssl-macros v0.1.1
14712026-05-27T05:19:53.153Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-27T05:19:53.256Z Compiling spin v0.9.8
14732026-05-27T05:19:53.271Z Compiling native-tls v0.2.18
14742026-05-27T05:19:53.474Z Compiling powerfmt v0.2.0
14752026-05-27T05:19:53.487Z Compiling num-conv v0.2.0
14762026-05-27T05:19:53.551Z Compiling crc32fast v1.5.0
14772026-05-27T05:19:53.626Z Compiling time-core v0.1.8
14782026-05-27T05:19:53.684Z Compiling deranged v0.5.8
14792026-05-27T05:19:53.781Z Compiling time-macros v0.2.27
14802026-05-27T05:19:54.233Z Compiling darling_macro v0.20.11
14812026-05-27T05:19:54.647Z Compiling hyper v1.8.1
14822026-05-27T05:19:54.697Z Compiling darling v0.20.11
14832026-05-27T05:19:54.788Z Compiling goblin v0.10.5
14842026-05-27T05:19:54.839Z Compiling rustls-native-certs v0.8.3
14852026-05-27T05:19:54.998Z Compiling sync_wrapper v1.0.2
14862026-05-27T05:19:55.121Z Compiling wait-timeout v0.2.1
14872026-05-27T05:19:55.140Z Compiling num_threads v0.1.7
14882026-05-27T05:19:55.248Z Compiling syn v1.0.109
14892026-05-27T05:19:55.393Z Compiling siphasher v1.0.2
14902026-05-27T05:19:55.490Z Compiling quick-error v1.2.3
14912026-05-27T05:19:55.558Z Compiling crossbeam-utils v0.8.21
14922026-05-27T05:19:55.589Z Compiling bit-vec v0.8.0
14932026-05-27T05:19:55.604Z Compiling simd-adler32 v0.3.8
14942026-05-27T05:19:55.822Z Compiling hyper-util v0.1.20
14952026-05-27T05:19:55.842Z Compiling usdt-impl v0.6.0
14962026-05-27T05:19:55.874Z Compiling bit-set v0.8.0
14972026-05-27T05:19:56.045Z Compiling rusty-fork v0.3.1
14982026-05-27T05:19:56.129Z Compiling time v0.3.47
14992026-05-27T05:19:56.363Z Compiling tower v0.5.3
15002026-05-27T05:19:56.524Z Compiling derive_builder_core v0.20.2
15012026-05-27T05:19:56.927Z Compiling dtrace-parser v0.3.0
15022026-05-27T05:19:57.029Z Compiling http-body-util v0.1.3
15032026-05-27T05:19:57.336Z Compiling webpki-roots v1.0.6
15042026-05-27T05:19:57.450Z Compiling signature v2.2.0
15052026-05-27T05:19:57.472Z Compiling dof v0.4.0
15062026-05-27T05:19:57.554Z Compiling thiserror-impl v1.0.69
15072026-05-27T05:19:57.637Z Compiling scroll_derive v0.12.1
15082026-05-27T05:19:57.736Z Compiling heapless v0.7.17
15092026-05-27T05:19:57.751Z Compiling rand_xorshift v0.4.0
15102026-05-27T05:19:57.920Z Compiling slog v2.8.2
15112026-05-27T05:19:57.982Z Compiling darling_core v0.21.3
15122026-05-27T05:19:58.115Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-27T05:19:58.301Z Compiling thread-id v5.1.0
15142026-05-27T05:19:58.394Z Compiling cookie v0.18.1
15152026-05-27T05:19:58.398Z Compiling iri-string v0.7.10
15162026-05-27T05:19:58.590Z Compiling unarray v0.1.4
15172026-05-27T05:19:58.658Z Compiling ryu v1.0.23
15182026-05-27T05:19:58.706Z Compiling anyhow v1.0.102
15192026-05-27T05:19:58.827Z Compiling unicode-bidi v0.3.18
15202026-05-27T05:19:58.842Z Compiling signal-hook v0.3.18
15212026-05-27T05:19:59.026Z Compiling adler2 v2.0.1
15222026-05-27T05:19:59.035Z Compiling paste v1.0.15
15232026-05-27T05:19:59.045Z Compiling unicode-properties v0.1.4
15242026-05-27T05:19:59.154Z Compiling allocator-api2 v0.2.21
15252026-05-27T05:19:59.255Z Compiling zstd-safe v7.2.4
15262026-05-27T05:19:59.348Z Compiling stringprep v0.1.5
15272026-05-27T05:19:59.362Z Compiling miniz_oxide v0.8.9
15282026-05-27T05:19:59.496Z Compiling thiserror v1.0.69
15292026-05-27T05:19:59.608Z Compiling tower-http v0.6.8
15302026-05-27T05:19:59.692Z Compiling serde_urlencoded v0.7.1
15312026-05-27T05:19:59.793Z Compiling proptest v1.10.0
15322026-05-27T05:19:59.966Z Compiling scroll v0.12.0
15332026-05-27T05:20:00.080Z Compiling derive_builder_macro v0.20.2
15342026-05-27T05:20:00.233Z Compiling tokio-native-tls v0.3.1
15352026-05-27T05:20:00.477Z Compiling darling_macro v0.21.3
15362026-05-27T05:20:00.520Z Compiling ipnetwork v0.21.1
15372026-05-27T05:20:00.546Z Compiling bstr v1.12.1
15382026-05-27T05:20:00.689Z Compiling rand_chacha v0.3.1
15392026-05-27T05:20:00.917Z Compiling erased-serde v0.3.31
15402026-05-27T05:20:00.950Z Compiling serde_tokenstream v0.2.3
15412026-05-27T05:20:01.013Z Compiling toml_datetime v0.6.11
15422026-05-27T05:20:01.193Z Compiling serde_spanned v0.6.9
15432026-05-27T05:20:01.268Z Compiling md-5 v0.10.6
15442026-05-27T05:20:01.283Z Compiling pin-project-internal v1.1.11
15452026-05-27T05:20:01.342Z Compiling zerocopy-derive v0.7.35
15462026-05-27T05:20:01.397Z Compiling async-trait v0.1.89
15472026-05-27T05:20:01.440Z Compiling curve25519-dalek v4.1.3
15482026-05-27T05:20:01.494Z Compiling vergen-lib v9.1.0
15492026-05-27T05:20:01.687Z Compiling num-integer v0.1.46
15502026-05-27T05:20:01.778Z Compiling hash32 v0.2.1
15512026-05-27T05:20:01.987Z Compiling ff v0.13.1
15522026-05-27T05:20:02.021Z Compiling memoffset v0.9.1
15532026-05-27T05:20:02.132Z Compiling encoding_rs v0.8.35
15542026-05-27T05:20:02.207Z Compiling num-bigint-dig v0.8.6
15552026-05-27T05:20:02.221Z Compiling litrs v1.0.0
15562026-05-27T05:20:02.433Z Compiling ref-cast v1.0.25
15572026-05-27T05:20:02.436Z Compiling psl-types v2.0.11
15582026-05-27T05:20:02.469Z Compiling fallible-iterator v0.2.0
15592026-05-27T05:20:02.628Z Compiling base16ct v0.2.0
15602026-05-27T05:20:02.792Z Compiling cfg_aliases v0.2.1
15612026-05-27T05:20:02.847Z Compiling rustix v0.38.44
15622026-05-27T05:20:02.848Z Compiling mime v0.3.17
15632026-05-27T05:20:02.848Z Compiling zlib-rs v0.6.2
15642026-05-27T05:20:02.912Z Compiling smoltcp v0.9.1
15652026-05-27T05:20:03.070Z Compiling nix v0.31.2
15662026-05-27T05:20:03.214Z Compiling document-features v0.2.12
15672026-05-27T05:20:03.291Z Compiling postgres-protocol v0.6.10
15682026-05-27T05:20:03.462Z Compiling sec1 v0.7.3
15692026-05-27T05:20:03.726Z Compiling publicsuffix v2.3.0
15702026-05-27T05:20:03.733Z Compiling pin-project v1.1.11
15712026-05-27T05:20:03.836Z Compiling zerocopy v0.7.35
15722026-05-27T05:20:03.839Z Compiling group v0.13.0
15732026-05-27T05:20:03.893Z Compiling newtype-uuid v1.3.2
15742026-05-27T05:20:04.016Z Compiling num-iter v0.1.45
15752026-05-27T05:20:04.258Z Compiling darling v0.21.3
15762026-05-27T05:20:04.295Z Compiling hubpack_derive v0.1.1
15772026-05-27T05:20:04.346Z Compiling rand v0.8.6
15782026-05-27T05:20:04.385Z Compiling oxnet v0.1.4
15792026-05-27T05:20:04.505Z Compiling derive_builder v0.20.2
15802026-05-27T05:20:04.647Z Compiling hyper-tls v0.6.0
15812026-05-27T05:20:04.737Z Compiling goblin v0.8.2
15822026-05-27T05:20:05.178Z Compiling phf_shared v0.13.1
15832026-05-27T05:20:05.203Z Compiling lazy_static v1.5.0
15842026-05-27T05:20:05.304Z Compiling regex v1.12.3
15852026-05-27T05:20:05.319Z Compiling futures-executor v0.3.32
15862026-05-27T05:20:05.435Z Compiling hex v0.4.3
15872026-05-27T05:20:05.595Z Compiling hkdf v0.12.4
15882026-05-27T05:20:05.700Z Compiling flate2 v1.1.9
15892026-05-27T05:20:05.712Z Compiling crypto-bigint v0.5.5
15902026-05-27T05:20:05.741Z Compiling terminal_size v0.4.3
15912026-05-27T05:20:05.803Z Compiling daft-derive v0.1.7
15922026-05-27T05:20:05.884Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-27T05:20:06.006Z Compiling ref-cast-impl v1.0.25
15942026-05-27T05:20:06.110Z Compiling strum_macros v0.27.2
15952026-05-27T05:20:06.495Z Compiling snafu-derive v0.8.9
15962026-05-27T05:20:06.529Z Compiling vergen v9.1.0
15972026-05-27T05:20:06.551Z Compiling fs-err v3.3.0
15982026-05-27T05:20:06.718Z Compiling cargo-platform v0.3.2
15992026-05-27T05:20:06.752Z Compiling ahash v0.8.12
16002026-05-27T05:20:06.967Z Compiling foldhash v0.2.0
16012026-05-27T05:20:06.997Z Compiling libbz2-rs-sys v0.2.2
16022026-05-27T05:20:07.202Z Compiling object v0.37.3
16032026-05-27T05:20:07.536Z Compiling winnow v0.5.40
16042026-05-27T05:20:07.727Z Compiling foldhash v0.1.5
16052026-05-27T05:20:07.828Z Compiling managed v0.8.0
16062026-05-27T05:20:07.911Z Compiling same-file v1.0.6
16072026-05-27T05:20:08.061Z Compiling bitflags v1.3.2
16082026-05-27T05:20:08.089Z Compiling unicode-segmentation v1.12.0
16092026-05-27T05:20:08.144Z Compiling cpufeatures v0.3.0
16102026-05-27T05:20:08.159Z Compiling bumpalo v3.20.2
16112026-05-27T05:20:08.212Z Compiling chacha20 v0.10.0
16122026-05-27T05:20:08.231Z Compiling strum v0.27.2
16132026-05-27T05:20:08.376Z Compiling zopfli v0.8.3
16142026-05-27T05:20:08.415Z Compiling clap_builder v4.5.60
16152026-05-27T05:20:08.469Z Compiling snafu v0.8.9
16162026-05-27T05:20:08.545Z Compiling walkdir v2.5.0
16172026-05-27T05:20:08.829Z Compiling toml_edit v0.19.15
16182026-05-27T05:20:08.862Z Compiling hashbrown v0.15.5
16192026-05-27T05:20:09.038Z Compiling bzip2 v0.6.1
16202026-05-27T05:20:09.056Z Compiling hashbrown v0.16.1
16212026-05-27T05:20:09.285Z Compiling dof v0.3.0
16222026-05-27T05:20:09.304Z Compiling cargo_metadata v0.23.1
16232026-05-27T05:20:09.551Z Compiling elliptic-curve v0.13.8
16242026-05-27T05:20:09.954Z Compiling daft v0.1.7
16252026-05-27T05:20:09.998Z Compiling futures v0.3.32
16262026-05-27T05:20:10.090Z Compiling phf v0.13.1
16272026-05-27T05:20:10.260Z Compiling signal-hook-mio v0.2.5
16282026-05-27T05:20:10.660Z Compiling cookie_store v0.22.1
16292026-05-27T05:20:10.757Z Compiling zstd v0.13.3
16302026-05-27T05:20:10.906Z Compiling hubpack v0.1.2
16312026-05-27T05:20:11.032Z Compiling bzip2 v0.4.4
16322026-05-27T05:20:11.141Z Compiling serde_with_macros v3.17.0
16332026-05-27T05:20:11.318Z Compiling postgres-types v0.2.12
16342026-05-27T05:20:11.378Z Compiling usdt-macro v0.6.0
16352026-05-27T05:20:11.454Z Compiling usdt-attr-macro v0.6.0
16362026-05-27T05:20:11.865Z Compiling globset v0.4.18
16372026-05-27T05:20:12.118Z Compiling dtrace-parser v0.2.0
16382026-05-27T05:20:12.252Z Compiling ed25519 v2.2.3
16392026-05-27T05:20:12.286Z Compiling phf_shared v0.11.3
16402026-05-27T05:20:12.485Z Compiling olpc-cjson v0.1.4
16412026-05-27T05:20:12.511Z Compiling pkcs1 v0.7.5
16422026-05-27T05:20:12.600Z Compiling serde-big-array v0.5.1
16432026-05-27T05:20:12.655Z Compiling serde_plain v1.0.2
16442026-05-27T05:20:12.753Z Compiling rfc6979 v0.4.0
16452026-05-27T05:20:12.832Z Compiling pem v3.0.6
16462026-05-27T05:20:12.862Z Compiling enum-as-inner v0.6.1
16472026-05-27T05:20:12.887Z Compiling strum_macros v0.26.4
16482026-05-27T05:20:12.892Z Compiling clap_derive v4.5.55
16492026-05-27T05:20:12.958Z Compiling async-recursion v1.1.1
16502026-05-27T05:20:13.171Z Compiling serde_repr v0.1.20
16512026-05-27T05:20:13.203Z Compiling float-cmp v0.10.0
16522026-05-27T05:20:13.361Z Compiling memmap2 v0.9.10
16532026-05-27T05:20:13.379Z Compiling thread-id v4.2.2
16542026-05-27T05:20:13.476Z Compiling env_filter v1.0.0
16552026-05-27T05:20:13.586Z Compiling static_assertions v1.1.0
16562026-05-27T05:20:13.631Z Compiling data-encoding v2.10.0
16572026-05-27T05:20:13.670Z Compiling precomputed-hash v0.1.1
16582026-05-27T05:20:13.710Z Compiling new_debug_unreachable v1.0.6
16592026-05-27T05:20:13.768Z Compiling difflib v0.4.0
16602026-05-27T05:20:13.785Z Compiling either v1.15.0
16612026-05-27T05:20:13.801Z Compiling normalize-line-endings v0.3.0
16622026-05-27T05:20:13.906Z Compiling typed-path v0.9.3
16632026-05-27T05:20:14.003Z Compiling predicates-core v1.0.10
16642026-05-27T05:20:14.193Z Compiling keccak v0.1.6
16652026-05-27T05:20:14.296Z Compiling fixedbitset v0.4.2
16662026-05-27T05:20:14.321Z Compiling fixedbitset v0.5.7
16672026-05-27T05:20:14.519Z Compiling whoami v2.1.0
16682026-05-27T05:20:14.638Z Compiling jiff v0.2.21
16692026-05-27T05:20:14.652Z Compiling strum v0.26.3
16702026-05-27T05:20:14.684Z Compiling clap v4.5.60
16712026-05-27T05:20:14.774Z Compiling tokio-postgres v0.7.16
16722026-05-27T05:20:14.792Z Compiling petgraph v0.8.3
16732026-05-27T05:20:14.897Z Compiling petgraph v0.6.5
16742026-05-27T05:20:15.011Z Compiling sha3 v0.10.8
16752026-05-27T05:20:15.171Z Compiling predicates v3.1.4
16762026-05-27T05:20:15.472Z Compiling itertools v0.13.0
16772026-05-27T05:20:15.768Z Compiling hickory-proto v0.25.2
16782026-05-27T05:20:15.881Z Compiling string_cache v0.8.9
16792026-05-27T05:20:16.116Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-05-27T05:20:16.368Z Compiling toml_edit v0.22.27
16812026-05-27T05:20:16.715Z Compiling env_logger v0.11.9
16822026-05-27T05:20:16.723Z Compiling usdt v0.6.0
16832026-05-27T05:20:16.970Z Compiling usdt-impl v0.5.0
16842026-05-27T05:20:16.993Z Compiling ecdsa v0.16.9
16852026-05-27T05:20:17.067Z Compiling rsa v0.9.10
16862026-05-27T05:20:17.418Z Compiling zip v4.6.1
16872026-05-27T05:20:17.560Z Compiling ed25519-dalek v2.2.0
16882026-05-27T05:20:18.242Z Compiling serde_with v3.17.0
16892026-05-27T05:20:18.416Z Compiling crossterm v0.28.1
16902026-05-27T05:20:18.983Z Compiling zip v0.6.6
16912026-05-27T05:20:19.571Z Compiling iddqd v0.4.2
16922026-05-27T05:20:19.584Z Compiling toml v0.7.8
16932026-05-27T05:20:20.188Z Compiling rand v0.10.0
16942026-05-27T05:20:20.213Z Compiling similar v2.7.0
16952026-05-27T05:20:20.377Z Compiling heck v0.4.1
16962026-05-27T05:20:20.440Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-05-27T05:20:20.468Z Compiling crossbeam-epoch v0.9.18
16982026-05-27T05:20:20.613Z Compiling tokio-stream v0.1.18
16992026-05-27T05:20:20.801Z Compiling buf-list v1.1.2
17002026-05-27T05:20:20.861Z Compiling x509-cert v0.2.5
17012026-05-27T05:20:21.064Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17022026-05-27T05:20:21.068Z Compiling openapiv3 v2.2.0
17032026-05-27T05:20:21.093Z Compiling sha1 v0.10.6
17042026-05-27T05:20:21.096Z Compiling peg-runtime v0.8.5
17052026-05-27T05:20:21.119Z Compiling lalrpop-util v0.19.12
17062026-05-27T05:20:21.312Z Compiling thread_local v1.1.9
17072026-05-27T05:20:21.331Z Compiling slog-async v2.8.0
17082026-05-27T05:20:21.362Z Compiling crossbeam-channel v0.5.15
17092026-05-27T05:20:21.387Z Compiling is-terminal v0.4.17
17102026-05-27T05:20:21.502Z Compiling filetime v0.2.27
17112026-05-27T05:20:21.590Z Compiling xattr v1.6.1
17122026-05-27T05:20:21.654Z Compiling term v1.2.1
17132026-05-27T05:20:21.677Z Compiling take_mut v0.2.2
17142026-05-27T05:20:21.743Z Compiling tar v0.4.45
17152026-05-27T05:20:22.253Z Compiling slog-term v2.9.2
17162026-05-27T05:20:31.993Z Compiling rustls-webpki v0.103.9
17172026-05-27T05:20:34.765Z Compiling tokio-rustls v0.26.4
17182026-05-27T05:20:34.765Z Compiling rustls-platform-verifier v0.6.2
17192026-05-27T05:20:34.971Z Compiling hyper-rustls v0.27.7
17202026-05-27T05:20:35.176Z Compiling reqwest v0.12.28
17212026-05-27T05:20:35.179Z Compiling reqwest v0.13.2
17222026-05-27T05:20:36.430Z Compiling tough v0.22.0
17232026-05-27T05:20:39.006Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-05-27T05:20:39.221Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-05-27T05:20:42.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17262026-05-27T05:20:42.198Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-05-27T05:20:42.255ZMay 27 05:20:41.239 INFO Starting download, target: Clickhouse
17282026-05-27T05:20:42.255ZMay 27 05:20:41.240 INFO Starting download, target: Cockroach
17292026-05-27T05:20:42.255ZMay 27 05:20:41.240 INFO Starting download, target: Console
17302026-05-27T05:20:42.256ZMay 27 05:20:41.240 INFO Starting download, target: DendriteStub
17312026-05-27T05:20:42.256ZMay 27 05:20:41.240 INFO Starting download, target: MaghemiteMgd
17322026-05-27T05:20:42.256ZMay 27 05:20:41.240 INFO Starting download, target: TransceiverControl
17332026-05-27T05:20:42.256ZMay 27 05:20:41.240 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-27T05:20:42.262ZMay 27 05:20:41.241 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-05-27T05:20:42.262ZMay 27 05:20:41.241 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-05-27T05:20:42.262ZMay 27 05:20:41.241 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-27T05:20:42.262ZMay 27 05:20:41.241 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-05-27T05:20:42.262ZMay 27 05:20:41.241 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-05-27T05:20:42.606ZMay 27 05:20:41.572 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-05-27T05:20:42.831ZMay 27 05:20:41.792 INFO Download complete, target: TransceiverControl
17412026-05-27T05:20:43.330ZMay 27 05:20:42.313 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-05-27T05:20:43.584ZMay 27 05:20:42.548 INFO Download complete, target: Console
17432026-05-27T05:20:44.073ZMay 27 05:20:43.026 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-05-27T05:20:45.207ZMay 27 05:20:44.151 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-05-27T05:20:45.331ZMay 27 05:20:44.264 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-05-27T05:20:46.364ZMay 27 05:20:45.350 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-27T05:20:46.364ZMay 27 05:20:45.350 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-27T05:20:47.607ZMay 27 05:20:46.593 INFO Download complete, target: DendriteStub
17492026-05-27T05:20:47.736ZMay 27 05:20:46.724 INFO Download complete, target: MaghemiteMgd
17502026-05-27T05:20:50.890ZMay 27 05:20:49.875 INFO Checking that binary works, target: Clickhouse
17512026-05-27T05:20:51.009ZMay 27 05:20:49.997 INFO Download complete, target: Clickhouse
17522026-05-27T05:20:51.044ZMay 27 05:20:50.028 INFO Checking that binary works, target: Cockroach
17532026-05-27T05:20:51.169ZMay 27 05:20:50.157 INFO Download complete, target: Cockroach
17542026-05-27T05:20:51.205ZAll builder prerequisites installed successfully, and PATH looks valid
17552026-05-27T05:20:51.208Z
17562026-05-27T05:20:51.208Zreal 2:16.033542984
17572026-05-27T05:20:51.208Zuser 6:58.540003429
17582026-05-27T05:20:51.208Zsys 1:25.195252499
17592026-05-27T05:20:51.208Ztrap 0.214179056
17602026-05-27T05:20:51.208Ztflt 0.799314231
17612026-05-27T05:20:51.208Zdflt 0.721347487
17622026-05-27T05:20:51.208Zkflt 0.038255999
17632026-05-27T05:20:51.208Zlock 22:27.122566140
17642026-05-27T05:20:51.208Zslp 21:31.023073832
17652026-05-27T05:20:51.209Zlat 42.845012314
17662026-05-27T05:20:51.209Zstop 1:55.348551194
17672026-05-27T05:20:51.209Z+ banner clippy
17682026-05-27T05:20:51.209Z
17692026-05-27T05:20:51.209Z #### # # ##### ##### # #
17702026-05-27T05:20:51.209Z # # # # # # # # # #
17712026-05-27T05:20:51.209Z # # # # # # # #
17722026-05-27T05:20:51.209Z # # # ##### ##### #
17732026-05-27T05:20:51.209Z # # # # # # #
17742026-05-27T05:20:51.209Z #### ###### # # # #
17752026-05-27T05:20:51.209Z
17762026-05-27T05:20:51.209Z+ export CARGO_INCREMENTAL=0
17772026-05-27T05:20:51.209Z+ CARGO_INCREMENTAL=0
17782026-05-27T05:20:51.209Z+ ptime -m cargo xtask clippy
17792026-05-27T05:20:51.732Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17802026-05-27T05:20:51.951Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17812026-05-27T05:20:53.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17822026-05-27T05:20:53.884Z Running `target/debug/xtask clippy`
17832026-05-27T05:20:53.911Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17842026-05-27T05:20:54.517Z Downloading crates ...
17852026-05-27T05:20:54.735Z Downloaded plotters-svg v0.3.7
17862026-05-27T05:20:54.739Z Downloaded backtrace-ext v0.2.1
17872026-05-27T05:20:54.742Z Downloaded event-listener-strategy v0.5.4
17882026-05-27T05:20:54.742Z Downloaded guppy-workspace-hack v0.1.0
17892026-05-27T05:20:54.746Z Downloaded concurrent-queue v2.5.0
17902026-05-27T05:20:54.746Z Downloaded assert_cmd v2.1.2
17912026-05-27T05:20:54.749Z Downloaded supports-unicode v2.1.0
17922026-05-27T05:20:54.749Z Downloaded cast v0.3.0
17932026-05-27T05:20:54.752Z Downloaded assert-json-diff v2.0.2
17942026-05-27T05:20:54.755Z Downloaded approx v0.5.1
17952026-05-27T05:20:54.758Z Downloaded constant_time_eq v0.3.1
17962026-05-27T05:20:54.758Z Downloaded escape8259 v0.5.3
17972026-05-27T05:20:54.761Z Downloaded tokio-test v0.4.5
17982026-05-27T05:20:54.770Z Downloaded stringmetrics v2.2.2
17992026-05-27T05:20:54.772Z Downloaded async-object-pool v0.2.0
18002026-05-27T05:20:54.775Z Downloaded rustc-demangle v0.1.27
18012026-05-27T05:20:54.780Z Downloaded parking v2.2.1
18022026-05-27T05:20:54.782Z Downloaded anes v0.1.6
18032026-05-27T05:20:54.783Z Downloaded miette-derive v5.10.0
18042026-05-27T05:20:54.786Z Downloaded datatest-stable v0.3.3
18052026-05-27T05:20:54.789Z Downloaded futures-timer v3.0.3
18062026-05-27T05:20:54.792Z Downloaded criterion-plot v0.6.0
18072026-05-27T05:20:54.792Z Downloaded supports-color v2.1.0
18082026-05-27T05:20:54.792Z Downloaded pathdiff v0.2.3
18092026-05-27T05:20:54.795Z Downloaded linkme-impl v0.3.35
18102026-05-27T05:20:54.801Z Downloaded similar-asserts v1.7.0
18112026-05-27T05:20:54.801Z Downloaded plotters-backend v0.3.7
18122026-05-27T05:20:54.801Z Downloaded async-lock v3.4.2
18132026-05-27T05:20:54.804Z Downloaded httptest v0.16.4
18142026-05-27T05:20:54.808Z Downloaded cfg-expr v0.20.6
18152026-05-27T05:20:54.808Z Downloaded supports-hyperlinks v2.1.0
18162026-05-27T05:20:54.811Z Downloaded terminal_size v0.1.17
18172026-05-27T05:20:54.815Z Downloaded serde_regex v1.1.0
18182026-05-27T05:20:54.826Z Downloaded nested v0.1.1
18192026-05-27T05:20:54.832Z Downloaded tinytemplate v1.2.1
18202026-05-27T05:20:54.841Z Downloaded addr2line v0.25.1
18212026-05-27T05:20:54.843Z Downloaded path-tree v0.8.3
18222026-05-27T05:20:54.843Z Downloaded event-listener v5.4.1
18232026-05-27T05:20:54.843Z Downloaded target-spec v3.5.7
18242026-05-27T05:20:54.843Z Downloaded target-triple v1.0.0
18252026-05-27T05:20:54.843Z Downloaded relative-path v1.9.3
18262026-05-27T05:20:54.843Z Downloaded owo-colors v3.5.0
18272026-05-27T05:20:54.848Z Downloaded target-lexicon v0.13.3
18282026-05-27T05:20:54.848Z Downloaded linkme v0.3.35
18292026-05-27T05:20:54.852Z Downloaded libtest-mimic v0.8.1
18302026-05-27T05:20:54.852Z Downloaded miette v5.10.0
18312026-05-27T05:20:54.852Z Downloaded knuffel-derive v3.2.0
18322026-05-27T05:20:54.855Z Downloaded trybuild v1.0.116
18332026-05-27T05:20:54.863Z Downloaded textwrap v0.15.2
18342026-05-27T05:20:54.863Z Downloaded chumsky v0.9.3
18352026-05-27T05:20:54.863Z Downloaded partial-io v0.5.4
18362026-05-27T05:20:54.863Z Downloaded termcolor v1.4.1
18372026-05-27T05:20:54.863Z Downloaded oorandom v11.1.5
18382026-05-27T05:20:54.863Z Downloaded hickory-client v0.25.2
18392026-05-27T05:20:54.866Z Downloaded backtrace v0.3.76
18402026-05-27T05:20:54.869Z Downloaded rstest v0.25.0
18412026-05-27T05:20:54.873Z Downloaded rust-argon2 v2.1.0
18422026-05-27T05:20:54.876Z Downloaded fancy-regex v0.14.0
18432026-05-27T05:20:54.881Z Downloaded guppy v0.17.25
18442026-05-27T05:20:54.884Z Downloaded blake2b_simd v1.0.4
18452026-05-27T05:20:54.884Z Downloaded rstest_macros v0.25.0
18462026-05-27T05:20:54.884Z Downloaded rand_distr v0.5.1
18472026-05-27T05:20:54.887Z Downloaded knuffel v3.2.0
18482026-05-27T05:20:54.892Z Downloaded criterion v0.7.0
18492026-05-27T05:20:54.897Z Downloaded plotters v0.3.7
18502026-05-27T05:20:54.900Z Downloaded hashbrown v0.14.5
18512026-05-27T05:20:54.911Z Downloaded gimli v0.32.3
18522026-05-27T05:20:55.007Z Downloaded httpmock v0.8.3
18532026-05-27T05:20:56.668Z Checking cfg-if v1.0.4
18542026-05-27T05:20:57.035Z Checking libc v0.2.185
18552026-05-27T05:20:57.066Z Checking serde_core v1.0.228
18562026-05-27T05:20:57.129Z Checking memchr v2.8.0
18572026-05-27T05:20:57.129Z Checking smallvec v1.15.1
18582026-05-27T05:20:57.180Z Checking itoa v1.0.17
18592026-05-27T05:20:57.181Z Checking log v0.4.29
18602026-05-27T05:20:57.243Z Checking zeroize v1.8.2
18612026-05-27T05:20:57.293Z Checking libm v0.2.16
18622026-05-27T05:20:57.339Z Checking scopeguard v1.2.0
18632026-05-27T05:20:57.391Z Checking stable_deref_trait v1.2.1
18642026-05-27T05:20:57.442Z Checking zmij v1.0.21
18652026-05-27T05:20:57.466Z Checking errno v0.3.14
18662026-05-27T05:20:57.466Z Checking getrandom v0.2.17
18672026-05-27T05:20:57.525Z Checking lock_api v0.4.14
18682026-05-27T05:20:57.554Z Checking zerofrom v0.1.6
18692026-05-27T05:20:57.589Z Checking percent-encoding v2.3.2
18702026-05-27T05:20:57.746Z Checking writeable v0.6.2
18712026-05-27T05:20:57.785Z Checking litemap v0.8.1
18722026-05-27T05:20:57.785Z Checking yoke v0.8.1
18732026-05-27T05:20:57.785Z Checking icu_normalizer_data v2.1.1
18742026-05-27T05:20:57.785Z Checking icu_properties_data v2.1.2
18752026-05-27T05:20:57.821Z Checking subtle v2.6.1
18762026-05-27T05:20:57.821Z Checking form_urlencoded v1.2.2
18772026-05-27T05:20:57.861Z Checking utf8_iter v1.0.4
18782026-05-27T05:20:57.861Z Checking pin-project-lite v0.2.17
18792026-05-27T05:20:57.939Z Checking zerovec v0.11.5
18802026-05-27T05:20:57.958Z Checking zerotrie v0.2.3
18812026-05-27T05:20:58.038Z Checking num-traits v0.2.19
18822026-05-27T05:20:58.091Z Checking rand_core v0.6.4
18832026-05-27T05:20:58.091Z Checking parking_lot_core v0.9.12
18842026-05-27T05:20:58.105Z Checking rand_core v0.10.0
18852026-05-27T05:20:58.132Z Checking zerocopy v0.8.40
18862026-05-27T05:20:58.266Z Checking portable-atomic v1.13.1
18872026-05-27T05:20:58.317Z Checking critical-section v1.2.0
18882026-05-27T05:20:58.335Z Checking getrandom v0.4.1
18892026-05-27T05:20:58.335Z Checking parking_lot v0.12.5
18902026-05-27T05:20:58.405Z Checking tinystr v0.8.2
18912026-05-27T05:20:58.462Z Checking potential_utf v0.1.4
18922026-05-27T05:20:58.564Z Checking signal-hook-registry v1.4.8
18932026-05-27T05:20:58.635Z Checking serde v1.0.228
18942026-05-27T05:20:58.635Z Checking serde_json v1.0.149
18952026-05-27T05:20:58.635Z Checking bitflags v2.11.0
18962026-05-27T05:20:58.673Z Checking icu_locale_core v2.1.1
18972026-05-27T05:20:58.673Z Checking icu_collections v2.1.1
18982026-05-27T05:20:58.731Z Checking once_cell v1.21.3
18992026-05-27T05:20:58.779Z Checking mio v1.2.0
19002026-05-27T05:20:58.817Z Checking socket2 v0.6.3
19012026-05-27T05:20:58.939Z Checking typenum v1.19.0
19022026-05-27T05:20:59.025Z Checking bytes v1.11.1
19032026-05-27T05:20:59.079Z Checking thiserror v2.0.18
19042026-05-27T05:20:59.112Z Checking iana-time-zone v0.1.65
19052026-05-27T05:20:59.164Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19062026-05-27T05:20:59.207Z Checking uuid v1.23.0
19072026-05-27T05:20:59.250Z Checking icu_provider v2.1.1
19082026-05-27T05:20:59.279Z Checking chrono v0.4.44
19092026-05-27T05:20:59.382Z Checking semver v1.0.28
19102026-05-27T05:20:59.431Z Checking futures-core v0.3.32
19112026-05-27T05:20:59.478Z Checking tokio v1.52.1
19122026-05-27T05:20:59.483Z Checking generic-array v0.14.7
19132026-05-27T05:20:59.558Z Checking icu_normalizer v2.1.1
19142026-05-27T05:20:59.562Z Checking icu_properties v2.1.2
19152026-05-27T05:20:59.581Z Checking equivalent v1.0.2
19162026-05-27T05:20:59.623Z Checking dyn-clone v1.0.20
19172026-05-27T05:20:59.720Z Checking const-oid v0.9.6
19182026-05-27T05:20:59.791Z Checking futures-sink v0.3.32
19192026-05-27T05:20:59.881Z Checking futures-task v0.3.32
19202026-05-27T05:20:59.916Z Checking futures-channel v0.3.32
19212026-05-27T05:20:59.985Z Checking crypto-common v0.1.7
19222026-05-27T05:21:00.042Z Checking block-buffer v0.10.4
19232026-05-27T05:21:00.134Z Checking futures-io v0.3.32
19242026-05-27T05:21:00.161Z Checking slab v0.4.12
19252026-05-27T05:21:00.171Z Checking rustix v1.1.3
19262026-05-27T05:21:00.232Z Checking byteorder v1.5.0
19272026-05-27T05:21:00.271Z Checking hashbrown v0.17.0
19282026-05-27T05:21:00.346Z Checking futures-util v0.3.32
19292026-05-27T05:21:00.425Z Checking idna_adapter v1.2.1
19302026-05-27T05:21:00.467Z Checking digest v0.10.7
19312026-05-27T05:21:00.496Z Checking cpufeatures v0.2.17
19322026-05-27T05:21:00.557Z Checking idna v1.1.0
19332026-05-27T05:21:00.589Z Checking thiserror v1.0.69
19342026-05-27T05:21:00.844Z Checking getrandom v0.3.4
19352026-05-27T05:21:00.860Z Checking fnv v1.0.7
19362026-05-27T05:21:00.860Z Checking indexmap v2.14.0
19372026-05-27T05:21:00.860Z Checking url v2.5.8
19382026-05-27T05:21:00.873Z Checking regex-syntax v0.8.10
19392026-05-27T05:21:00.874Z Checking http v1.4.0
19402026-05-27T05:21:00.920Z Checking ppv-lite86 v0.2.21
19412026-05-27T05:21:01.041Z Checking tracing-core v0.1.36
19422026-05-27T05:21:01.233Z Checking base64 v0.22.1
19432026-05-27T05:21:01.288Z Checking schemars v0.8.22
19442026-05-27T05:21:01.350Z Checking ipnet v2.11.0
19452026-05-27T05:21:01.377Z Checking tracing v0.1.44
19462026-05-27T05:21:01.470Z Checking unicode-ident v1.0.24
19472026-05-27T05:21:01.511Z Checking anstyle v1.0.13
19482026-05-27T05:21:01.601Z Checking untrusted v0.9.0
19492026-05-27T05:21:01.616Z Checking utf8parse v0.2.2
19502026-05-27T05:21:01.665Z Checking proc-macro2 v1.0.106
19512026-05-27T05:21:01.704Z Checking base64ct v1.8.3
19522026-05-27T05:21:01.732Z Checking ring v0.17.14
19532026-05-27T05:21:01.795Z Checking anstyle-parse v0.2.7
19542026-05-27T05:21:01.944Z Checking block-padding v0.3.3
19552026-05-27T05:21:01.973Z Checking aho-corasick v1.1.4
19562026-05-27T05:21:01.980Z Checking is_terminal_polyfill v1.70.2
19572026-05-27T05:21:02.046Z Checking quote v1.0.45
19582026-05-27T05:21:02.107Z Checking anstyle-query v1.1.5
19592026-05-27T05:21:02.132Z Checking colorchoice v1.0.4
19602026-05-27T05:21:02.182Z Checking inout v0.1.4
19612026-05-27T05:21:02.223Z Checking rustls-pki-types v1.14.0
19622026-05-27T05:21:02.250Z Checking syn v2.0.117
19632026-05-27T05:21:02.254Z Checking anstream v0.6.21
19642026-05-27T05:21:02.254Z Checking httparse v1.10.1
19652026-05-27T05:21:02.350Z Checking cipher v0.4.4
19662026-05-27T05:21:02.519Z Checking terminal_size v0.4.3
19672026-05-27T05:21:02.550Z Checking crossbeam-utils v0.8.21
19682026-05-27T05:21:02.564Z Checking clap_lex v1.0.0
19692026-05-27T05:21:02.615Z Checking allocator-api2 v0.2.21
19702026-05-27T05:21:02.669Z Checking tokio-util v0.7.18
19712026-05-27T05:21:02.687Z Checking regex-automata v0.4.14
19722026-05-27T05:21:02.687Z Checking strsim v0.11.1
19732026-05-27T05:21:02.768Z Checking pem-rfc7468 v0.7.0
19742026-05-27T05:21:02.777Z Checking http-body v1.0.1
19752026-05-27T05:21:02.957Z Checking clap_builder v4.5.60
19762026-05-27T05:21:03.003Z Checking sha2 v0.10.9
19772026-05-27T05:21:03.003Z Checking atomic-waker v1.1.2
19782026-05-27T05:21:03.003Z Checking powerfmt v0.2.0
19792026-05-27T05:21:03.003Z Checking rand_core v0.9.5
19802026-05-27T05:21:03.089Z Checking hmac v0.12.1
19812026-05-27T05:21:03.172Z Checking deranged v0.5.8
19822026-05-27T05:21:03.218Z Checking num-conv v0.2.0
19832026-05-27T05:21:03.251Z Checking time-core v0.1.8
19842026-05-27T05:21:03.251Z Checking httpdate v1.0.3
19852026-05-27T05:21:03.317Z Checking num_threads v0.1.7
19862026-05-27T05:21:03.361Z Checking try-lock v0.2.5
19872026-05-27T05:21:03.408Z Checking h2 v0.4.13
19882026-05-27T05:21:03.445Z Checking tower-service v0.3.3
19892026-05-27T05:21:03.462Z Checking pin-utils v0.1.0
19902026-05-27T05:21:03.513Z Checking want v0.3.1
19912026-05-27T05:21:03.586Z Checking ryu v1.0.23
19922026-05-27T05:21:03.661Z Checking flagset v0.4.7
19932026-05-27T05:21:03.702Z Checking tower-layer v0.3.3
19942026-05-27T05:21:03.735Z Checking rand_chacha v0.9.0
19952026-05-27T05:21:03.767Z Checking der v0.7.10
19962026-05-27T05:21:03.864Z Checking erased-serde v0.3.31
19972026-05-27T05:21:03.977Z Checking mime v0.3.17
19982026-05-27T05:21:04.153Z Checking time v0.3.47
19992026-05-27T05:21:04.255Z Checking clap v4.5.60
20002026-05-27T05:21:04.255Z Checking rand v0.9.2
20012026-05-27T05:21:04.309Z Checking slog v2.8.2
20022026-05-27T05:21:04.309Z Checking spin v0.9.8
20032026-05-27T05:21:04.503Z Checking anyhow v1.0.102
20042026-05-27T05:21:04.571Z Checking http-body-util v0.1.3
20052026-05-27T05:21:04.610Z Checking aws-lc-sys v0.40.0
20062026-05-27T05:21:04.610Z Checking untrusted v0.7.1
20072026-05-27T05:21:04.610Z Checking openssl-probe v0.2.1
20082026-05-27T05:21:04.660Z Checking fastrand v2.3.0
20092026-05-27T05:21:04.728Z Checking spki v0.7.3
20102026-05-27T05:21:04.782Z Checking serde_urlencoded v0.7.1
20112026-05-27T05:21:04.866Z Checking pbkdf2 v0.12.2
20122026-05-27T05:21:04.866Z Checking aes v0.8.4
20132026-05-27T05:21:04.906Z Checking encoding_rs v0.8.35
20142026-05-27T05:21:04.933Z Checking regex v1.12.3
20152026-05-27T05:21:04.972Z Checking cbc v0.1.2
20162026-05-27T05:21:04.995Z Checking salsa20 v0.10.2
20172026-05-27T05:21:05.095Z Checking aws-lc-rs v1.16.3
20182026-05-27T05:21:05.149Z Checking rand_chacha v0.3.1
20192026-05-27T05:21:05.240Z Checking hex v0.4.3
20202026-05-27T05:21:05.240Z Checking pretty-hex v0.4.1
20212026-05-27T05:21:05.304Z Checking simd-adler32 v0.3.8
20222026-05-27T05:21:05.304Z Checking scrypt v0.11.0
20232026-05-27T05:21:05.338Z Checking tempfile v3.25.0
20242026-05-27T05:21:05.399Z Checking rand v0.8.6
20252026-05-27T05:21:05.411Z Checking ipnetwork v0.21.1
20262026-05-27T05:21:05.447Z Checking plain v0.2.3
20272026-05-27T05:21:05.477Z Checking adler2 v2.0.1
20282026-05-27T05:21:05.552Z Checking pkcs5 v0.7.1
20292026-05-27T05:21:05.591Z Checking miniz_oxide v0.8.9
20302026-05-27T05:21:05.724Z Checking rustls-native-certs v0.8.3
20312026-05-27T05:21:05.743Z Checking sync_wrapper v1.0.2
20322026-05-27T05:21:05.805Z Checking ucd-trie v0.1.7
20332026-05-27T05:21:05.869Z Checking webpki-roots v1.0.6
20342026-05-27T05:21:05.908Z Checking pkcs8 v0.10.2
20352026-05-27T05:21:05.909Z Checking tower v0.5.3
20362026-05-27T05:21:05.949Z Checking camino v1.2.2
20372026-05-27T05:21:05.992Z Checking rustls-webpki v0.103.9
20382026-05-27T05:21:06.004Z Checking pest v2.8.6
20392026-05-27T05:21:06.041Z Checking foldhash v0.2.0
20402026-05-27T05:21:06.045Z Checking iri-string v0.7.10
20412026-05-27T05:21:06.045Z Checking hyper v1.8.1
20422026-05-27T05:21:06.132Z Checking futures-executor v0.3.32
20432026-05-27T05:21:06.195Z Checking either v1.15.0
20442026-05-27T05:21:06.249Z Checking hashbrown v0.16.1
20452026-05-27T05:21:06.302Z Checking openapiv3 v2.2.0
20462026-05-27T05:21:06.340Z Checking futures v0.3.32
20472026-05-27T05:21:06.404Z Checking crc32fast v1.5.0
20482026-05-27T05:21:06.408Z Checking rustls v0.23.37
20492026-05-27T05:21:06.471Z Checking static_assertions v1.1.0
20502026-05-27T05:21:06.574Z Checking oxnet v0.1.4
20512026-05-27T05:21:06.578Z Checking lazy_static v1.5.0
20522026-05-27T05:21:06.721Z Checking signature v2.2.0
20532026-05-27T05:21:06.760Z Checking winnow v0.7.14
20542026-05-27T05:21:06.835Z Checking hubpack v0.1.2
20552026-05-27T05:21:06.873Z Checking zlib-rs v0.6.2
20562026-05-27T05:21:07.008Z Checking hyper-util v0.1.20
20572026-05-27T05:21:07.058Z Checking strum v0.26.3
20582026-05-27T05:21:07.085Z Checking tower-http v0.6.8
20592026-05-27T05:21:07.085Z Checking tinyvec_macros v0.1.1
20602026-05-27T05:21:07.178Z Checking psl-types v2.0.11
20612026-05-27T05:21:07.212Z Checking tinyvec v1.10.0
20622026-05-27T05:21:07.319Z Checking data-encoding v2.10.0
20632026-05-27T05:21:07.374Z Checking publicsuffix v2.3.0
20642026-05-27T05:21:07.537Z Checking cookie v0.18.1
20652026-05-27T05:21:07.577Z Checking sha1 v0.10.6
20662026-05-27T05:21:07.607Z Checking num-integer v0.1.46
20672026-05-27T05:21:07.610Z Checking scroll v0.13.0
20682026-05-27T05:21:07.762Z Checking toml_datetime v0.6.11
20692026-05-27T05:21:07.766Z Checking flate2 v1.1.9
20702026-05-27T05:21:07.831Z Checking cookie_store v0.22.1
20712026-05-27T05:21:07.864Z Checking serde_spanned v0.6.9
20722026-05-27T05:21:07.899Z Checking goblin v0.10.5
20732026-05-27T05:21:07.938Z Checking memmap2 v0.9.10
20742026-05-27T05:21:07.976Z Checking foreign-types-shared v0.1.1
20752026-05-27T05:21:08.018Z Checking bit-vec v0.8.0
20762026-05-27T05:21:08.099Z Checking base16ct v0.2.0
20772026-05-27T05:21:08.124Z Checking foreign-types v0.3.2
20782026-05-27T05:21:08.127Z Checking dtrace-parser v0.3.0
20792026-05-27T05:21:08.200Z Checking ff v0.13.1
20802026-05-27T05:21:08.289Z Checking bit-set v0.8.0
20812026-05-27T05:21:08.306Z Checking sec1 v0.7.3
20822026-05-27T05:21:08.306Z Checking openssl-sys v0.9.115
20832026-05-27T05:21:08.306Z Checking wait-timeout v0.2.1
20842026-05-27T05:21:08.382Z Checking thread-id v5.1.0
20852026-05-27T05:21:08.416Z Checking group v0.13.0
20862026-05-27T05:21:08.419Z Checking num-iter v0.1.45
20872026-05-27T05:21:08.486Z Checking bstr v1.12.1
20882026-05-27T05:21:08.494Z Checking hkdf v0.12.4
20892026-05-27T05:21:08.555Z Checking crossbeam-epoch v0.9.18
20902026-05-27T05:21:08.587Z Checking ahash v0.8.12
20912026-05-27T05:21:08.590Z Checking crypto-bigint v0.5.5
20922026-05-27T05:21:08.678Z Checking quick-error v1.2.3
20932026-05-27T05:21:08.746Z Checking openssl v0.10.79
20942026-05-27T05:21:08.793Z Checking tokio-rustls v0.26.4
20952026-05-27T05:21:08.835Z Checking rustls-platform-verifier v0.6.2
20962026-05-27T05:21:08.864Z Checking rusty-fork v0.3.1
20972026-05-27T05:21:08.864Z Checking rand_xorshift v0.4.0
20982026-05-27T05:21:08.945Z Checking scroll v0.12.0
20992026-05-27T05:21:08.992Z Checking unarray v0.1.4
21002026-05-27T05:21:09.032Z Checking hyper-rustls v0.27.7
21012026-05-27T05:21:09.045Z Checking num-bigint-dig v0.8.6
21022026-05-27T05:21:09.100Z Checking pkcs1 v0.7.5
21032026-05-27T05:21:09.137Z Checking proptest v1.10.0
21042026-05-27T05:21:09.170Z Checking goblin v0.8.2
21052026-05-27T05:21:09.266Z Checking reqwest v0.13.2
21062026-05-27T05:21:09.334Z Checking x509-cert v0.2.5
21072026-05-27T05:21:09.511Z Checking elliptic-curve v0.13.8
21082026-05-27T05:21:09.844Z Checking zerocopy v0.7.35
21092026-05-27T05:21:09.890Z Checking unicode-segmentation v1.12.0
21102026-05-27T05:21:10.020Z Checking rsa v0.9.10
21112026-05-27T05:21:10.127Z Checking dtrace-parser v0.2.0
21122026-05-27T05:21:10.214Z Checking dof v0.4.0
21132026-05-27T05:21:10.255Z Checking rfc6979 v0.4.0
21142026-05-27T05:21:10.345Z Checking memoffset v0.9.1
21152026-05-27T05:21:10.390Z Checking thread-id v4.2.2
21162026-05-27T05:21:10.394Z Checking ecdsa v0.16.9
21172026-05-27T05:21:10.456Z Checking curve25519-dalek v4.1.3
21182026-05-27T05:21:10.508Z Checking rustix v0.38.44
21192026-05-27T05:21:10.531Z Checking env_filter v1.0.0
21202026-05-27T05:21:10.695Z Checking keccak v0.1.6
21212026-05-27T05:21:10.746Z Checking toml_write v0.1.2
21222026-05-27T05:21:10.794Z Checking native-tls v0.2.18
21232026-05-27T05:21:10.893Z Checking usdt-impl v0.6.0
21242026-05-27T05:21:10.918Z Checking same-file v1.0.6
21252026-05-27T05:21:10.921Z Checking newtype-uuid v1.3.2
21262026-05-27T05:21:10.986Z Checking toml_edit v0.22.27
21272026-05-27T05:21:11.032Z Checking tokio-native-tls v0.3.1
21282026-05-27T05:21:11.058Z Checking dof v0.3.0
21292026-05-27T05:21:11.090Z Checking walkdir v2.5.0
21302026-05-27T05:21:11.189Z Checking daft v0.1.7
21312026-05-27T05:21:11.229Z Checking hyper-tls v0.6.0
21322026-05-27T05:21:11.248Z Checking usdt v0.6.0
21332026-05-27T05:21:11.283Z Checking sha3 v0.10.8
21342026-05-27T05:21:11.287Z Checking env_logger v0.11.9
21352026-05-27T05:21:11.351Z Checking ed25519 v2.2.3
21362026-05-27T05:21:11.382Z Checking usdt-impl v0.5.0
21372026-05-27T05:21:11.418Z Checking reqwest v0.12.28
21382026-05-27T05:21:11.521Z Checking itertools v0.13.0
21392026-05-27T05:21:11.536Z Checking serde_with v3.17.0
21402026-05-27T05:21:11.536Z Checking siphasher v1.0.2
21412026-05-27T05:21:11.566Z Checking bitflags v1.3.2
21422026-05-27T05:21:11.570Z Checking ed25519-dalek v2.2.0
21432026-05-27T05:21:11.663Z Checking nix v0.31.2
21442026-05-27T05:21:11.729Z Checking toml_parser v1.0.9+spec-1.1.0
21452026-05-27T05:21:11.742Z Checking unicode-normalization v0.1.25
21462026-05-27T05:21:11.884Z Checking signal-hook v0.3.18
21472026-05-27T05:21:12.041Z Checking winnow v0.5.40
21482026-05-27T05:21:12.077Z Checking managed v0.8.0
21492026-05-27T05:21:12.091Z Checking bzip2-sys v0.1.13+1.0.8
21502026-05-27T05:21:12.153Z Checking object v0.37.3
21512026-05-27T05:21:12.218Z Checking foldhash v0.1.5
21522026-05-27T05:21:12.277Z Checking bzip2 v0.4.4
21532026-05-27T05:21:12.310Z Checking signal-hook-mio v0.2.5
21542026-05-27T05:21:12.378Z Checking hashbrown v0.15.5
21552026-05-27T05:21:12.439Z Checking globset v0.4.18
21562026-05-27T05:21:12.481Z Checking ref-cast v1.0.25
21572026-05-27T05:21:12.509Z Checking zstd-sys v2.0.16+zstd.1.5.7
21582026-05-27T05:21:12.607Z Checking zip v0.6.6
21592026-05-27T05:21:12.654Z Checking zstd-safe v7.2.4
21602026-05-27T05:21:12.724Z Checking pin-project v1.1.11
21612026-05-27T05:21:12.759Z Checking bumpalo v3.20.2
21622026-05-27T05:21:12.835Z Checking libbz2-rs-sys v0.2.2
21632026-05-27T05:21:12.874Z Checking cpufeatures v0.3.0
21642026-05-27T05:21:12.882Z Checking zstd v0.13.3
21652026-05-27T05:21:12.937Z Checking crossterm v0.28.1
21662026-05-27T05:21:12.974Z Checking similar v2.7.0
21672026-05-27T05:21:12.991Z Checking chacha20 v0.10.0
21682026-05-27T05:21:13.051Z Checking zopfli v0.8.3
21692026-05-27T05:21:13.120Z Checking tokio-stream v0.1.18
21702026-05-27T05:21:13.218Z Checking toml_edit v0.19.15
21712026-05-27T05:21:13.262Z Checking fs-err v3.3.0
21722026-05-27T05:21:13.298Z Checking bzip2 v0.6.1
21732026-05-27T05:21:13.453Z Checking pem v3.0.6
21742026-05-27T05:21:13.482Z Checking hash32 v0.2.1
21752026-05-27T05:21:13.492Z Checking serde-big-array v0.5.1
21762026-05-27T05:21:13.532Z Checking unicode-properties v0.1.4
21772026-05-27T05:21:13.575Z Checking jiff v0.2.21
21782026-05-27T05:21:13.611Z Checking predicates-core v1.0.10
21792026-05-27T05:21:13.650Z Checking unicode-bidi v0.3.18
21802026-05-27T05:21:13.655Z Checking heapless v0.7.17
21812026-05-27T05:21:13.714Z Checking rand v0.10.0
21822026-05-27T05:21:13.748Z Checking snafu v0.8.9
21832026-05-27T05:21:13.783Z Checking olpc-cjson v0.1.4
21842026-05-27T05:21:13.941Z Checking hickory-proto v0.25.2
21852026-05-27T05:21:14.034Z Checking stringprep v0.1.5
21862026-05-27T05:21:14.059Z Checking md-5 v0.10.6
21872026-05-27T05:21:14.105Z Checking serde_plain v1.0.2
21882026-05-27T05:21:14.156Z Checking float-cmp v0.10.0
21892026-05-27T05:21:14.190Z Checking difflib v0.4.0
21902026-05-27T05:21:14.224Z Checking fallible-iterator v0.2.0
21912026-05-27T05:21:14.260Z Checking toml v0.7.8
21922026-05-27T05:21:14.295Z Checking normalize-line-endings v0.3.0
21932026-05-27T05:21:14.328Z Checking typed-path v0.9.3
21942026-05-27T05:21:14.388Z Checking smoltcp v0.9.1
21952026-05-27T05:21:14.425Z Checking predicates v3.1.4
21962026-05-27T05:21:14.477Z Checking iddqd v0.4.2
21972026-05-27T05:21:14.518Z Checking postgres-protocol v0.6.10
21982026-05-27T05:21:14.595Z Checking phf_shared v0.11.3
21992026-05-27T05:21:14.748Z Checking phf_shared v0.13.1
22002026-05-27T05:21:14.785Z Checking buf-list v1.1.2
22012026-05-27T05:21:14.862Z Checking strum v0.27.2
22022026-05-27T05:21:14.969Z Checking precomputed-hash v0.1.1
22032026-05-27T05:21:15.089Z Checking new_debug_unreachable v1.0.6
22042026-05-27T05:21:15.095Z Checking fixedbitset v0.5.7
22052026-05-27T05:21:15.095Z Checking lalrpop-util v0.19.12
22062026-05-27T05:21:15.108Z Checking fixedbitset v0.4.2
22072026-05-27T05:21:15.111Z Checking tough v0.22.0
22082026-05-27T05:21:15.176Z Checking string_cache v0.8.9
22092026-05-27T05:21:15.257Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-05-27T05:21:15.262Z Checking petgraph v0.8.3
22112026-05-27T05:21:15.326Z Checking petgraph v0.6.5
22122026-05-27T05:21:15.367Z Checking phf v0.13.1
22132026-05-27T05:21:15.403Z Checking postgres-types v0.2.12
22142026-05-27T05:21:15.546Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22152026-05-27T05:21:15.768Z Checking peg-runtime v0.8.5
22162026-05-27T05:21:15.850Z Checking whoami v2.1.0
22172026-05-27T05:21:15.865Z Checking zip v4.6.1
22182026-05-27T05:21:16.037Z Checking is-terminal v0.4.17
22192026-05-27T05:21:16.075Z Checking tokio-postgres v0.7.16
22202026-05-27T05:21:16.160Z Checking crossbeam-channel v0.5.15
22212026-05-27T05:21:16.471Z Compiling structmeta-derive v0.3.0
22222026-05-27T05:21:16.530Z Checking thread_local v1.1.9
22232026-05-27T05:21:16.595Z Checking take_mut v0.2.2
22242026-05-27T05:21:16.720Z Checking term v1.2.1
22252026-05-27T05:21:16.755Z Checking slog-async v2.8.0
22262026-05-27T05:21:16.776Z Compiling newtype-uuid-macros v0.1.0
22272026-05-27T05:21:16.872Z Compiling rustls v0.22.4
22282026-05-27T05:21:16.968Z Compiling multer v3.1.0
22292026-05-27T05:21:17.004Z Checking slog-term v2.9.2
22302026-05-27T05:21:17.116Z Compiling async-stream-impl v0.3.6
22312026-05-27T05:21:17.174Z Compiling dropshot v0.17.0
22322026-05-27T05:21:17.275Z Compiling dropshot_endpoint v0.17.0
22332026-05-27T05:21:17.298Z Checking match_cfg v0.1.0
22342026-05-27T05:21:17.361Z Checking slog-json v2.6.1
22352026-05-27T05:21:17.441Z Checking hostname v0.3.1
22362026-05-27T05:21:17.466Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22372026-05-27T05:21:17.559Z Checking debug-ignore v1.0.5
22382026-05-27T05:21:17.599Z Compiling structmeta v0.3.0
22392026-05-27T05:21:17.617Z Checking slog-bunyan v2.5.0
22402026-05-27T05:21:17.617Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22412026-05-27T05:21:17.739Z Checking rustls-webpki v0.102.8
22422026-05-27T05:21:17.788Z Checking serde_path_to_error v0.1.20
22432026-05-27T05:21:17.828Z Checking toml_datetime v1.0.0+spec-1.1.0
22442026-05-27T05:21:17.887Z Checking serde_spanned v1.0.4
22452026-05-27T05:21:17.887Z Compiling derive-ex v0.1.8
22462026-05-27T05:21:18.007Z Checking compression-core v0.4.31
22472026-05-27T05:21:18.047Z Checking toml_writer v1.0.6+spec-1.1.0
22482026-05-27T05:21:18.093Z Checking progenitor-client v0.14.0
22492026-05-27T05:21:18.093Z Checking compression-codecs v0.4.37
22502026-05-27T05:21:18.093Z Checking async-stream v0.3.6
22512026-05-27T05:21:18.234Z Checking toml v1.0.6+spec-1.1.0
22522026-05-27T05:21:18.290Z Checking waitgroup v0.1.2
22532026-05-27T05:21:18.323Z Checking async-compression v0.4.41
22542026-05-27T05:21:18.383Z Checking rustls-pemfile v2.2.0
22552026-05-27T05:21:18.478Z Checking hostname v0.4.2
22562026-05-27T05:21:18.567Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-05-27T05:21:18.568Z Compiling parse-display-derive v0.10.0
22582026-05-27T05:21:18.630Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22592026-05-27T05:21:18.630Z Checking regress v0.10.5
22602026-05-27T05:21:18.630Z Checking itertools v0.14.0
22612026-05-27T05:21:18.726Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22622026-05-27T05:21:18.858Z Checking macaddr v1.0.1
22632026-05-27T05:21:19.147Z Checking instant v0.1.13
22642026-05-27T05:21:19.295Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22652026-05-27T05:21:19.295Z Checking backon v1.6.0
22662026-05-27T05:21:19.295Z Checking backoff v0.4.0
22672026-05-27T05:21:19.387Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22682026-05-27T05:21:19.451Z Checking humantime v2.3.0
22692026-05-27T05:21:19.451Z Checking progenitor-extras v0.2.0
22702026-05-27T05:21:19.565Z Compiling test-strategy v0.4.5
22712026-05-27T05:21:19.623Z Checking progenitor-client v0.10.0
22722026-05-27T05:21:19.678Z Checking tokio-rustls v0.25.0
22732026-05-27T05:21:19.678Z Checking unicode-width v0.2.0
22742026-05-27T05:21:19.755Z Checking heck v0.5.0
22752026-05-27T05:21:19.821Z Compiling convert_case v0.4.0
22762026-05-27T05:21:19.893Z Checking half v2.7.1
22772026-05-27T05:21:19.929Z Checking ciborium-io v0.2.2
22782026-05-27T05:21:19.986Z Checking secrecy v0.10.3
22792026-05-27T05:21:20.080Z Compiling regress v0.11.1
22802026-05-27T05:21:20.148Z Checking indent_write v2.2.0
22812026-05-27T05:21:20.149Z Checking universal-hash v0.5.1
22822026-05-27T05:21:20.191Z Checking ciborium-ll v0.2.2
22832026-05-27T05:21:20.235Z Compiling unsafe-libyaml v0.2.11
22842026-05-27T05:21:20.306Z Checking parse-display v0.10.0
22852026-05-27T05:21:20.306Z Compiling derive_more v0.99.20
22862026-05-27T05:21:20.391Z Checking opaque-debug v0.3.1
22872026-05-27T05:21:20.391Z Checking ciborium v0.2.2
22882026-05-27T05:21:20.479Z Checking camino-tempfile v1.4.1
22892026-05-27T05:21:20.648Z Compiling crucible-workspace-hack v0.1.0
22902026-05-27T05:21:20.894Z Compiling serde_yaml v0.9.34+deprecated
22912026-05-27T05:21:20.926Z Checking aead v0.5.2
22922026-05-27T05:21:21.064Z Checking poly1305 v0.8.0
22932026-05-27T05:21:21.164Z Checking chacha20 v0.9.1
22942026-05-27T05:21:21.164Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22952026-05-27T05:21:21.328Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22962026-05-27T05:21:21.376Z Compiling thiserror-impl-no-std v2.0.2
22972026-05-27T05:21:21.507Z Checking password-hash v0.5.0
22982026-05-27T05:21:21.628Z Compiling typify-impl v0.6.2
22992026-05-27T05:21:21.765Z Checking blake2 v0.10.6
23002026-05-27T05:21:21.860Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23012026-05-27T05:21:22.015Z Checking argon2 v0.5.3
23022026-05-27T05:21:22.232Z Checking chacha20poly1305 v0.10.1
23032026-05-27T05:21:22.384Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23042026-05-27T05:21:22.389Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23052026-05-27T05:21:22.520Z Checking thiserror-no-std v2.0.2
23062026-05-27T05:21:22.636Z Checking vsss-rs v3.3.4
23072026-05-27T05:21:22.730Z Checking byte-wrapper v0.1.0
23082026-05-27T05:21:22.777Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23092026-05-27T05:21:22.822Z Checking swrite v0.1.0
23102026-05-27T05:21:22.941Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112026-05-27T05:21:22.978Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23122026-05-27T05:21:23.035Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23132026-05-27T05:21:23.229Z Checking crossbeam-deque v0.8.6
23142026-05-27T05:21:23.232Z Compiling rayon-core v1.13.0
23152026-05-27T05:21:23.438Z Checking toml v0.8.23
23162026-05-27T05:21:23.750Z Compiling proc-macro-error v1.0.4
23172026-05-27T05:21:23.790Z Compiling toml_datetime v0.7.5+spec-1.1.0
23182026-05-27T05:21:23.826Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23192026-05-27T05:21:23.872Z Checking rayon v1.11.0
23202026-05-27T05:21:24.066Z Compiling toml_edit v0.23.10+spec-1.0.0
23212026-05-27T05:21:24.101Z Checking tabwriter v1.4.1
23222026-05-27T05:21:24.280Z Checking glob v0.3.3
23232026-05-27T05:21:24.336Z Checking colored v3.1.1
23242026-05-27T05:21:24.496Z Compiling heapless v0.8.0
23252026-05-27T05:21:24.541Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23262026-05-27T05:21:24.575Z Compiling ingot-macros v0.1.1
23272026-05-27T05:21:24.665Z Compiling proc-macro-crate v3.4.0
23282026-05-27T05:21:25.003Z Checking hash32 v0.3.1
23292026-05-27T05:21:25.009Z Compiling smoltcp v0.11.0
23302026-05-27T05:21:25.155Z Checking unicode-width v0.1.14
23312026-05-27T05:21:25.191Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-05-27T05:21:25.339Z Checking cobs v0.3.0
23332026-05-27T05:21:25.443Z Compiling usdt-macro v0.5.0
23342026-05-27T05:21:25.515Z Compiling usdt-attr-macro v0.5.0
23352026-05-27T05:21:25.538Z Checking memmap v0.7.0
23362026-05-27T05:21:25.574Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-05-27T05:21:25.698Z Checking postcard v1.1.3
23382026-05-27T05:21:25.859Z Compiling num_enum_derive v0.7.5
23392026-05-27T05:21:26.020Z Compiling proc-macro-crate v1.3.1
23402026-05-27T05:21:26.132Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23412026-05-27T05:21:26.221Z Compiling typify-macro v0.6.2
23422026-05-27T05:21:26.234Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23432026-05-27T05:21:26.324Z Checking usdt v0.5.0
23442026-05-27T05:21:26.464Z Checking sigpipe v0.1.3
23452026-05-27T05:21:26.485Z Compiling foreign-types-macros v0.2.3
23462026-05-27T05:21:26.523Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-05-27T05:21:26.573Z Checking foreign-types-shared v0.3.1
23482026-05-27T05:21:26.674Z Compiling num_enum_derive v0.5.11
23492026-05-27T05:21:26.939Z Checking num_enum v0.7.5
23502026-05-27T05:21:26.963Z Checking cstr-argument v0.1.2
23512026-05-27T05:21:27.002Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23522026-05-27T05:21:27.072Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23532026-05-27T05:21:27.107Z Checking foreign-types v0.5.0
23542026-05-27T05:21:27.138Z Compiling num-derive v0.4.2
23552026-05-27T05:21:27.211Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23562026-05-27T05:21:27.357Z Checking ingot-types v0.1.2
23572026-05-27T05:21:27.452Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23582026-05-27T05:21:27.493Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-05-27T05:21:27.538Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23602026-05-27T05:21:27.583Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23612026-05-27T05:21:27.685Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23622026-05-27T05:21:27.728Z Checking num_enum v0.5.11
23632026-05-27T05:21:27.730Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23642026-05-27T05:21:27.796Z Checking ingot v0.1.1
23652026-05-27T05:21:27.862Z Compiling zone_cfg_derive v0.3.1
23662026-05-27T05:21:27.865Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23672026-05-27T05:21:27.938Z Compiling typify v0.6.2
23682026-05-27T05:21:28.073Z Compiling progenitor-impl v0.14.0
23692026-05-27T05:21:28.108Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23702026-05-27T05:21:28.272Z Checking itertools v0.12.1
23712026-05-27T05:21:28.382Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23722026-05-27T05:21:28.594Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23732026-05-27T05:21:28.702Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23742026-05-27T05:21:28.770Z Checking smf v0.2.3
23752026-05-27T05:21:28.849Z Checking whoami v1.6.1
23762026-05-27T05:21:28.956Z Checking tokio-dtrace v0.1.1
23772026-05-27T05:21:29.041Z Compiling derive-where v1.6.0
23782026-05-27T05:21:29.086Z Checking console v0.15.11
23792026-05-27T05:21:29.184Z Checking atomicwrites v0.4.4
23802026-05-27T05:21:29.194Z Checking oxide-tokio-rt v0.1.4
23812026-05-27T05:21:29.318Z Checking newline-converter v0.3.0
23822026-05-27T05:21:29.328Z Checking zone v0.3.1
23832026-05-27T05:21:29.424Z Checking num-rational v0.4.2
23842026-05-27T05:21:29.448Z Checking num-complex v0.4.6
23852026-05-27T05:21:29.448Z Checking expectorate v1.2.0
23862026-05-27T05:21:29.466Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23872026-05-27T05:21:29.585Z Checking bytecount v0.6.9
23882026-05-27T05:21:29.660Z Checking float-ord v0.3.2
23892026-05-27T05:21:29.708Z Compiling owo-colors v4.3.0
23902026-05-27T05:21:29.740Z Compiling prettyplease v0.2.37
23912026-05-27T05:21:29.772Z Checking num v0.4.3
23922026-05-27T05:21:29.804Z Compiling cancel-safe-futures v0.1.5
23932026-05-27T05:21:29.890Z Compiling progenitor-impl v0.13.0
23942026-05-27T05:21:30.026Z Checking libsw-core v0.3.2
23952026-05-27T05:21:30.196Z Checking libsw v3.5.0
23962026-05-27T05:21:30.421Z Checking progenitor-client v0.13.0
23972026-05-27T05:21:30.430Z Checking linear-map v1.2.0
23982026-05-27T05:21:30.626Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23992026-05-27T05:21:30.703Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24002026-05-27T05:21:30.740Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24012026-05-27T05:21:30.794Z Compiling progenitor-macro v0.14.0
24022026-05-27T05:21:31.296Z Checking gethostname v0.5.0
24032026-05-27T05:21:31.411Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24042026-05-27T05:21:31.700Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24052026-05-27T05:21:32.466Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24062026-05-27T05:21:32.497Z Compiling progenitor-macro v0.13.0
24072026-05-27T05:21:33.594Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24082026-05-27T05:21:34.888Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-05-27T05:21:35.700Z Checking progenitor v0.14.0
24102026-05-27T05:21:35.914Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24112026-05-27T05:21:36.536Z Checking resolv-conf v0.7.6
24122026-05-27T05:21:36.734Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24132026-05-27T05:21:36.770Z Checking smawk v0.3.2
24142026-05-27T05:21:36.919Z Checking unicode-linebreak v0.1.5
24152026-05-27T05:21:36.961Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-05-27T05:21:37.091Z Checking papergrid v0.11.0
24172026-05-27T05:21:37.175Z Compiling tabled_derive v0.7.0
24182026-05-27T05:21:37.291Z Compiling convert_case v0.10.0
24192026-05-27T05:21:37.470Z Checking progenitor v0.13.0
24202026-05-27T05:21:37.617Z Compiling slog-dtrace v0.3.0
24212026-05-27T05:21:37.652Z Compiling derive_more-impl v2.1.1
24222026-05-27T05:21:37.709Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24232026-05-27T05:21:38.163Z Checking tabled v0.15.0
24242026-05-27T05:21:38.386Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24252026-05-27T05:21:38.434Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24262026-05-27T05:21:38.516Z Checking linked-hash-map v0.5.6
24272026-05-27T05:21:38.552Z Checking derive_more v2.1.1
24282026-05-27T05:21:38.555Z Checking hickory-proto v0.24.4
24292026-05-27T05:21:38.618Z Checking fd-lock v4.0.4
24302026-05-27T05:21:38.656Z Checking crossterm v0.29.0
24312026-05-27T05:21:38.785Z Checking lru-cache v0.1.2
24322026-05-27T05:21:38.790Z Checking vte v0.14.1
24332026-05-27T05:21:38.861Z Checking display-error-chain v0.2.2
24342026-05-27T05:21:38.954Z Checking strip-ansi-escapes v0.2.1
24352026-05-27T05:21:39.010Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-05-27T05:21:39.088Z Checking nu-ansi-term v0.50.3
24372026-05-27T05:21:39.124Z Checking termtree v0.5.1
24382026-05-27T05:21:39.172Z Checking textwrap v0.16.2
24392026-05-27T05:21:39.238Z Compiling minimal-lexical v0.2.1
24402026-05-27T05:21:39.290Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-05-27T05:21:39.326Z Checking reedline v0.40.0
24422026-05-27T05:21:39.358Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24432026-05-27T05:21:39.420Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-05-27T05:21:39.524Z Compiling nom v7.1.3
24452026-05-27T05:21:39.772Z Compiling ar_archive_writer v0.5.1
24462026-05-27T05:21:39.934Z Checking csv-core v0.1.13
24472026-05-27T05:21:40.041Z Compiling stacker v0.1.23
24482026-05-27T05:21:40.143Z Checking csv v1.4.0
24492026-05-27T05:21:40.329Z Compiling semver v0.1.20
24502026-05-27T05:21:40.401Z Checking hickory-resolver v0.24.4
24512026-05-27T05:21:40.486Z Checking highway v1.3.0
24522026-05-27T05:21:40.520Z Compiling cfg_aliases v0.1.1
24532026-05-27T05:21:40.597Z Compiling rustc_version v0.1.7
24542026-05-27T05:21:40.633Z Checking nibble_vec v0.1.0
24552026-05-27T05:21:40.636Z Compiling nix v0.28.0
24562026-05-27T05:21:40.698Z Compiling psm v0.1.30
24572026-05-27T05:21:40.739Z Checking endian-type v0.1.2
24582026-05-27T05:21:40.789Z Checking home v0.5.12
24592026-05-27T05:21:40.862Z Compiling newtype_derive v0.1.6
24602026-05-27T05:21:40.887Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-05-27T05:21:40.919Z Checking radix_trie v0.2.1
24622026-05-27T05:21:40.922Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24632026-05-27T05:21:41.075Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24642026-05-27T05:21:41.117Z Checking phf_shared v0.12.1
24652026-05-27T05:21:41.153Z Compiling recursive-proc-macro-impl v0.1.1
24662026-05-27T05:21:41.186Z Checking qorb v0.4.1
24672026-05-27T05:21:41.281Z Compiling chrono-tz v0.10.4
24682026-05-27T05:21:41.443Z Checking phf v0.12.1
24692026-05-27T05:21:41.587Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24702026-05-27T05:21:41.653Z Compiling const_format_proc_macros v0.2.34
24712026-05-27T05:21:41.657Z Checking recursive v0.1.1
24722026-05-27T05:21:41.719Z Compiling peg-macros v0.8.5
24732026-05-27T05:21:41.752Z Checking winnow v0.6.26
24742026-05-27T05:21:41.809Z Compiling sqlparser_derive v0.5.0
24752026-05-27T05:21:42.100Z Checking unicode_categories v0.1.1
24762026-05-27T05:21:42.508Z Checking const_format v0.2.35
24772026-05-27T05:21:42.531Z Checking rustyline v14.0.0
24782026-05-27T05:21:42.643Z Checking sqlparser v0.61.0
24792026-05-27T05:21:42.949Z Checking sqlformat v0.3.5
24802026-05-27T05:21:43.113Z Checking peg v0.8.5
24812026-05-27T05:21:43.269Z Checking bcs v0.1.6
24822026-05-27T05:21:43.290Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24832026-05-27T05:21:43.412Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24842026-05-27T05:21:43.587Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24852026-05-27T05:21:43.643Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24862026-05-27T05:21:43.679Z Checking steno v0.4.1
24872026-05-27T05:21:43.680Z Checking filetime v0.2.27
24882026-05-27T05:21:43.852Z Checking xattr v1.6.1
24892026-05-27T05:21:43.995Z Checking tar v0.4.45
24902026-05-27T05:21:44.216Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-05-27T05:21:44.405Z Checking subprocess v0.2.15
24922026-05-27T05:21:44.428Z Checking base64 v0.21.7
24932026-05-27T05:21:44.676Z Checking headers-core v0.3.0
24942026-05-27T05:21:44.705Z Checking yasna v0.5.2
24952026-05-27T05:21:44.765Z Checking dropshot-api-manager-types v0.7.2
24962026-05-27T05:21:44.881Z Checking headers v0.4.1
24972026-05-27T05:21:44.930Z Checking tagptr v0.2.0
24982026-05-27T05:21:45.099Z Checking moka v0.12.13
24992026-05-27T05:21:45.132Z Checking rcgen v0.12.1
25002026-05-27T05:21:45.334Z Checking hickory-proto v0.26.1
25012026-05-27T05:21:45.478Z Checking utf-8 v0.7.6
25022026-05-27T05:21:45.586Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25032026-05-27T05:21:45.644Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25042026-05-27T05:21:45.759Z Compiling libefi-sys v0.1.0
25052026-05-27T05:21:45.793Z Checking hickory-resolver v0.25.2
25062026-05-27T05:21:46.024Z Checking tungstenite v0.21.0
25072026-05-27T05:21:46.144Z Compiling bitfield-struct v0.6.2
25082026-05-27T05:21:46.381Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25092026-05-27T05:21:46.468Z Checking tokio-tungstenite v0.21.0
25102026-05-27T05:21:46.660Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25112026-05-27T05:21:46.741Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-05-27T05:21:46.774Z Compiling radium v0.7.0
25132026-05-27T05:21:46.814Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-05-27T05:21:46.855Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25152026-05-27T05:21:47.033Z Compiling maybe-uninit v2.0.0
25162026-05-27T05:21:47.097Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25172026-05-27T05:21:47.140Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25182026-05-27T05:21:47.173Z Checking tap v1.0.1
25192026-05-27T05:21:47.206Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25202026-05-27T05:21:47.301Z Checking wyz v0.5.1
25212026-05-27T05:21:47.367Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25222026-05-27T05:21:47.436Z Compiling zerocopy-derive v0.6.6
25232026-05-27T05:21:47.468Z Checking funty v2.0.0
25242026-05-27T05:21:47.472Z Checking crc-catalog v2.4.0
25252026-05-27T05:21:47.531Z Compiling packed_struct v0.10.1
25262026-05-27T05:21:47.618Z Checking crc v3.4.0
25272026-05-27T05:21:47.840Z Checking bitvec v1.0.1
25282026-05-27T05:21:47.905Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25292026-05-27T05:21:47.969Z Compiling packed_struct_codegen v0.10.1
25302026-05-27T05:21:48.302Z Checking zerocopy v0.6.6
25312026-05-27T05:21:48.634Z Compiling bitfield-macros v0.19.4
25322026-05-27T05:21:48.958Z Compiling indexmap v1.9.3
25332026-05-27T05:21:49.118Z Checking nodrop v0.1.14
25342026-05-27T05:21:49.156Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25352026-05-27T05:21:49.253Z Checking array-init v0.0.4
25362026-05-27T05:21:49.284Z Checking smallvec v0.6.14
25372026-05-27T05:21:49.380Z Checking bitfield v0.19.4
25382026-05-27T05:21:49.450Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25392026-05-27T05:21:49.496Z Checking hashbrown v0.12.3
25402026-05-27T05:21:49.566Z Checking serde-hex v0.1.0
25412026-05-27T05:21:49.677Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25422026-05-27T05:21:49.722Z Checking ron v0.8.1
25432026-05-27T05:21:49.862Z Checking hashbrown v0.13.2
25442026-05-27T05:21:50.271Z Checking crc-any v2.5.0
25452026-05-27T05:21:50.276Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25462026-05-27T05:21:50.338Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25472026-05-27T05:21:50.415Z Checking object v0.30.4
25482026-05-27T05:21:50.456Z Checking path-slash v0.1.5
25492026-05-27T05:21:50.503Z Compiling xshell-macros v0.2.7
25502026-05-27T05:21:50.585Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25512026-05-27T05:21:50.901Z Checking xshell v0.2.7
25522026-05-27T05:21:51.059Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25532026-05-27T05:21:51.263Z Checking half v1.8.3
25542026-05-27T05:21:51.298Z Compiling num-derive v0.3.3
25552026-05-27T05:21:51.465Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25562026-05-27T05:21:51.499Z Checking serde_cbor v0.11.2
25572026-05-27T05:21:51.907Z Compiling proc-macro-error-attr2 v2.0.0
25582026-05-27T05:21:52.194Z Checking libscf-sys v1.1.0
25592026-05-27T05:21:52.327Z Compiling proc-macro-error2 v2.0.1
25602026-05-27T05:21:52.363Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25612026-05-27T05:21:52.427Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25622026-05-27T05:21:52.460Z Checking papergrid v0.17.0
25632026-05-27T05:21:52.607Z Checking testing_table v0.3.0
25642026-05-27T05:21:52.668Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25652026-05-27T05:21:52.770Z Compiling tabled_derive v0.11.0
25662026-05-27T05:21:52.780Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25672026-05-27T05:21:52.882Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25682026-05-27T05:21:53.195Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25692026-05-27T05:21:53.268Z Checking maplit v1.0.2
25702026-05-27T05:21:53.423Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25712026-05-27T05:21:53.570Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25722026-05-27T05:21:53.604Z Compiling git-stub v1.0.0
25732026-05-27T05:21:53.721Z Checking crc8 v0.1.1
25742026-05-27T05:21:53.850Z Compiling git-stub-vcs v0.1.0
25752026-05-27T05:21:53.891Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25762026-05-27T05:21:53.967Z Checking tabled v0.20.0
25772026-05-27T05:21:54.232Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25782026-05-27T05:21:54.426Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25792026-05-27T05:21:54.461Z Checking fxhash v0.2.1
25802026-05-27T05:21:54.508Z Checking unicase v2.9.0
25812026-05-27T05:21:54.640Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25822026-05-27T05:21:54.695Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25832026-05-27T05:21:54.798Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25842026-05-27T05:21:54.997Z Compiling vergen-lib v0.1.6
25852026-05-27T05:21:55.037Z Compiling diesel_derives v2.3.7
25862026-05-27T05:21:55.104Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25872026-05-27T05:21:55.305Z Checking scheduled-thread-pool v0.2.7
25882026-05-27T05:21:55.340Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25892026-05-27T05:21:55.370Z Compiling dsl_auto_type v0.2.0
25902026-05-27T05:21:55.404Z Compiling vergen-gitcl v1.0.8
25912026-05-27T05:21:55.475Z Compiling diesel_table_macro_syntax v0.3.0
25922026-05-27T05:21:55.660Z Checking r2d2 v0.8.10
25932026-05-27T05:21:55.725Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25942026-05-27T05:21:55.870Z Checking kstat-rs v0.2.4
25952026-05-27T05:21:56.047Z Checking arc-swap v1.8.2
25962026-05-27T05:21:56.110Z Checking downcast-rs v2.0.2
25972026-05-27T05:21:56.174Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25982026-05-27T05:21:56.216Z Compiling parking_lot_core v0.8.6
25992026-05-27T05:21:56.252Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26002026-05-27T05:21:56.287Z Checking slog-scope v4.4.1
26012026-05-27T05:21:56.454Z Checking slog-stdlog v4.1.1
26022026-05-27T05:21:56.484Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26032026-05-27T05:21:56.604Z Checking slog-envlogger v2.2.0
26042026-05-27T05:21:56.733Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26052026-05-27T05:21:56.773Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26062026-05-27T05:21:56.806Z Compiling dirs-sys-next v0.1.2
26072026-05-27T05:21:56.836Z Compiling crunchy v0.2.4
26082026-05-27T05:21:56.964Z Checking parking_lot v0.11.2
26092026-05-27T05:21:56.993Z Compiling dirs-next v2.0.0
26102026-05-27T05:21:57.041Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26112026-05-27T05:21:57.127Z Compiling clang-sys v1.8.1
26122026-05-27T05:21:57.180Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26132026-05-27T05:21:57.183Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26142026-05-27T05:21:57.252Z Checking prefix-trie v0.7.0
26152026-05-27T05:21:57.345Z Compiling tiny-keccak v2.0.2
26162026-05-27T05:21:57.598Z Checking hickory-server v0.25.2
26172026-05-27T05:21:57.694Z Checking sled v0.34.7
26182026-05-27T05:21:57.726Z Compiling term v0.7.0
26192026-05-27T05:21:57.822Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26202026-05-27T05:21:57.825Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26212026-05-27T05:21:57.885Z Compiling typify-impl v0.4.3
26222026-05-27T05:21:57.974Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26232026-05-27T05:21:58.420Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26242026-05-27T05:21:58.564Z Checking nanorand v0.7.0
26252026-05-27T05:21:58.730Z Compiling bit-vec v0.6.3
26262026-05-27T05:21:58.793Z Compiling salty v0.3.0
26272026-05-27T05:21:58.976Z Compiling bit-set v0.5.3
26282026-05-27T05:21:59.000Z Checking flume v0.11.1
26292026-05-27T05:21:59.005Z Compiling ascii-canvas v3.0.0
26302026-05-27T05:21:59.159Z Checking primeorder v0.13.6
26312026-05-27T05:21:59.228Z Compiling itertools v0.10.5
26322026-05-27T05:21:59.277Z Compiling ena v0.14.4
26332026-05-27T05:21:59.307Z Compiling libloading v0.8.9
26342026-05-27T05:21:59.420Z Compiling bindgen v0.71.1
26352026-05-27T05:21:59.515Z Compiling diff v0.1.13
26362026-05-27T05:21:59.544Z Compiling regex-syntax v0.6.29
26372026-05-27T05:22:00.087Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26382026-05-27T05:22:00.222Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
26392026-05-27T05:22:00.222Z --> dns-server/src/dns_server.rs:487:12
26402026-05-27T05:22:00.222Z |
26412026-05-27T05:22:00.222Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26422026-05-27T05:22:00.222Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26432026-05-27T05:22:00.222Z |
26442026-05-27T05:22:00.223Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26452026-05-27T05:22:00.223Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26462026-05-27T05:22:00.223Z |
26472026-05-27T05:22:00.223Z 77 | pub struct Record<R: RecordData = RData> {
26482026-05-27T05:22:00.223Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26492026-05-27T05:22:00.223Z |
26502026-05-27T05:22:00.223Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26512026-05-27T05:22:00.223Z |
26522026-05-27T05:22:00.223Z 78 | pub struct Record<R: RecordData = RData> {
26532026-05-27T05:22:00.223Z | ---------------------------------------- this is the found type
26542026-05-27T05:22:00.223Z = help: you can use `cargo tree` to explore your dependency tree
26552026-05-27T05:22:00.223Znote: required by a bound in `hickory_server::authority::MessageResponse`
26562026-05-27T05:22:00.223Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
26572026-05-27T05:22:00.223Z |
26582026-05-27T05:22:00.223Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26592026-05-27T05:22:00.223Z | --------------- required by a bound in this struct
26602026-05-27T05:22:00.223Z 22 | where
26612026-05-27T05:22:00.223Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
26622026-05-27T05:22:00.223Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26632026-05-27T05:22:00.223Z
26642026-05-27T05:22:00.226Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
26652026-05-27T05:22:00.226Z --> dns-server/src/dns_server.rs:487:12
26662026-05-27T05:22:00.226Z |
26672026-05-27T05:22:00.226Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26682026-05-27T05:22:00.227Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26692026-05-27T05:22:00.227Z |
26702026-05-27T05:22:00.227Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26712026-05-27T05:22:00.227Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26722026-05-27T05:22:00.227Z |
26732026-05-27T05:22:00.227Z 77 | pub struct Record<R: RecordData = RData> {
26742026-05-27T05:22:00.227Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26752026-05-27T05:22:00.227Z |
26762026-05-27T05:22:00.227Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26772026-05-27T05:22:00.227Z |
26782026-05-27T05:22:00.227Z 78 | pub struct Record<R: RecordData = RData> {
26792026-05-27T05:22:00.227Z | ---------------------------------------- this is the found type
26802026-05-27T05:22:00.227Z = help: you can use `cargo tree` to explore your dependency tree
26812026-05-27T05:22:00.227Znote: required by a bound in `hickory_server::authority::MessageResponse`
26822026-05-27T05:22:00.227Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
26832026-05-27T05:22:00.227Z |
26842026-05-27T05:22:00.227Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26852026-05-27T05:22:00.227Z | --------------- required by a bound in this struct
26862026-05-27T05:22:00.227Z...
26872026-05-27T05:22:00.227Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
26882026-05-27T05:22:00.227Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26892026-05-27T05:22:00.227Z
26902026-05-27T05:22:00.239Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
26912026-05-27T05:22:00.239Z --> dns-server/src/dns_server.rs:487:12
26922026-05-27T05:22:00.239Z |
26932026-05-27T05:22:00.239Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26942026-05-27T05:22:00.239Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26952026-05-27T05:22:00.239Z |
26962026-05-27T05:22:00.239Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26972026-05-27T05:22:00.239Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26982026-05-27T05:22:00.239Z |
26992026-05-27T05:22:00.239Z 77 | pub struct Record<R: RecordData = RData> {
27002026-05-27T05:22:00.239Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27012026-05-27T05:22:00.239Z |
27022026-05-27T05:22:00.240Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
27032026-05-27T05:22:00.240Z |
27042026-05-27T05:22:00.240Z 78 | pub struct Record<R: RecordData = RData> {
27052026-05-27T05:22:00.240Z | ---------------------------------------- this is the found type
27062026-05-27T05:22:00.240Z = help: you can use `cargo tree` to explore your dependency tree
27072026-05-27T05:22:00.240Znote: required by a bound in `hickory_server::authority::MessageResponse`
27082026-05-27T05:22:00.240Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
27092026-05-27T05:22:00.240Z |
27102026-05-27T05:22:00.240Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
27112026-05-27T05:22:00.240Z | --------------- required by a bound in this struct
27122026-05-27T05:22:00.240Z...
27132026-05-27T05:22:00.240Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
27142026-05-27T05:22:00.240Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
27152026-05-27T05:22:00.240Z
27162026-05-27T05:22:00.244Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
27172026-05-27T05:22:00.244Z --> dns-server/src/dns_server.rs:487:12
27182026-05-27T05:22:00.244Z |
27192026-05-27T05:22:00.244Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
27202026-05-27T05:22:00.244Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
27212026-05-27T05:22:00.244Z |
27222026-05-27T05:22:00.244Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27232026-05-27T05:22:00.244Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
27242026-05-27T05:22:00.244Z |
27252026-05-27T05:22:00.244Z 77 | pub struct Record<R: RecordData = RData> {
27262026-05-27T05:22:00.244Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27272026-05-27T05:22:00.244Z |
27282026-05-27T05:22:00.244Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
27292026-05-27T05:22:00.244Z |
27302026-05-27T05:22:00.245Z 78 | pub struct Record<R: RecordData = RData> {
27312026-05-27T05:22:00.245Z | ---------------------------------------- this is the found type
27322026-05-27T05:22:00.245Z = help: you can use `cargo tree` to explore your dependency tree
27332026-05-27T05:22:00.245Znote: required by a bound in `hickory_server::authority::MessageResponse`
27342026-05-27T05:22:00.245Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
27352026-05-27T05:22:00.245Z |
27362026-05-27T05:22:00.245Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
27372026-05-27T05:22:00.245Z | --------------- required by a bound in this struct
27382026-05-27T05:22:00.245Z...
27392026-05-27T05:22:00.245Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
27402026-05-27T05:22:00.245Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
27412026-05-27T05:22:00.245Z
27422026-05-27T05:22:00.402Zerror[E0599]: no function or associated item named `read` found for struct `hickory_server::authority::MessageRequest` in the current scope
27432026-05-27T05:22:00.402Z --> dns-server/src/dns_server.rs:161:36
27442026-05-27T05:22:00.402Z |
27452026-05-27T05:22:00.402Z161 | let mr = match MessageRequest::read(&mut dec) {
27462026-05-27T05:22:00.402Z | ^^^^ function or associated item not found in `hickory_server::authority::MessageRequest`
27472026-05-27T05:22:00.402Z |
27482026-05-27T05:22:00.402Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27492026-05-27T05:22:00.402Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
27502026-05-27T05:22:00.402Z |
27512026-05-27T05:22:00.402Z 44 | pub trait BinDecodable<'r>: Sized {
27522026-05-27T05:22:00.402Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
27532026-05-27T05:22:00.402Z |
27542026-05-27T05:22:00.402Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
27552026-05-27T05:22:00.402Z |
27562026-05-27T05:22:00.402Z 45 | pub trait BinDecodable<'r>: Sized {
27572026-05-27T05:22:00.402Z | --------------------------------- this is the trait that was imported
27582026-05-27T05:22:00.402Z = help: you can use `cargo tree` to explore your dependency tree
27592026-05-27T05:22:00.402Z
27602026-05-27T05:22:00.414Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27612026-05-27T05:22:00.414Z --> dns-server/src/dns_server.rs:173:34
27622026-05-27T05:22:00.414Z |
27632026-05-27T05:22:00.414Z173 | let header = Header::response_from_request(mr.header());
27642026-05-27T05:22:00.414Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27652026-05-27T05:22:00.414Z |
27662026-05-27T05:22:00.414Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27672026-05-27T05:22:00.414Z --> dns-server/src/dns_server.rs:173:26
27682026-05-27T05:22:00.414Z |
27692026-05-27T05:22:00.414Z173 | let header = Header::response_from_request(mr.header());
27702026-05-27T05:22:00.414Z | ^^^^^^
27712026-05-27T05:22:00.414Z
27722026-05-27T05:22:00.418Z Compiling cexpr v0.6.0
27732026-05-27T05:22:00.451Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27742026-05-27T05:22:00.451Z --> dns-server/src/dns_server.rs:273:30
27752026-05-27T05:22:00.452Z |
27762026-05-27T05:22:00.452Z273 | let mut header = Header::response_from_request(mr.header());
27772026-05-27T05:22:00.452Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27782026-05-27T05:22:00.452Z |
27792026-05-27T05:22:00.452Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27802026-05-27T05:22:00.452Z --> dns-server/src/dns_server.rs:273:22
27812026-05-27T05:22:00.452Z |
27822026-05-27T05:22:00.452Z273 | let mut header = Header::response_from_request(mr.header());
27832026-05-27T05:22:00.452Z | ^^^^^^
27842026-05-27T05:22:00.452Z
27852026-05-27T05:22:00.456Zerror[E0308]: mismatched types
27862026-05-27T05:22:00.456Z --> dns-server/src/dns_server.rs:299:30
27872026-05-27T05:22:00.456Z |
27882026-05-27T05:22:00.456Z299 | let answer = store.query(query)?;
27892026-05-27T05:22:00.456Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
27902026-05-27T05:22:00.456Z | |
27912026-05-27T05:22:00.456Z | arguments to this method are incorrect
27922026-05-27T05:22:00.456Z |
27932026-05-27T05:22:00.456Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27942026-05-27T05:22:00.456Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
27952026-05-27T05:22:00.456Z |
27962026-05-27T05:22:00.457Z 22 | pub struct LowerQuery {
27972026-05-27T05:22:00.457Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27982026-05-27T05:22:00.457Z |
27992026-05-27T05:22:00.457Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
28002026-05-27T05:22:00.457Z |
28012026-05-27T05:22:00.457Z 18 | pub struct LowerQuery {
28022026-05-27T05:22:00.457Z | --------------------- this is the found type
28032026-05-27T05:22:00.457Z = help: you can use `cargo tree` to explore your dependency tree
28042026-05-27T05:22:00.457Znote: method defined here
28052026-05-27T05:22:00.457Z --> dns-server/src/storage.rs:762:19
28062026-05-27T05:22:00.457Z |
28072026-05-27T05:22:00.458Z762 | pub(crate) fn query(
28082026-05-27T05:22:00.458Z | ^^^^^
28092026-05-27T05:22:00.458Z763 | &self,
28102026-05-27T05:22:00.458Z764 | query: &LowerQuery,
28112026-05-27T05:22:00.458Z | ------------------
28122026-05-27T05:22:00.458Z
28132026-05-27T05:22:00.488Zerror[E0308]: mismatched types
28142026-05-27T05:22:00.488Z --> dns-server/src/dns_server.rs:311:55
28152026-05-27T05:22:00.488Z |
28162026-05-27T05:22:00.488Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
28172026-05-27T05:22:00.488Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
28182026-05-27T05:22:00.488Z | |
28192026-05-27T05:22:00.488Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
28202026-05-27T05:22:00.488Z |
28212026-05-27T05:22:00.488Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28222026-05-27T05:22:00.489Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
28232026-05-27T05:22:00.489Z |
28242026-05-27T05:22:00.489Z 33 | pub enum RecordType {
28252026-05-27T05:22:00.489Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
28262026-05-27T05:22:00.489Z |
28272026-05-27T05:22:00.489Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
28282026-05-27T05:22:00.489Z |
28292026-05-27T05:22:00.489Z 33 | pub enum RecordType {
28302026-05-27T05:22:00.489Z | ------------------- this is the found type
28312026-05-27T05:22:00.489Z = help: you can use `cargo tree` to explore your dependency tree
28322026-05-27T05:22:00.489Z
28332026-05-27T05:22:00.500Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
28342026-05-27T05:22:00.500Z --> dns-server/src/dns_server.rs:327:60
28352026-05-27T05:22:00.500Z |
28362026-05-27T05:22:00.500Z327 | .filter(|record| match (query.query_type(), record.data()) {
28372026-05-27T05:22:00.500Z | ^^^^-- help: remove the arguments
28382026-05-27T05:22:00.500Z | |
28392026-05-27T05:22:00.500Z | field, not a method
28402026-05-27T05:22:00.500Z
28412026-05-27T05:22:00.500Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
28422026-05-27T05:22:00.500Z --> dns-server/src/dns_server.rs:348:51
28432026-05-27T05:22:00.500Z |
28442026-05-27T05:22:00.500Z348 | let additionals_target = match record.data() {
28452026-05-27T05:22:00.500Z | ^^^^-- help: remove the arguments
28462026-05-27T05:22:00.500Z | |
28472026-05-27T05:22:00.500Z | field, not a method
28482026-05-27T05:22:00.500Z
28492026-05-27T05:22:00.511Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
28502026-05-27T05:22:00.511Z --> dns-server/src/dns_server.rs:349:45
28512026-05-27T05:22:00.511Z |
28522026-05-27T05:22:00.511Z349 | RData::SRV(srv) => Some(srv.target()),
28532026-05-27T05:22:00.511Z | ^^^^^^-- help: remove the arguments
28542026-05-27T05:22:00.511Z | |
28552026-05-27T05:22:00.511Z | field, not a method
28562026-05-27T05:22:00.511Z
28572026-05-27T05:22:00.511Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
28582026-05-27T05:22:00.511Z --> dns-server/src/dns_server.rs:416:9
28592026-05-27T05:22:00.511Z |
28602026-05-27T05:22:00.511Z414 | let mresp = rb.build(
28612026-05-27T05:22:00.511Z | ----- required by a bound introduced by this call
28622026-05-27T05:22:00.511Z415 | header,
28632026-05-27T05:22:00.511Z416 | response_records.iter().collect::<Vec<&Record>>(),
28642026-05-27T05:22:00.511Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28652026-05-27T05:22:00.511Z |
28662026-05-27T05:22:00.511Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28672026-05-27T05:22:00.511Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28682026-05-27T05:22:00.511Z |
28692026-05-27T05:22:00.511Z 77 | pub struct Record<R: RecordData = RData> {
28702026-05-27T05:22:00.512Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28712026-05-27T05:22:00.512Z |
28722026-05-27T05:22:00.512Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28732026-05-27T05:22:00.512Z |
28742026-05-27T05:22:00.512Z 78 | pub struct Record<R: RecordData = RData> {
28752026-05-27T05:22:00.512Z | ---------------------------------------- this is the found type
28762026-05-27T05:22:00.512Z = help: you can use `cargo tree` to explore your dependency tree
28772026-05-27T05:22:00.512Znote: the method call chain might not have had the expected associated types
28782026-05-27T05:22:00.512Z --> dns-server/src/dns_server.rs:416:26
28792026-05-27T05:22:00.512Z |
28802026-05-27T05:22:00.512Z411 | response_records: &[Record],
28812026-05-27T05:22:00.512Z | ---------------- this expression has type `&[Record]`
28822026-05-27T05:22:00.512Z...
28832026-05-27T05:22:00.512Z416 | response_records.iter().collect::<Vec<&Record>>(),
28842026-05-27T05:22:00.512Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
28852026-05-27T05:22:00.512Z | |
28862026-05-27T05:22:00.512Z | `IntoIterator::Item` is `&Record` here
28872026-05-27T05:22:00.512Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
28882026-05-27T05:22:00.512Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
28892026-05-27T05:22:00.512Z |
28902026-05-27T05:22:00.513Z129 | pub fn build<'a, A, N, S, D>(
28912026-05-27T05:22:00.513Z | ----- required by a bound in this associated function
28922026-05-27T05:22:00.513Z...
28932026-05-27T05:22:00.513Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
28942026-05-27T05:22:00.513Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
28952026-05-27T05:22:00.513Z
28962026-05-27T05:22:00.521Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
28972026-05-27T05:22:00.521Z --> dns-server/src/dns_server.rs:414:20
28982026-05-27T05:22:00.521Z |
28992026-05-27T05:22:00.521Z414 | let mresp = rb.build(
29002026-05-27T05:22:00.521Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29012026-05-27T05:22:00.521Z |
29022026-05-27T05:22:00.521Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29032026-05-27T05:22:00.521Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29042026-05-27T05:22:00.521Z |
29052026-05-27T05:22:00.521Z 77 | pub struct Record<R: RecordData = RData> {
29062026-05-27T05:22:00.521Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29072026-05-27T05:22:00.521Z |
29082026-05-27T05:22:00.521Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29092026-05-27T05:22:00.521Z |
29102026-05-27T05:22:00.521Z 78 | pub struct Record<R: RecordData = RData> {
29112026-05-27T05:22:00.521Z | ---------------------------------------- this is the found type
29122026-05-27T05:22:00.521Z = help: you can use `cargo tree` to explore your dependency tree
29132026-05-27T05:22:00.521Znote: required by a bound in `hickory_server::authority::MessageResponse`
29142026-05-27T05:22:00.521Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
29152026-05-27T05:22:00.521Z |
29162026-05-27T05:22:00.521Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29172026-05-27T05:22:00.521Z | --------------- required by a bound in this struct
29182026-05-27T05:22:00.521Z 22 | where
29192026-05-27T05:22:00.521Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
29202026-05-27T05:22:00.521Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29212026-05-27T05:22:00.521Z
29222026-05-27T05:22:00.521Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
29232026-05-27T05:22:00.521Z --> dns-server/src/dns_server.rs:419:9
29242026-05-27T05:22:00.521Z |
29252026-05-27T05:22:00.521Z414 | let mresp = rb.build(
29262026-05-27T05:22:00.521Z | ----- required by a bound introduced by this call
29272026-05-27T05:22:00.521Z...
29282026-05-27T05:22:00.521Z419 | additional_records,
29292026-05-27T05:22:00.521Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29302026-05-27T05:22:00.522Z |
29312026-05-27T05:22:00.522Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29322026-05-27T05:22:00.522Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29332026-05-27T05:22:00.522Z |
29342026-05-27T05:22:00.522Z 77 | pub struct Record<R: RecordData = RData> {
29352026-05-27T05:22:00.522Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29362026-05-27T05:22:00.522Z |
29372026-05-27T05:22:00.522Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29382026-05-27T05:22:00.522Z |
29392026-05-27T05:22:00.522Z 78 | pub struct Record<R: RecordData = RData> {
29402026-05-27T05:22:00.522Z | ---------------------------------------- this is the found type
29412026-05-27T05:22:00.522Z = help: you can use `cargo tree` to explore your dependency tree
29422026-05-27T05:22:00.522Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
29432026-05-27T05:22:00.522Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
29442026-05-27T05:22:00.522Z |
29452026-05-27T05:22:00.522Z129 | pub fn build<'a, A, N, S, D>(
29462026-05-27T05:22:00.522Z | ----- required by a bound in this associated function
29472026-05-27T05:22:00.522Z...
29482026-05-27T05:22:00.522Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
29492026-05-27T05:22:00.522Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
29502026-05-27T05:22:00.522Z
29512026-05-27T05:22:00.522Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
29522026-05-27T05:22:00.522Z --> dns-server/src/dns_server.rs:414:20
29532026-05-27T05:22:00.522Z |
29542026-05-27T05:22:00.522Z414 | let mresp = rb.build(
29552026-05-27T05:22:00.522Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29562026-05-27T05:22:00.522Z |
29572026-05-27T05:22:00.522Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29582026-05-27T05:22:00.522Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29592026-05-27T05:22:00.522Z |
29602026-05-27T05:22:00.522Z 77 | pub struct Record<R: RecordData = RData> {
29612026-05-27T05:22:00.522Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29622026-05-27T05:22:00.522Z |
29632026-05-27T05:22:00.522Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29642026-05-27T05:22:00.522Z |
29652026-05-27T05:22:00.522Z 78 | pub struct Record<R: RecordData = RData> {
29662026-05-27T05:22:00.522Z | ---------------------------------------- this is the found type
29672026-05-27T05:22:00.522Z = help: you can use `cargo tree` to explore your dependency tree
29682026-05-27T05:22:00.522Znote: required by a bound in `hickory_server::authority::MessageResponse`
29692026-05-27T05:22:00.523Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29702026-05-27T05:22:00.523Z |
29712026-05-27T05:22:00.523Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29722026-05-27T05:22:00.523Z | --------------- required by a bound in this struct
29732026-05-27T05:22:00.523Z...
29742026-05-27T05:22:00.523Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29752026-05-27T05:22:00.523Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29762026-05-27T05:22:00.523Z
29772026-05-27T05:22:00.527Zerror[E0308]: mismatched types
29782026-05-27T05:22:00.527Z --> dns-server/src/dns_server.rs:415:9
29792026-05-27T05:22:00.527Z |
29802026-05-27T05:22:00.527Z414 | let mresp = rb.build(
29812026-05-27T05:22:00.527Z | ----- arguments to this method are incorrect
29822026-05-27T05:22:00.527Z415 | header,
29832026-05-27T05:22:00.527Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
29842026-05-27T05:22:00.527Z |
29852026-05-27T05:22:00.527Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29862026-05-27T05:22:00.527Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
29872026-05-27T05:22:00.527Z |
29882026-05-27T05:22:00.527Z 57 | pub struct Header {
29892026-05-27T05:22:00.527Z | ^^^^^^^^^^^^^^^^^ this is the expected type
29902026-05-27T05:22:00.527Z |
29912026-05-27T05:22:00.527Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
29922026-05-27T05:22:00.527Z |
29932026-05-27T05:22:00.527Z 57 | pub struct Header {
29942026-05-27T05:22:00.527Z | ----------------- this is the found type
29952026-05-27T05:22:00.527Z = help: you can use `cargo tree` to explore your dependency tree
29962026-05-27T05:22:00.527Znote: method defined here
29972026-05-27T05:22:00.527Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
29982026-05-27T05:22:00.527Z |
29992026-05-27T05:22:00.527Z129 | pub fn build<'a, A, N, S, D>(
30002026-05-27T05:22:00.527Z | ^^^^^
30012026-05-27T05:22:00.528Z
30022026-05-27T05:22:00.528Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30032026-05-27T05:22:00.528Z --> dns-server/src/dns_server.rs:422:31
30042026-05-27T05:22:00.528Z |
30052026-05-27T05:22:00.528Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30062026-05-27T05:22:00.528Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
30072026-05-27T05:22:00.528Z | |
30082026-05-27T05:22:00.528Z | required by a bound introduced by this call
30092026-05-27T05:22:00.528Z |
30102026-05-27T05:22:00.528Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30112026-05-27T05:22:00.528Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30122026-05-27T05:22:00.528Z |
30132026-05-27T05:22:00.528Z 78 | pub struct Record<R: RecordData = RData> {
30142026-05-27T05:22:00.528Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30152026-05-27T05:22:00.528Z |
30162026-05-27T05:22:00.528Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30172026-05-27T05:22:00.528Z |
30182026-05-27T05:22:00.528Z 77 | pub struct Record<R: RecordData = RData> {
30192026-05-27T05:22:00.528Z | ---------------------------------------- this is the found type
30202026-05-27T05:22:00.528Z = help: you can use `cargo tree` to explore your dependency tree
30212026-05-27T05:22:00.528Znote: required by a bound in `dns_server::encode_and_send`
30222026-05-27T05:22:00.528Z --> dns-server/src/dns_server.rs:492:27
30232026-05-27T05:22:00.528Z |
30242026-05-27T05:22:00.528Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
30252026-05-27T05:22:00.528Z | --------------- required by a bound in this function
30262026-05-27T05:22:00.528Z...
30272026-05-27T05:22:00.528Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
30282026-05-27T05:22:00.528Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
30292026-05-27T05:22:00.528Z
30302026-05-27T05:22:00.528Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30312026-05-27T05:22:00.528Z --> dns-server/src/dns_server.rs:422:31
30322026-05-27T05:22:00.528Z |
30332026-05-27T05:22:00.528Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30342026-05-27T05:22:00.528Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30352026-05-27T05:22:00.528Z |
30362026-05-27T05:22:00.528Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30372026-05-27T05:22:00.528Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30382026-05-27T05:22:00.528Z |
30392026-05-27T05:22:00.529Z 77 | pub struct Record<R: RecordData = RData> {
30402026-05-27T05:22:00.529Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30412026-05-27T05:22:00.529Z |
30422026-05-27T05:22:00.529Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30432026-05-27T05:22:00.529Z |
30442026-05-27T05:22:00.529Z 78 | pub struct Record<R: RecordData = RData> {
30452026-05-27T05:22:00.529Z | ---------------------------------------- this is the found type
30462026-05-27T05:22:00.529Z = help: you can use `cargo tree` to explore your dependency tree
30472026-05-27T05:22:00.529Znote: required by a bound in `hickory_server::authority::MessageResponse`
30482026-05-27T05:22:00.529Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30492026-05-27T05:22:00.529Z |
30502026-05-27T05:22:00.529Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30512026-05-27T05:22:00.529Z | --------------- required by a bound in this struct
30522026-05-27T05:22:00.529Z 22 | where
30532026-05-27T05:22:00.529Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30542026-05-27T05:22:00.530Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30552026-05-27T05:22:00.530Z
30562026-05-27T05:22:00.530Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30572026-05-27T05:22:00.530Z --> dns-server/src/dns_server.rs:422:31
30582026-05-27T05:22:00.530Z |
30592026-05-27T05:22:00.530Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30602026-05-27T05:22:00.530Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30612026-05-27T05:22:00.530Z |
30622026-05-27T05:22:00.530Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30632026-05-27T05:22:00.530Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30642026-05-27T05:22:00.530Z |
30652026-05-27T05:22:00.530Z 77 | pub struct Record<R: RecordData = RData> {
30662026-05-27T05:22:00.530Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30672026-05-27T05:22:00.530Z |
30682026-05-27T05:22:00.530Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30692026-05-27T05:22:00.530Z |
30702026-05-27T05:22:00.530Z 78 | pub struct Record<R: RecordData = RData> {
30712026-05-27T05:22:00.530Z | ---------------------------------------- this is the found type
30722026-05-27T05:22:00.530Z = help: you can use `cargo tree` to explore your dependency tree
30732026-05-27T05:22:00.530Znote: required by a bound in `hickory_server::authority::MessageResponse`
30742026-05-27T05:22:00.530Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
30752026-05-27T05:22:00.530Z |
30762026-05-27T05:22:00.530Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30772026-05-27T05:22:00.537Z | --------------- required by a bound in this struct
30782026-05-27T05:22:00.537Z...
30792026-05-27T05:22:00.537Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
30802026-05-27T05:22:00.537Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30812026-05-27T05:22:00.537Z
30822026-05-27T05:22:00.537Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30832026-05-27T05:22:00.537Z --> dns-server/src/dns_server.rs:422:5
30842026-05-27T05:22:00.537Z |
30852026-05-27T05:22:00.537Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30862026-05-27T05:22:00.537Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
30872026-05-27T05:22:00.537Z |
30882026-05-27T05:22:00.537Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30892026-05-27T05:22:00.537Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30902026-05-27T05:22:00.537Z |
30912026-05-27T05:22:00.537Z 78 | pub struct Record<R: RecordData = RData> {
30922026-05-27T05:22:00.537Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30932026-05-27T05:22:00.537Z |
30942026-05-27T05:22:00.537Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30952026-05-27T05:22:00.537Z |
30962026-05-27T05:22:00.537Z 77 | pub struct Record<R: RecordData = RData> {
30972026-05-27T05:22:00.537Z | ---------------------------------------- this is the found type
30982026-05-27T05:22:00.537Z = help: you can use `cargo tree` to explore your dependency tree
30992026-05-27T05:22:00.537Znote: required by a bound in `dns_server::encode_and_send`
31002026-05-27T05:22:00.537Z --> dns-server/src/dns_server.rs:492:27
31012026-05-27T05:22:00.537Z |
31022026-05-27T05:22:00.538Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31032026-05-27T05:22:00.538Z | --------------- required by a bound in this function
31042026-05-27T05:22:00.538Z...
31052026-05-27T05:22:00.538Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31062026-05-27T05:22:00.538Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31072026-05-27T05:22:00.538Z
31082026-05-27T05:22:00.538Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31092026-05-27T05:22:00.538Z --> dns-server/src/dns_server.rs:422:49
31102026-05-27T05:22:00.538Z |
31112026-05-27T05:22:00.538Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31122026-05-27T05:22:00.538Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31132026-05-27T05:22:00.538Z |
31142026-05-27T05:22:00.538Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31152026-05-27T05:22:00.538Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31162026-05-27T05:22:00.538Z |
31172026-05-27T05:22:00.538Z 78 | pub struct Record<R: RecordData = RData> {
31182026-05-27T05:22:00.538Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31192026-05-27T05:22:00.538Z |
31202026-05-27T05:22:00.538Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31212026-05-27T05:22:00.538Z |
31222026-05-27T05:22:00.538Z 77 | pub struct Record<R: RecordData = RData> {
31232026-05-27T05:22:00.538Z | ---------------------------------------- this is the found type
31242026-05-27T05:22:00.538Z = help: you can use `cargo tree` to explore your dependency tree
31252026-05-27T05:22:00.538Znote: required by a bound in `dns_server::encode_and_send`
31262026-05-27T05:22:00.538Z --> dns-server/src/dns_server.rs:492:27
31272026-05-27T05:22:00.538Z |
31282026-05-27T05:22:00.538Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31292026-05-27T05:22:00.538Z | --------------- required by a bound in this function
31302026-05-27T05:22:00.538Z...
31312026-05-27T05:22:00.538Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31322026-05-27T05:22:00.538Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31332026-05-27T05:22:00.538Z
31342026-05-27T05:22:00.542Zerror[E0308]: arguments to this method are incorrect
31352026-05-27T05:22:00.542Z --> dns-server/src/dns_server.rs:438:33
31362026-05-27T05:22:00.542Z |
31372026-05-27T05:22:00.542Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
31382026-05-27T05:22:00.542Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
31392026-05-27T05:22:00.543Z | |
31402026-05-27T05:22:00.543Z | expected `&Header`, found `&&Header`
31412026-05-27T05:22:00.543Z |
31422026-05-27T05:22:00.543Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
31432026-05-27T05:22:00.543Z found reference `&&hickory_proto::op::Header`
31442026-05-27T05:22:00.543Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31452026-05-27T05:22:00.543Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
31462026-05-27T05:22:00.543Z |
31472026-05-27T05:22:00.543Z 67 | pub enum ResponseCode {
31482026-05-27T05:22:00.543Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31492026-05-27T05:22:00.543Z |
31502026-05-27T05:22:00.543Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
31512026-05-27T05:22:00.543Z |
31522026-05-27T05:22:00.543Z 67 | pub enum ResponseCode {
31532026-05-27T05:22:00.543Z | --------------------- this is the found type
31542026-05-27T05:22:00.543Z = help: you can use `cargo tree` to explore your dependency tree
31552026-05-27T05:22:00.543Znote: method defined here
31562026-05-27T05:22:00.543Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
31572026-05-27T05:22:00.543Z |
31582026-05-27T05:22:00.543Z190 | pub fn error_msg<'a>(
31592026-05-27T05:22:00.543Z | ^^^^^^^^^
31602026-05-27T05:22:00.543Z
31612026-05-27T05:22:00.543Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31622026-05-27T05:22:00.543Z --> dns-server/src/dns_server.rs:457:50
31632026-05-27T05:22:00.543Z |
31642026-05-27T05:22:00.543Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31652026-05-27T05:22:00.543Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31662026-05-27T05:22:00.543Z | |
31672026-05-27T05:22:00.543Z | required by a bound introduced by this call
31682026-05-27T05:22:00.543Z |
31692026-05-27T05:22:00.543Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31702026-05-27T05:22:00.543Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31712026-05-27T05:22:00.543Z |
31722026-05-27T05:22:00.543Z 78 | pub struct Record<R: RecordData = RData> {
31732026-05-27T05:22:00.543Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31742026-05-27T05:22:00.543Z |
31752026-05-27T05:22:00.544Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31762026-05-27T05:22:00.544Z |
31772026-05-27T05:22:00.544Z 77 | pub struct Record<R: RecordData = RData> {
31782026-05-27T05:22:00.544Z | ---------------------------------------- this is the found type
31792026-05-27T05:22:00.544Z = help: you can use `cargo tree` to explore your dependency tree
31802026-05-27T05:22:00.544Znote: required by a bound in `dns_server::encode_and_send`
31812026-05-27T05:22:00.544Z --> dns-server/src/dns_server.rs:491:23
31822026-05-27T05:22:00.544Z |
31832026-05-27T05:22:00.544Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31842026-05-27T05:22:00.544Z | --------------- required by a bound in this function
31852026-05-27T05:22:00.545Z...
31862026-05-27T05:22:00.545Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
31872026-05-27T05:22:00.545Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31882026-05-27T05:22:00.545Z
31892026-05-27T05:22:00.545Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31902026-05-27T05:22:00.545Z --> dns-server/src/dns_server.rs:457:50
31912026-05-27T05:22:00.545Z |
31922026-05-27T05:22:00.545Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31932026-05-27T05:22:00.545Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31942026-05-27T05:22:00.545Z | |
31952026-05-27T05:22:00.545Z | required by a bound introduced by this call
31962026-05-27T05:22:00.545Z |
31972026-05-27T05:22:00.545Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31982026-05-27T05:22:00.545Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31992026-05-27T05:22:00.545Z |
32002026-05-27T05:22:00.545Z 78 | pub struct Record<R: RecordData = RData> {
32012026-05-27T05:22:00.545Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32022026-05-27T05:22:00.545Z |
32032026-05-27T05:22:00.545Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32042026-05-27T05:22:00.545Z |
32052026-05-27T05:22:00.545Z 77 | pub struct Record<R: RecordData = RData> {
32062026-05-27T05:22:00.545Z | ---------------------------------------- this is the found type
32072026-05-27T05:22:00.545Z = help: you can use `cargo tree` to explore your dependency tree
32082026-05-27T05:22:00.545Znote: required by a bound in `dns_server::encode_and_send`
32092026-05-27T05:22:00.545Z --> dns-server/src/dns_server.rs:492:27
32102026-05-27T05:22:00.545Z |
32112026-05-27T05:22:00.545Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32122026-05-27T05:22:00.545Z | --------------- required by a bound in this function
32132026-05-27T05:22:00.545Z...
32142026-05-27T05:22:00.545Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32152026-05-27T05:22:00.545Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32162026-05-27T05:22:00.545Z
32172026-05-27T05:22:00.545Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32182026-05-27T05:22:00.545Z --> dns-server/src/dns_server.rs:457:50
32192026-05-27T05:22:00.546Z |
32202026-05-27T05:22:00.546Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32212026-05-27T05:22:00.546Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32222026-05-27T05:22:00.546Z | |
32232026-05-27T05:22:00.546Z | required by a bound introduced by this call
32242026-05-27T05:22:00.546Z |
32252026-05-27T05:22:00.546Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32262026-05-27T05:22:00.546Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32272026-05-27T05:22:00.546Z |
32282026-05-27T05:22:00.546Z 78 | pub struct Record<R: RecordData = RData> {
32292026-05-27T05:22:00.546Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32302026-05-27T05:22:00.546Z |
32312026-05-27T05:22:00.546Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32322026-05-27T05:22:00.546Z |
32332026-05-27T05:22:00.546Z 77 | pub struct Record<R: RecordData = RData> {
32342026-05-27T05:22:00.550Z | ---------------------------------------- this is the found type
32352026-05-27T05:22:00.550Z = help: you can use `cargo tree` to explore your dependency tree
32362026-05-27T05:22:00.550Znote: required by a bound in `dns_server::encode_and_send`
32372026-05-27T05:22:00.550Z --> dns-server/src/dns_server.rs:493:19
32382026-05-27T05:22:00.550Z |
32392026-05-27T05:22:00.550Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32402026-05-27T05:22:00.550Z | --------------- required by a bound in this function
32412026-05-27T05:22:00.550Z...
32422026-05-27T05:22:00.550Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
32432026-05-27T05:22:00.551Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32442026-05-27T05:22:00.551Z
32452026-05-27T05:22:00.551Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32462026-05-27T05:22:00.551Z --> dns-server/src/dns_server.rs:457:50
32472026-05-27T05:22:00.551Z |
32482026-05-27T05:22:00.551Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32492026-05-27T05:22:00.551Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32502026-05-27T05:22:00.551Z | |
32512026-05-27T05:22:00.551Z | required by a bound introduced by this call
32522026-05-27T05:22:00.551Z |
32532026-05-27T05:22:00.551Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32542026-05-27T05:22:00.551Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32552026-05-27T05:22:00.551Z |
32562026-05-27T05:22:00.551Z 78 | pub struct Record<R: RecordData = RData> {
32572026-05-27T05:22:00.551Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32582026-05-27T05:22:00.551Z |
32592026-05-27T05:22:00.551Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32602026-05-27T05:22:00.551Z |
32612026-05-27T05:22:00.551Z 77 | pub struct Record<R: RecordData = RData> {
32622026-05-27T05:22:00.551Z | ---------------------------------------- this is the found type
32632026-05-27T05:22:00.551Z = help: you can use `cargo tree` to explore your dependency tree
32642026-05-27T05:22:00.551Znote: required by a bound in `dns_server::encode_and_send`
32652026-05-27T05:22:00.551Z --> dns-server/src/dns_server.rs:494:27
32662026-05-27T05:22:00.551Z |
32672026-05-27T05:22:00.551Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32682026-05-27T05:22:00.551Z | --------------- required by a bound in this function
32692026-05-27T05:22:00.551Z...
32702026-05-27T05:22:00.552Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32712026-05-27T05:22:00.552Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32722026-05-27T05:22:00.552Z
32732026-05-27T05:22:00.552Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32742026-05-27T05:22:00.552Z --> dns-server/src/dns_server.rs:457:25
32752026-05-27T05:22:00.552Z |
32762026-05-27T05:22:00.552Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32772026-05-27T05:22:00.552Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32782026-05-27T05:22:00.552Z |
32792026-05-27T05:22:00.552Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32802026-05-27T05:22:00.552Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32812026-05-27T05:22:00.552Z |
32822026-05-27T05:22:00.552Z 78 | pub struct Record<R: RecordData = RData> {
32832026-05-27T05:22:00.552Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32842026-05-27T05:22:00.552Z |
32852026-05-27T05:22:00.552Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32862026-05-27T05:22:00.552Z |
32872026-05-27T05:22:00.552Z 77 | pub struct Record<R: RecordData = RData> {
32882026-05-27T05:22:00.552Z | ---------------------------------------- this is the found type
32892026-05-27T05:22:00.552Z = help: you can use `cargo tree` to explore your dependency tree
32902026-05-27T05:22:00.552Znote: required by a bound in `dns_server::encode_and_send`
32912026-05-27T05:22:00.552Z --> dns-server/src/dns_server.rs:491:23
32922026-05-27T05:22:00.552Z |
32932026-05-27T05:22:00.552Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32942026-05-27T05:22:00.552Z | --------------- required by a bound in this function
32952026-05-27T05:22:00.552Z...
32962026-05-27T05:22:00.553Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32972026-05-27T05:22:00.553Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32982026-05-27T05:22:00.553Z
32992026-05-27T05:22:00.553Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33002026-05-27T05:22:00.553Z --> dns-server/src/dns_server.rs:457:25
33012026-05-27T05:22:00.553Z |
33022026-05-27T05:22:00.553Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33032026-05-27T05:22:00.553Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33042026-05-27T05:22:00.553Z |
33052026-05-27T05:22:00.553Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33062026-05-27T05:22:00.553Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33072026-05-27T05:22:00.553Z |
33082026-05-27T05:22:00.553Z 78 | pub struct Record<R: RecordData = RData> {
33092026-05-27T05:22:00.553Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33102026-05-27T05:22:00.553Z |
33112026-05-27T05:22:00.553Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33122026-05-27T05:22:00.553Z |
33132026-05-27T05:22:00.553Z 77 | pub struct Record<R: RecordData = RData> {
33142026-05-27T05:22:00.553Z | ---------------------------------------- this is the found type
33152026-05-27T05:22:00.553Z = help: you can use `cargo tree` to explore your dependency tree
33162026-05-27T05:22:00.553Znote: required by a bound in `dns_server::encode_and_send`
33172026-05-27T05:22:00.553Z --> dns-server/src/dns_server.rs:492:27
33182026-05-27T05:22:00.553Z |
33192026-05-27T05:22:00.553Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33202026-05-27T05:22:00.553Z | --------------- required by a bound in this function
33212026-05-27T05:22:00.553Z...
33222026-05-27T05:22:00.553Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33232026-05-27T05:22:00.553Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33242026-05-27T05:22:00.553Z
33252026-05-27T05:22:00.553Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33262026-05-27T05:22:00.553Z --> dns-server/src/dns_server.rs:457:25
33272026-05-27T05:22:00.553Z |
33282026-05-27T05:22:00.553Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33292026-05-27T05:22:00.553Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33302026-05-27T05:22:00.553Z |
33312026-05-27T05:22:00.553Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33322026-05-27T05:22:00.553Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33332026-05-27T05:22:00.553Z |
33342026-05-27T05:22:00.558Z 78 | pub struct Record<R: RecordData = RData> {
33352026-05-27T05:22:00.558Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33362026-05-27T05:22:00.558Z |
33372026-05-27T05:22:00.558Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33382026-05-27T05:22:00.558Z |
33392026-05-27T05:22:00.558Z 77 | pub struct Record<R: RecordData = RData> {
33402026-05-27T05:22:00.558Z | ---------------------------------------- this is the found type
33412026-05-27T05:22:00.558Z = help: you can use `cargo tree` to explore your dependency tree
33422026-05-27T05:22:00.558Znote: required by a bound in `dns_server::encode_and_send`
33432026-05-27T05:22:00.558Z --> dns-server/src/dns_server.rs:493:19
33442026-05-27T05:22:00.558Z |
33452026-05-27T05:22:00.558Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33462026-05-27T05:22:00.558Z | --------------- required by a bound in this function
33472026-05-27T05:22:00.558Z...
33482026-05-27T05:22:00.558Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
33492026-05-27T05:22:00.558Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33502026-05-27T05:22:00.558Z
33512026-05-27T05:22:00.558Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33522026-05-27T05:22:00.558Z --> dns-server/src/dns_server.rs:457:25
33532026-05-27T05:22:00.558Z |
33542026-05-27T05:22:00.558Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33552026-05-27T05:22:00.558Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33562026-05-27T05:22:00.558Z |
33572026-05-27T05:22:00.558Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33582026-05-27T05:22:00.558Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33592026-05-27T05:22:00.559Z |
33602026-05-27T05:22:00.559Z 78 | pub struct Record<R: RecordData = RData> {
33612026-05-27T05:22:00.559Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33622026-05-27T05:22:00.559Z |
33632026-05-27T05:22:00.559Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33642026-05-27T05:22:00.559Z |
33652026-05-27T05:22:00.559Z 77 | pub struct Record<R: RecordData = RData> {
33662026-05-27T05:22:00.559Z | ---------------------------------------- this is the found type
33672026-05-27T05:22:00.559Z = help: you can use `cargo tree` to explore your dependency tree
33682026-05-27T05:22:00.559Znote: required by a bound in `dns_server::encode_and_send`
33692026-05-27T05:22:00.559Z --> dns-server/src/dns_server.rs:494:27
33702026-05-27T05:22:00.559Z |
33712026-05-27T05:22:00.559Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33722026-05-27T05:22:00.559Z | --------------- required by a bound in this function
33732026-05-27T05:22:00.559Z...
33742026-05-27T05:22:00.559Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
33752026-05-27T05:22:00.559Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33762026-05-27T05:22:00.559Z
33772026-05-27T05:22:00.559Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33782026-05-27T05:22:00.559Z --> dns-server/src/dns_server.rs:457:69
33792026-05-27T05:22:00.559Z |
33802026-05-27T05:22:00.559Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33812026-05-27T05:22:00.559Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33822026-05-27T05:22:00.559Z |
33832026-05-27T05:22:00.559Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33842026-05-27T05:22:00.559Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33852026-05-27T05:22:00.559Z |
33862026-05-27T05:22:00.559Z 78 | pub struct Record<R: RecordData = RData> {
33872026-05-27T05:22:00.559Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33882026-05-27T05:22:00.559Z |
33892026-05-27T05:22:00.559Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33902026-05-27T05:22:00.559Z |
33912026-05-27T05:22:00.559Z 77 | pub struct Record<R: RecordData = RData> {
33922026-05-27T05:22:00.559Z | ---------------------------------------- this is the found type
33932026-05-27T05:22:00.559Z = help: you can use `cargo tree` to explore your dependency tree
33942026-05-27T05:22:00.559Znote: required by a bound in `dns_server::encode_and_send`
33952026-05-27T05:22:00.559Z --> dns-server/src/dns_server.rs:491:23
33962026-05-27T05:22:00.559Z |
33972026-05-27T05:22:00.559Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33982026-05-27T05:22:00.560Z | --------------- required by a bound in this function
33992026-05-27T05:22:00.560Z...
34002026-05-27T05:22:00.560Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34012026-05-27T05:22:00.560Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34022026-05-27T05:22:00.560Z
34032026-05-27T05:22:00.560Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34042026-05-27T05:22:00.560Z --> dns-server/src/dns_server.rs:457:69
34052026-05-27T05:22:00.560Z |
34062026-05-27T05:22:00.560Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34072026-05-27T05:22:00.560Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34082026-05-27T05:22:00.560Z |
34092026-05-27T05:22:00.560Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34102026-05-27T05:22:00.560Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34112026-05-27T05:22:00.560Z |
34122026-05-27T05:22:00.560Z 78 | pub struct Record<R: RecordData = RData> {
34132026-05-27T05:22:00.560Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34142026-05-27T05:22:00.560Z |
34152026-05-27T05:22:00.560Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34162026-05-27T05:22:00.560Z |
34172026-05-27T05:22:00.560Z 77 | pub struct Record<R: RecordData = RData> {
34182026-05-27T05:22:00.561Z | ---------------------------------------- this is the found type
34192026-05-27T05:22:00.561Z = help: you can use `cargo tree` to explore your dependency tree
34202026-05-27T05:22:00.561Znote: required by a bound in `dns_server::encode_and_send`
34212026-05-27T05:22:00.561Z --> dns-server/src/dns_server.rs:492:27
34222026-05-27T05:22:00.561Z |
34232026-05-27T05:22:00.561Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34242026-05-27T05:22:00.561Z | --------------- required by a bound in this function
34252026-05-27T05:22:00.561Z...
34262026-05-27T05:22:00.561Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34272026-05-27T05:22:00.561Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34282026-05-27T05:22:00.561Z
34292026-05-27T05:22:00.561Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34302026-05-27T05:22:00.561Z --> dns-server/src/dns_server.rs:457:69
34312026-05-27T05:22:00.561Z |
34322026-05-27T05:22:00.561Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34332026-05-27T05:22:00.561Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34342026-05-27T05:22:00.568Z |
34352026-05-27T05:22:00.568Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34362026-05-27T05:22:00.568Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34372026-05-27T05:22:00.569Z |
34382026-05-27T05:22:00.569Z 78 | pub struct Record<R: RecordData = RData> {
34392026-05-27T05:22:00.569Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34402026-05-27T05:22:00.569Z |
34412026-05-27T05:22:00.569Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34422026-05-27T05:22:00.569Z |
34432026-05-27T05:22:00.569Z 77 | pub struct Record<R: RecordData = RData> {
34442026-05-27T05:22:00.569Z | ---------------------------------------- this is the found type
34452026-05-27T05:22:00.569Z = help: you can use `cargo tree` to explore your dependency tree
34462026-05-27T05:22:00.569Znote: required by a bound in `dns_server::encode_and_send`
34472026-05-27T05:22:00.569Z --> dns-server/src/dns_server.rs:493:19
34482026-05-27T05:22:00.569Z |
34492026-05-27T05:22:00.570Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34502026-05-27T05:22:00.570Z | --------------- required by a bound in this function
34512026-05-27T05:22:00.570Z...
34522026-05-27T05:22:00.570Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34532026-05-27T05:22:00.570Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34542026-05-27T05:22:00.570Z
34552026-05-27T05:22:00.570Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34562026-05-27T05:22:00.570Z --> dns-server/src/dns_server.rs:457:69
34572026-05-27T05:22:00.570Z |
34582026-05-27T05:22:00.570Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34592026-05-27T05:22:00.570Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34602026-05-27T05:22:00.570Z |
34612026-05-27T05:22:00.570Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34622026-05-27T05:22:00.570Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34632026-05-27T05:22:00.570Z |
34642026-05-27T05:22:00.570Z 78 | pub struct Record<R: RecordData = RData> {
34652026-05-27T05:22:00.570Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34662026-05-27T05:22:00.570Z |
34672026-05-27T05:22:00.570Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34682026-05-27T05:22:00.570Z |
34692026-05-27T05:22:00.570Z 77 | pub struct Record<R: RecordData = RData> {
34702026-05-27T05:22:00.570Z | ---------------------------------------- this is the found type
34712026-05-27T05:22:00.570Z = help: you can use `cargo tree` to explore your dependency tree
34722026-05-27T05:22:00.570Znote: required by a bound in `dns_server::encode_and_send`
34732026-05-27T05:22:00.570Z --> dns-server/src/dns_server.rs:494:27
34742026-05-27T05:22:00.570Z |
34752026-05-27T05:22:00.570Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34762026-05-27T05:22:00.570Z | --------------- required by a bound in this function
34772026-05-27T05:22:00.570Z...
34782026-05-27T05:22:00.570Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34792026-05-27T05:22:00.570Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34802026-05-27T05:22:00.570Z
34812026-05-27T05:22:00.570Zerror[E0308]: arguments to this method are incorrect
34822026-05-27T05:22:00.570Z --> dns-server/src/dns_server.rs:477:20
34832026-05-27T05:22:00.570Z |
34842026-05-27T05:22:00.570Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
34852026-05-27T05:22:00.570Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
34862026-05-27T05:22:00.570Z | |
34872026-05-27T05:22:00.570Z | expected `Header`, found `hickory_proto::op::Header`
34882026-05-27T05:22:00.571Z |
34892026-05-27T05:22:00.571Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34902026-05-27T05:22:00.571Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
34912026-05-27T05:22:00.571Z |
34922026-05-27T05:22:00.571Z 57 | pub struct Header {
34932026-05-27T05:22:00.571Z | ^^^^^^^^^^^^^^^^^ this is the expected type
34942026-05-27T05:22:00.571Z |
34952026-05-27T05:22:00.571Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
34962026-05-27T05:22:00.571Z |
34972026-05-27T05:22:00.571Z 57 | pub struct Header {
34982026-05-27T05:22:00.571Z | ----------------- this is the found type
34992026-05-27T05:22:00.571Z = help: you can use `cargo tree` to explore your dependency tree
35002026-05-27T05:22:00.571Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35012026-05-27T05:22:00.571Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
35022026-05-27T05:22:00.571Z |
35032026-05-27T05:22:00.571Z 67 | pub enum ResponseCode {
35042026-05-27T05:22:00.571Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35052026-05-27T05:22:00.571Z |
35062026-05-27T05:22:00.571Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
35072026-05-27T05:22:00.571Z |
35082026-05-27T05:22:00.571Z 67 | pub enum ResponseCode {
35092026-05-27T05:22:00.571Z | --------------------- this is the found type
35102026-05-27T05:22:00.571Z = help: you can use `cargo tree` to explore your dependency tree
35112026-05-27T05:22:00.571Znote: method defined here
35122026-05-27T05:22:00.571Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
35132026-05-27T05:22:00.571Z |
35142026-05-27T05:22:00.571Z190 | pub fn error_msg<'a>(
35152026-05-27T05:22:00.571Z | ^^^^^^^^^
35162026-05-27T05:22:00.571Z
35172026-05-27T05:22:00.571Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35182026-05-27T05:22:00.571Z --> dns-server/src/dns_server.rs:478:50
35192026-05-27T05:22:00.571Z |
35202026-05-27T05:22:00.571Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35212026-05-27T05:22:00.571Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35222026-05-27T05:22:00.571Z | |
35232026-05-27T05:22:00.571Z | required by a bound introduced by this call
35242026-05-27T05:22:00.571Z |
35252026-05-27T05:22:00.571Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35262026-05-27T05:22:00.572Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35272026-05-27T05:22:00.572Z |
35282026-05-27T05:22:00.572Z 78 | pub struct Record<R: RecordData = RData> {
35292026-05-27T05:22:00.572Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35302026-05-27T05:22:00.572Z |
35312026-05-27T05:22:00.572Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35322026-05-27T05:22:00.572Z |
35332026-05-27T05:22:00.572Z 77 | pub struct Record<R: RecordData = RData> {
35342026-05-27T05:22:00.576Z | ---------------------------------------- this is the found type
35352026-05-27T05:22:00.576Z = help: you can use `cargo tree` to explore your dependency tree
35362026-05-27T05:22:00.576Znote: required by a bound in `dns_server::encode_and_send`
35372026-05-27T05:22:00.576Z --> dns-server/src/dns_server.rs:491:23
35382026-05-27T05:22:00.576Z |
35392026-05-27T05:22:00.576Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35402026-05-27T05:22:00.577Z | --------------- required by a bound in this function
35412026-05-27T05:22:00.577Z...
35422026-05-27T05:22:00.577Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35432026-05-27T05:22:00.577Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35442026-05-27T05:22:00.577Z
35452026-05-27T05:22:00.577Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35462026-05-27T05:22:00.577Z --> dns-server/src/dns_server.rs:478:50
35472026-05-27T05:22:00.577Z |
35482026-05-27T05:22:00.577Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35492026-05-27T05:22:00.577Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35502026-05-27T05:22:00.577Z | |
35512026-05-27T05:22:00.577Z | required by a bound introduced by this call
35522026-05-27T05:22:00.578Z |
35532026-05-27T05:22:00.578Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35542026-05-27T05:22:00.578Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35552026-05-27T05:22:00.578Z |
35562026-05-27T05:22:00.578Z 78 | pub struct Record<R: RecordData = RData> {
35572026-05-27T05:22:00.578Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35582026-05-27T05:22:00.578Z |
35592026-05-27T05:22:00.578Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35602026-05-27T05:22:00.578Z |
35612026-05-27T05:22:00.578Z 77 | pub struct Record<R: RecordData = RData> {
35622026-05-27T05:22:00.578Z | ---------------------------------------- this is the found type
35632026-05-27T05:22:00.578Z = help: you can use `cargo tree` to explore your dependency tree
35642026-05-27T05:22:00.578Znote: required by a bound in `dns_server::encode_and_send`
35652026-05-27T05:22:00.579Z --> dns-server/src/dns_server.rs:492:27
35662026-05-27T05:22:00.579Z |
35672026-05-27T05:22:00.579Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35682026-05-27T05:22:00.579Z | --------------- required by a bound in this function
35692026-05-27T05:22:00.579Z...
35702026-05-27T05:22:00.579Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35712026-05-27T05:22:00.579Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35722026-05-27T05:22:00.579Z
35732026-05-27T05:22:00.579Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35742026-05-27T05:22:00.579Z --> dns-server/src/dns_server.rs:478:50
35752026-05-27T05:22:00.579Z |
35762026-05-27T05:22:00.579Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35772026-05-27T05:22:00.579Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35782026-05-27T05:22:00.579Z | |
35792026-05-27T05:22:00.579Z | required by a bound introduced by this call
35802026-05-27T05:22:00.579Z |
35812026-05-27T05:22:00.579Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35822026-05-27T05:22:00.579Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35832026-05-27T05:22:00.579Z |
35842026-05-27T05:22:00.579Z 78 | pub struct Record<R: RecordData = RData> {
35852026-05-27T05:22:00.579Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35862026-05-27T05:22:00.580Z |
35872026-05-27T05:22:00.580Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35882026-05-27T05:22:00.580Z |
35892026-05-27T05:22:00.580Z 77 | pub struct Record<R: RecordData = RData> {
35902026-05-27T05:22:00.580Z | ---------------------------------------- this is the found type
35912026-05-27T05:22:00.580Z = help: you can use `cargo tree` to explore your dependency tree
35922026-05-27T05:22:00.580Znote: required by a bound in `dns_server::encode_and_send`
35932026-05-27T05:22:00.580Z --> dns-server/src/dns_server.rs:493:19
35942026-05-27T05:22:00.580Z |
35952026-05-27T05:22:00.580Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35962026-05-27T05:22:00.580Z | --------------- required by a bound in this function
35972026-05-27T05:22:00.580Z...
35982026-05-27T05:22:00.580Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35992026-05-27T05:22:00.580Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36002026-05-27T05:22:00.580Z
36012026-05-27T05:22:00.580Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36022026-05-27T05:22:00.580Z --> dns-server/src/dns_server.rs:478:50
36032026-05-27T05:22:00.580Z |
36042026-05-27T05:22:00.581Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36052026-05-27T05:22:00.581Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36062026-05-27T05:22:00.581Z | |
36072026-05-27T05:22:00.581Z | required by a bound introduced by this call
36082026-05-27T05:22:00.581Z |
36092026-05-27T05:22:00.581Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36102026-05-27T05:22:00.581Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36112026-05-27T05:22:00.581Z |
36122026-05-27T05:22:00.581Z 78 | pub struct Record<R: RecordData = RData> {
36132026-05-27T05:22:00.581Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36142026-05-27T05:22:00.581Z |
36152026-05-27T05:22:00.581Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36162026-05-27T05:22:00.581Z |
36172026-05-27T05:22:00.581Z 77 | pub struct Record<R: RecordData = RData> {
36182026-05-27T05:22:00.581Z | ---------------------------------------- this is the found type
36192026-05-27T05:22:00.581Z = help: you can use `cargo tree` to explore your dependency tree
36202026-05-27T05:22:00.581Znote: required by a bound in `dns_server::encode_and_send`
36212026-05-27T05:22:00.581Z --> dns-server/src/dns_server.rs:494:27
36222026-05-27T05:22:00.581Z |
36232026-05-27T05:22:00.581Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36242026-05-27T05:22:00.581Z | --------------- required by a bound in this function
36252026-05-27T05:22:00.581Z...
36262026-05-27T05:22:00.581Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36272026-05-27T05:22:00.581Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36282026-05-27T05:22:00.581Z
36292026-05-27T05:22:00.581Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36302026-05-27T05:22:00.581Z --> dns-server/src/dns_server.rs:478:25
36312026-05-27T05:22:00.581Z |
36322026-05-27T05:22:00.581Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36332026-05-27T05:22:00.581Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36342026-05-27T05:22:00.586Z |
36352026-05-27T05:22:00.587Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36362026-05-27T05:22:00.587Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36372026-05-27T05:22:00.587Z |
36382026-05-27T05:22:00.587Z 78 | pub struct Record<R: RecordData = RData> {
36392026-05-27T05:22:00.587Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36402026-05-27T05:22:00.587Z |
36412026-05-27T05:22:00.587Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36422026-05-27T05:22:00.587Z |
36432026-05-27T05:22:00.587Z 77 | pub struct Record<R: RecordData = RData> {
36442026-05-27T05:22:00.587Z | ---------------------------------------- this is the found type
36452026-05-27T05:22:00.587Z = help: you can use `cargo tree` to explore your dependency tree
36462026-05-27T05:22:00.588Znote: required by a bound in `dns_server::encode_and_send`
36472026-05-27T05:22:00.588Z --> dns-server/src/dns_server.rs:491:23
36482026-05-27T05:22:00.588Z |
36492026-05-27T05:22:00.588Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36502026-05-27T05:22:00.588Z | --------------- required by a bound in this function
36512026-05-27T05:22:00.588Z...
36522026-05-27T05:22:00.588Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
36532026-05-27T05:22:00.588Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36542026-05-27T05:22:00.588Z
36552026-05-27T05:22:00.588Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36562026-05-27T05:22:00.588Z --> dns-server/src/dns_server.rs:478:25
36572026-05-27T05:22:00.588Z |
36582026-05-27T05:22:00.588Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36592026-05-27T05:22:00.588Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36602026-05-27T05:22:00.588Z |
36612026-05-27T05:22:00.588Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36622026-05-27T05:22:00.588Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36632026-05-27T05:22:00.588Z |
36642026-05-27T05:22:00.588Z 78 | pub struct Record<R: RecordData = RData> {
36652026-05-27T05:22:00.588Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36662026-05-27T05:22:00.588Z |
36672026-05-27T05:22:00.588Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36682026-05-27T05:22:00.588Z |
36692026-05-27T05:22:00.588Z 77 | pub struct Record<R: RecordData = RData> {
36702026-05-27T05:22:00.589Z | ---------------------------------------- this is the found type
36712026-05-27T05:22:00.589Z = help: you can use `cargo tree` to explore your dependency tree
36722026-05-27T05:22:00.589Znote: required by a bound in `dns_server::encode_and_send`
36732026-05-27T05:22:00.589Z --> dns-server/src/dns_server.rs:492:27
36742026-05-27T05:22:00.589Z |
36752026-05-27T05:22:00.589Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36762026-05-27T05:22:00.589Z | --------------- required by a bound in this function
36772026-05-27T05:22:00.589Z...
36782026-05-27T05:22:00.589Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36792026-05-27T05:22:00.589Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36802026-05-27T05:22:00.589Z
36812026-05-27T05:22:00.589Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36822026-05-27T05:22:00.589Z --> dns-server/src/dns_server.rs:478:25
36832026-05-27T05:22:00.589Z |
36842026-05-27T05:22:00.589Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36852026-05-27T05:22:00.590Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36862026-05-27T05:22:00.590Z |
36872026-05-27T05:22:00.590Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36882026-05-27T05:22:00.590Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36892026-05-27T05:22:00.590Z |
36902026-05-27T05:22:00.590Z 78 | pub struct Record<R: RecordData = RData> {
36912026-05-27T05:22:00.590Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36922026-05-27T05:22:00.590Z |
36932026-05-27T05:22:00.590Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36942026-05-27T05:22:00.591Z |
36952026-05-27T05:22:00.591Z 77 | pub struct Record<R: RecordData = RData> {
36962026-05-27T05:22:00.591Z | ---------------------------------------- this is the found type
36972026-05-27T05:22:00.591Z = help: you can use `cargo tree` to explore your dependency tree
36982026-05-27T05:22:00.591Znote: required by a bound in `dns_server::encode_and_send`
36992026-05-27T05:22:00.591Z --> dns-server/src/dns_server.rs:493:19
37002026-05-27T05:22:00.591Z |
37012026-05-27T05:22:00.591Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37022026-05-27T05:22:00.591Z | --------------- required by a bound in this function
37032026-05-27T05:22:00.591Z...
37042026-05-27T05:22:00.591Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
37052026-05-27T05:22:00.591Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37062026-05-27T05:22:00.591Z
37072026-05-27T05:22:00.591Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37082026-05-27T05:22:00.591Z --> dns-server/src/dns_server.rs:478:25
37092026-05-27T05:22:00.591Z |
37102026-05-27T05:22:00.591Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37112026-05-27T05:22:00.591Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37122026-05-27T05:22:00.591Z |
37132026-05-27T05:22:00.591Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37142026-05-27T05:22:00.591Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37152026-05-27T05:22:00.591Z |
37162026-05-27T05:22:00.591Z 78 | pub struct Record<R: RecordData = RData> {
37172026-05-27T05:22:00.591Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37182026-05-27T05:22:00.591Z |
37192026-05-27T05:22:00.591Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37202026-05-27T05:22:00.591Z |
37212026-05-27T05:22:00.591Z 77 | pub struct Record<R: RecordData = RData> {
37222026-05-27T05:22:00.591Z | ---------------------------------------- this is the found type
37232026-05-27T05:22:00.591Z = help: you can use `cargo tree` to explore your dependency tree
37242026-05-27T05:22:00.591Znote: required by a bound in `dns_server::encode_and_send`
37252026-05-27T05:22:00.591Z --> dns-server/src/dns_server.rs:494:27
37262026-05-27T05:22:00.591Z |
37272026-05-27T05:22:00.592Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37282026-05-27T05:22:00.592Z | --------------- required by a bound in this function
37292026-05-27T05:22:00.592Z...
37302026-05-27T05:22:00.592Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37312026-05-27T05:22:00.592Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37322026-05-27T05:22:00.592Z
37332026-05-27T05:22:00.592Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37342026-05-27T05:22:00.597Z --> dns-server/src/dns_server.rs:478:69
37352026-05-27T05:22:00.597Z |
37362026-05-27T05:22:00.597Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37372026-05-27T05:22:00.597Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37382026-05-27T05:22:00.597Z |
37392026-05-27T05:22:00.597Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37402026-05-27T05:22:00.597Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37412026-05-27T05:22:00.597Z |
37422026-05-27T05:22:00.597Z 78 | pub struct Record<R: RecordData = RData> {
37432026-05-27T05:22:00.597Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37442026-05-27T05:22:00.597Z |
37452026-05-27T05:22:00.597Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37462026-05-27T05:22:00.597Z |
37472026-05-27T05:22:00.597Z 77 | pub struct Record<R: RecordData = RData> {
37482026-05-27T05:22:00.597Z | ---------------------------------------- this is the found type
37492026-05-27T05:22:00.597Z = help: you can use `cargo tree` to explore your dependency tree
37502026-05-27T05:22:00.597Znote: required by a bound in `dns_server::encode_and_send`
37512026-05-27T05:22:00.597Z --> dns-server/src/dns_server.rs:491:23
37522026-05-27T05:22:00.597Z |
37532026-05-27T05:22:00.597Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37542026-05-27T05:22:00.597Z | --------------- required by a bound in this function
37552026-05-27T05:22:00.597Z...
37562026-05-27T05:22:00.597Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37572026-05-27T05:22:00.597Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37582026-05-27T05:22:00.597Z
37592026-05-27T05:22:00.597Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37602026-05-27T05:22:00.597Z --> dns-server/src/dns_server.rs:478:69
37612026-05-27T05:22:00.597Z |
37622026-05-27T05:22:00.597Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37632026-05-27T05:22:00.598Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37642026-05-27T05:22:00.598Z |
37652026-05-27T05:22:00.598Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37662026-05-27T05:22:00.598Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37672026-05-27T05:22:00.598Z |
37682026-05-27T05:22:00.598Z 78 | pub struct Record<R: RecordData = RData> {
37692026-05-27T05:22:00.598Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37702026-05-27T05:22:00.598Z |
37712026-05-27T05:22:00.598Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37722026-05-27T05:22:00.598Z |
37732026-05-27T05:22:00.598Z 77 | pub struct Record<R: RecordData = RData> {
37742026-05-27T05:22:00.598Z | ---------------------------------------- this is the found type
37752026-05-27T05:22:00.598Z = help: you can use `cargo tree` to explore your dependency tree
37762026-05-27T05:22:00.598Znote: required by a bound in `dns_server::encode_and_send`
37772026-05-27T05:22:00.598Z --> dns-server/src/dns_server.rs:492:27
37782026-05-27T05:22:00.598Z |
37792026-05-27T05:22:00.598Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37802026-05-27T05:22:00.598Z | --------------- required by a bound in this function
37812026-05-27T05:22:00.598Z...
37822026-05-27T05:22:00.598Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37832026-05-27T05:22:00.598Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37842026-05-27T05:22:00.598Z
37852026-05-27T05:22:00.598Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37862026-05-27T05:22:00.598Z --> dns-server/src/dns_server.rs:478:69
37872026-05-27T05:22:00.598Z |
37882026-05-27T05:22:00.598Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37892026-05-27T05:22:00.599Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37902026-05-27T05:22:00.599Z |
37912026-05-27T05:22:00.599Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37922026-05-27T05:22:00.599Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37932026-05-27T05:22:00.599Z |
37942026-05-27T05:22:00.599Z 78 | pub struct Record<R: RecordData = RData> {
37952026-05-27T05:22:00.599Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37962026-05-27T05:22:00.599Z |
37972026-05-27T05:22:00.599Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37982026-05-27T05:22:00.599Z |
37992026-05-27T05:22:00.599Z 77 | pub struct Record<R: RecordData = RData> {
38002026-05-27T05:22:00.599Z | ---------------------------------------- this is the found type
38012026-05-27T05:22:00.599Z = help: you can use `cargo tree` to explore your dependency tree
38022026-05-27T05:22:00.599Znote: required by a bound in `dns_server::encode_and_send`
38032026-05-27T05:22:00.599Z --> dns-server/src/dns_server.rs:493:19
38042026-05-27T05:22:00.599Z |
38052026-05-27T05:22:00.599Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38062026-05-27T05:22:00.599Z | --------------- required by a bound in this function
38072026-05-27T05:22:00.599Z...
38082026-05-27T05:22:00.599Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38092026-05-27T05:22:00.599Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38102026-05-27T05:22:00.599Z
38112026-05-27T05:22:00.599Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38122026-05-27T05:22:00.599Z --> dns-server/src/dns_server.rs:478:69
38132026-05-27T05:22:00.600Z |
38142026-05-27T05:22:00.600Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38152026-05-27T05:22:00.600Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38162026-05-27T05:22:00.600Z |
38172026-05-27T05:22:00.600Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38182026-05-27T05:22:00.600Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38192026-05-27T05:22:00.600Z |
38202026-05-27T05:22:00.600Z 78 | pub struct Record<R: RecordData = RData> {
38212026-05-27T05:22:00.600Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38222026-05-27T05:22:00.600Z |
38232026-05-27T05:22:00.600Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38242026-05-27T05:22:00.600Z |
38252026-05-27T05:22:00.600Z 77 | pub struct Record<R: RecordData = RData> {
38262026-05-27T05:22:00.600Z | ---------------------------------------- this is the found type
38272026-05-27T05:22:00.600Z = help: you can use `cargo tree` to explore your dependency tree
38282026-05-27T05:22:00.600Znote: required by a bound in `dns_server::encode_and_send`
38292026-05-27T05:22:00.600Z --> dns-server/src/dns_server.rs:494:27
38302026-05-27T05:22:00.600Z |
38312026-05-27T05:22:00.601Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38322026-05-27T05:22:00.601Z | --------------- required by a bound in this function
38332026-05-27T05:22:00.601Z...
38342026-05-27T05:22:00.605Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38352026-05-27T05:22:00.605Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38362026-05-27T05:22:00.605Z
38372026-05-27T05:22:00.605Zerror[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
38382026-05-27T05:22:00.605Z --> dns-server/src/dns_server.rs:500:14
38392026-05-27T05:22:00.605Z |
38402026-05-27T05:22:00.605Z499 | let _ = mresp
38412026-05-27T05:22:00.605Z | _________________-
38422026-05-27T05:22:00.605Z500 | | .destructive_emit(&mut enc)
38432026-05-27T05:22:00.605Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
38442026-05-27T05:22:00.605Z | |_____________|
38452026-05-27T05:22:00.605Z |
38462026-05-27T05:22:00.605Z |
38472026-05-27T05:22:00.605Z = note: the following trait bounds were not satisfied:
38482026-05-27T05:22:00.605Z `<Answers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38492026-05-27T05:22:00.605Z `<NameServers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38502026-05-27T05:22:00.605Z `<Soa as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38512026-05-27T05:22:00.605Z `<Additionals as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38522026-05-27T05:22:00.605Z
38532026-05-27T05:22:00.605Zerror[E0308]: mismatched types
38542026-05-27T05:22:00.605Z --> dns-server/src/dns_server.rs:229:35
38552026-05-27T05:22:00.605Z |
38562026-05-27T05:22:00.605Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
38572026-05-27T05:22:00.605Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38582026-05-27T05:22:00.605Z | |
38592026-05-27T05:22:00.605Z | arguments to this function are incorrect
38602026-05-27T05:22:00.605Z |
38612026-05-27T05:22:00.605Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38622026-05-27T05:22:00.605Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38632026-05-27T05:22:00.605Z |
38642026-05-27T05:22:00.606Z 34 | pub struct Name {
38652026-05-27T05:22:00.606Z | ^^^^^^^^^^^^^^^ this is the expected type
38662026-05-27T05:22:00.606Z |
38672026-05-27T05:22:00.606Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38682026-05-27T05:22:00.606Z |
38692026-05-27T05:22:00.606Z 37 | pub struct Name {
38702026-05-27T05:22:00.606Z | --------------- this is the found type
38712026-05-27T05:22:00.606Z = help: you can use `cargo tree` to explore your dependency tree
38722026-05-27T05:22:00.606Znote: associated function defined here
38732026-05-27T05:22:00.606Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
38742026-05-27T05:22:00.606Z |
38752026-05-27T05:22:00.606Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
38762026-05-27T05:22:00.606Z | ^^^^^^^^^^
38772026-05-27T05:22:00.606Z
38782026-05-27T05:22:00.606Zerror[E0308]: mismatched types
38792026-05-27T05:22:00.606Z --> dns-server/src/dns_server.rs:233:35
38802026-05-27T05:22:00.606Z |
38812026-05-27T05:22:00.606Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
38822026-05-27T05:22:00.606Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38832026-05-27T05:22:00.606Z | |
38842026-05-27T05:22:00.606Z | arguments to this function are incorrect
38852026-05-27T05:22:00.606Z |
38862026-05-27T05:22:00.606Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38872026-05-27T05:22:00.606Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38882026-05-27T05:22:00.606Z |
38892026-05-27T05:22:00.606Z 34 | pub struct Name {
38902026-05-27T05:22:00.606Z | ^^^^^^^^^^^^^^^ this is the expected type
38912026-05-27T05:22:00.606Z |
38922026-05-27T05:22:00.606Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38932026-05-27T05:22:00.606Z |
38942026-05-27T05:22:00.606Z 37 | pub struct Name {
38952026-05-27T05:22:00.606Z | --------------- this is the found type
38962026-05-27T05:22:00.606Z = help: you can use `cargo tree` to explore your dependency tree
38972026-05-27T05:22:00.606Znote: associated function defined here
38982026-05-27T05:22:00.606Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
38992026-05-27T05:22:00.606Z |
39002026-05-27T05:22:00.607Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39012026-05-27T05:22:00.607Z | ^^^^^^^^^^
39022026-05-27T05:22:00.607Z
39032026-05-27T05:22:00.611Zerror[E0308]: mismatched types
39042026-05-27T05:22:00.612Z --> dns-server/src/dns_server.rs:247:60
39052026-05-27T05:22:00.612Z |
39062026-05-27T05:22:00.612Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
39072026-05-27T05:22:00.612Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39082026-05-27T05:22:00.612Z | |
39092026-05-27T05:22:00.612Z | arguments to this function are incorrect
39102026-05-27T05:22:00.612Z |
39112026-05-27T05:22:00.612Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39122026-05-27T05:22:00.612Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39132026-05-27T05:22:00.612Z |
39142026-05-27T05:22:00.612Z 34 | pub struct Name {
39152026-05-27T05:22:00.612Z | ^^^^^^^^^^^^^^^ this is the expected type
39162026-05-27T05:22:00.612Z |
39172026-05-27T05:22:00.612Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39182026-05-27T05:22:00.612Z |
39192026-05-27T05:22:00.612Z 37 | pub struct Name {
39202026-05-27T05:22:00.612Z | --------------- this is the found type
39212026-05-27T05:22:00.612Z = help: you can use `cargo tree` to explore your dependency tree
39222026-05-27T05:22:00.612Znote: associated function defined here
39232026-05-27T05:22:00.612Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
39242026-05-27T05:22:00.612Z |
39252026-05-27T05:22:00.612Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
39262026-05-27T05:22:00.612Z | ^^^
39272026-05-27T05:22:00.612Z
39282026-05-27T05:22:00.612Zerror[E0308]: mismatched types
39292026-05-27T05:22:00.612Z --> dns-server/src/dns_server.rs:245:17
39302026-05-27T05:22:00.612Z |
39312026-05-27T05:22:00.612Z244 | Ok(Record::from_rdata(
39322026-05-27T05:22:00.612Z | ------------------ arguments to this function are incorrect
39332026-05-27T05:22:00.612Z245 | name.clone(),
39342026-05-27T05:22:00.612Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39352026-05-27T05:22:00.612Z |
39362026-05-27T05:22:00.612Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39372026-05-27T05:22:00.612Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39382026-05-27T05:22:00.612Z |
39392026-05-27T05:22:00.613Z 34 | pub struct Name {
39402026-05-27T05:22:00.613Z | ^^^^^^^^^^^^^^^ this is the expected type
39412026-05-27T05:22:00.613Z |
39422026-05-27T05:22:00.613Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39432026-05-27T05:22:00.613Z |
39442026-05-27T05:22:00.613Z 37 | pub struct Name {
39452026-05-27T05:22:00.613Z | --------------- this is the found type
39462026-05-27T05:22:00.613Z = help: you can use `cargo tree` to explore your dependency tree
39472026-05-27T05:22:00.613Znote: associated function defined here
39482026-05-27T05:22:00.613Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39492026-05-27T05:22:00.614Z |
39502026-05-27T05:22:00.614Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39512026-05-27T05:22:00.614Z | ^^^^^^^^^^
39522026-05-27T05:22:00.614Z
39532026-05-27T05:22:00.614Zerror[E0308]: mismatched types
39542026-05-27T05:22:00.614Z --> dns-server/src/dns_server.rs:259:65
39552026-05-27T05:22:00.614Z |
39562026-05-27T05:22:00.614Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39572026-05-27T05:22:00.614Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39582026-05-27T05:22:00.614Z | |
39592026-05-27T05:22:00.614Z | arguments to this struct are incorrect
39602026-05-27T05:22:00.614Z |
39612026-05-27T05:22:00.615Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39622026-05-27T05:22:00.615Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39632026-05-27T05:22:00.615Z |
39642026-05-27T05:22:00.615Z 34 | pub struct Name {
39652026-05-27T05:22:00.615Z | ^^^^^^^^^^^^^^^ this is the expected type
39662026-05-27T05:22:00.615Z |
39672026-05-27T05:22:00.615Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39682026-05-27T05:22:00.615Z |
39692026-05-27T05:22:00.615Z 37 | pub struct Name {
39702026-05-27T05:22:00.615Z | --------------- this is the found type
39712026-05-27T05:22:00.615Z = help: you can use `cargo tree` to explore your dependency tree
39722026-05-27T05:22:00.615Znote: tuple struct defined here
39732026-05-27T05:22:00.615Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
39742026-05-27T05:22:00.615Z |
39752026-05-27T05:22:00.615Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
39762026-05-27T05:22:00.615Z | ^^
39772026-05-27T05:22:00.615Z
39782026-05-27T05:22:00.615Zerror[E0308]: mismatched types
39792026-05-27T05:22:00.615Z --> dns-server/src/dns_server.rs:259:35
39802026-05-27T05:22:00.615Z |
39812026-05-27T05:22:00.615Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39822026-05-27T05:22:00.615Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39832026-05-27T05:22:00.616Z | |
39842026-05-27T05:22:00.616Z | arguments to this function are incorrect
39852026-05-27T05:22:00.616Z |
39862026-05-27T05:22:00.616Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39872026-05-27T05:22:00.616Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39882026-05-27T05:22:00.616Z |
39892026-05-27T05:22:00.616Z 34 | pub struct Name {
39902026-05-27T05:22:00.616Z | ^^^^^^^^^^^^^^^ this is the expected type
39912026-05-27T05:22:00.616Z |
39922026-05-27T05:22:00.616Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39932026-05-27T05:22:00.616Z |
39942026-05-27T05:22:00.616Z 37 | pub struct Name {
39952026-05-27T05:22:00.616Z | --------------- this is the found type
39962026-05-27T05:22:00.616Z = help: you can use `cargo tree` to explore your dependency tree
39972026-05-27T05:22:00.616Znote: associated function defined here
39982026-05-27T05:22:00.616Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39992026-05-27T05:22:00.616Z |
40002026-05-27T05:22:00.616Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40012026-05-27T05:22:00.616Z | ^^^^^^^^^^
40022026-05-27T05:22:00.616Z
40032026-05-27T05:22:00.647Zerror[E0308]: arguments to this function are incorrect
40042026-05-27T05:22:00.647Z --> dns-server/src/storage.rs:448:43
40052026-05-27T05:22:00.647Z |
40062026-05-27T05:22:00.648Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
40072026-05-27T05:22:00.648Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40082026-05-27T05:22:00.648Z449 | preferred_nameserver,
40092026-05-27T05:22:00.648Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40102026-05-27T05:22:00.648Z450 | rname,
40112026-05-27T05:22:00.648Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40122026-05-27T05:22:00.648Z |
40132026-05-27T05:22:00.648Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40142026-05-27T05:22:00.648Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40152026-05-27T05:22:00.648Z |
40162026-05-27T05:22:00.648Z 34 | pub struct Name {
40172026-05-27T05:22:00.648Z | ^^^^^^^^^^^^^^^ this is the expected type
40182026-05-27T05:22:00.648Z |
40192026-05-27T05:22:00.648Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40202026-05-27T05:22:00.648Z |
40212026-05-27T05:22:00.648Z 37 | pub struct Name {
40222026-05-27T05:22:00.648Z | --------------- this is the found type
40232026-05-27T05:22:00.648Z = help: you can use `cargo tree` to explore your dependency tree
40242026-05-27T05:22:00.648Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40252026-05-27T05:22:00.649Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40262026-05-27T05:22:00.649Z |
40272026-05-27T05:22:00.649Z 34 | pub struct Name {
40282026-05-27T05:22:00.649Z | ^^^^^^^^^^^^^^^ this is the expected type
40292026-05-27T05:22:00.649Z |
40302026-05-27T05:22:00.649Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40312026-05-27T05:22:00.649Z |
40322026-05-27T05:22:00.649Z 37 | pub struct Name {
40332026-05-27T05:22:00.649Z | --------------- this is the found type
40342026-05-27T05:22:00.649Z = help: you can use `cargo tree` to explore your dependency tree
40352026-05-27T05:22:00.650Znote: associated function defined here
40362026-05-27T05:22:00.650Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
40372026-05-27T05:22:00.650Z |
40382026-05-27T05:22:00.650Z154 | pub fn new(
40392026-05-27T05:22:00.650Z | ^^^
40402026-05-27T05:22:00.650Z
40412026-05-27T05:22:00.650Zerror[E0308]: mismatched types
40422026-05-27T05:22:00.650Z --> dns-server/src/storage.rs:446:13
40432026-05-27T05:22:00.650Z |
40442026-05-27T05:22:00.650Z445 | let record = hickory_proto::rr::Record::from_rdata(
40452026-05-27T05:22:00.650Z | ------------------------------------- arguments to this function are incorrect
40462026-05-27T05:22:00.650Z446 | soa_name,
40472026-05-27T05:22:00.650Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40482026-05-27T05:22:00.650Z |
40492026-05-27T05:22:00.650Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40502026-05-27T05:22:00.650Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40512026-05-27T05:22:00.650Z |
40522026-05-27T05:22:00.650Z 34 | pub struct Name {
40532026-05-27T05:22:00.650Z | ^^^^^^^^^^^^^^^ this is the expected type
40542026-05-27T05:22:00.651Z |
40552026-05-27T05:22:00.651Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40562026-05-27T05:22:00.651Z |
40572026-05-27T05:22:00.651Z 37 | pub struct Name {
40582026-05-27T05:22:00.651Z | --------------- this is the found type
40592026-05-27T05:22:00.651Z = help: you can use `cargo tree` to explore your dependency tree
40602026-05-27T05:22:00.651Znote: associated function defined here
40612026-05-27T05:22:00.651Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40622026-05-27T05:22:00.651Z |
40632026-05-27T05:22:00.651Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40642026-05-27T05:22:00.651Z | ^^^^^^^^^^
40652026-05-27T05:22:00.651Z
40662026-05-27T05:22:00.659Zerror[E0308]: mismatched types
40672026-05-27T05:22:00.659Z --> dns-server/src/storage.rs:768:30
40682026-05-27T05:22:00.659Z |
40692026-05-27T05:22:00.659Z768 | self.query_raw(name, orig_name)
40702026-05-27T05:22:00.660Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
40712026-05-27T05:22:00.660Z | |
40722026-05-27T05:22:00.660Z | arguments to this method are incorrect
40732026-05-27T05:22:00.660Z |
40742026-05-27T05:22:00.660Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40752026-05-27T05:22:00.660Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40762026-05-27T05:22:00.660Z |
40772026-05-27T05:22:00.660Z 37 | pub struct Name {
40782026-05-27T05:22:00.660Z | ^^^^^^^^^^^^^^^ this is the expected type
40792026-05-27T05:22:00.660Z |
40802026-05-27T05:22:00.660Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40812026-05-27T05:22:00.660Z |
40822026-05-27T05:22:00.660Z 34 | pub struct Name {
40832026-05-27T05:22:00.660Z | --------------- this is the found type
40842026-05-27T05:22:00.660Z = help: you can use `cargo tree` to explore your dependency tree
40852026-05-27T05:22:00.660Znote: method defined here
40862026-05-27T05:22:00.660Z --> dns-server/src/storage.rs:780:8
40872026-05-27T05:22:00.660Z |
40882026-05-27T05:22:00.660Z780 | fn query_raw(
40892026-05-27T05:22:00.660Z | ^^^^^^^^^
40902026-05-27T05:22:00.660Z...
40912026-05-27T05:22:00.660Z783 | orig_name: &Name,
40922026-05-27T05:22:00.660Z | ----------------
40932026-05-27T05:22:00.661Z
40942026-05-27T05:22:00.667Zerror[E0308]: mismatched types
40952026-05-27T05:22:00.667Z --> dns-server/src/storage.rs:777:40
40962026-05-27T05:22:00.667Z |
40972026-05-27T05:22:00.667Z777 | self.query_raw(&LowerName::new(name), name)
40982026-05-27T05:22:00.667Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40992026-05-27T05:22:00.667Z | |
41002026-05-27T05:22:00.667Z | arguments to this function are incorrect
41012026-05-27T05:22:00.667Z |
41022026-05-27T05:22:00.667Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41032026-05-27T05:22:00.667Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41042026-05-27T05:22:00.667Z |
41052026-05-27T05:22:00.667Z 34 | pub struct Name {
41062026-05-27T05:22:00.667Z | ^^^^^^^^^^^^^^^ this is the expected type
41072026-05-27T05:22:00.667Z |
41082026-05-27T05:22:00.667Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41092026-05-27T05:22:00.668Z |
41102026-05-27T05:22:00.668Z 37 | pub struct Name {
41112026-05-27T05:22:00.668Z | --------------- this is the found type
41122026-05-27T05:22:00.668Z = help: you can use `cargo tree` to explore your dependency tree
41132026-05-27T05:22:00.668Znote: associated function defined here
41142026-05-27T05:22:00.668Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
41152026-05-27T05:22:00.668Z |
41162026-05-27T05:22:00.668Z 37 | pub fn new(name: &Name) -> Self {
41172026-05-27T05:22:00.668Z | ^^^
41182026-05-27T05:22:00.668Z
41192026-05-27T05:22:00.671Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
41202026-05-27T05:22:00.671Z --> dns-server/src/storage.rs:791:33
41212026-05-27T05:22:00.671Z |
41222026-05-27T05:22:00.671Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
41232026-05-27T05:22:00.671Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
41242026-05-27T05:22:00.671Z |
41252026-05-27T05:22:00.671Zhelp: item with same name found
41262026-05-27T05:22:00.671Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
41272026-05-27T05:22:00.671Z |
41282026-05-27T05:22:00.671Z 28 | pub struct LowerName(Name);
41292026-05-27T05:22:00.671Z | ^^^^^^^^^^^^^^^^^^^^
41302026-05-27T05:22:00.671Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41312026-05-27T05:22:00.671Zhelp: the following other types implement trait `std::convert::From<T>`
41322026-05-27T05:22:00.671Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
41332026-05-27T05:22:00.671Z |
41342026-05-27T05:22:00.671Z240 | impl From<Name> for LowerName {
41352026-05-27T05:22:00.672Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
41362026-05-27T05:22:00.672Z...
41372026-05-27T05:22:00.672Z246 | impl<'a> From<&'a Name> for LowerName {
41382026-05-27T05:22:00.672Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
41392026-05-27T05:22:00.672Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41402026-05-27T05:22:00.672Z = help: you can use `cargo tree` to explore your dependency tree
41412026-05-27T05:22:00.672Z
41422026-05-27T05:22:00.696Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41432026-05-27T05:22:00.875ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
41442026-05-27T05:22:00.875ZFor more information about an error, try `rustc --explain E0271`.
41452026-05-27T05:22:00.923Zerror: could not compile `dns-server` (lib) due to 60 previous errors
41462026-05-27T05:22:00.924Zwarning: build failed, waiting for other jobs to finish...
41472026-05-27T05:22:06.942ZError: failed: exit status: 101
41482026-05-27T05:22:06.946Z
41492026-05-27T05:22:06.946Zreal 1:15.731288099
41502026-05-27T05:22:06.946Zuser 6:12.297554110
41512026-05-27T05:22:06.946Zsys 1:54.540265189
41522026-05-27T05:22:06.946Ztrap 0.159927314
41532026-05-27T05:22:06.946Ztflt 0.085860347
41542026-05-27T05:22:06.946Zdflt 0.141700015
41552026-05-27T05:22:06.946Zkflt 0.001569061
41562026-05-27T05:22:06.946Zlock 17:15.414795613
41572026-05-27T05:22:06.946Zslp 15:26.748312616
41582026-05-27T05:22:06.946Zlat 49.424694653
41592026-05-27T05:22:06.946Zstop 5:35.121105951
41602026-05-27T05:22:06.947Zprocess exited: duration 211824 ms, exit code 1
 
41612026-05-27T05:22:06.954Zfound 0 output files