[INFO] cloning repository https://github.com/TheZacillac/seer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheZacillac/seer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheZacillac%2Fseer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheZacillac%2Fseer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 84ef6d3dbc986c2ee122cd6ae6c5316a24e82571
[INFO] checking TheZacillac/seer against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheZacillac%2Fseer" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TheZacillac/seer
[INFO] finished tweaking git repo https://github.com/TheZacillac/seer
[INFO] tweaked toml for git repo https://github.com/TheZacillac/seer written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TheZacillac/seer on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TheZacillac/seer already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `rust-version` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | rust-version = "1.89"
[INFO] [stderr]     | ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.rust-version`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]  --> seer-cli/Cargo.toml:8:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | repository.workspace = true
[INFO] [stderr]   | ----------
[INFO] [stderr] 8 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `seer-cli` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]  --> seer-core/Cargo.toml:8:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | repository.workspace = true
[INFO] [stderr]   | ----------
[INFO] [stderr] 8 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `seer-core` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hickory-resolver v0.26.1
[INFO] [stderr]   Downloaded opentelemetry-http v0.32.0
[INFO] [stderr]   Downloaded tracing-appender v0.2.5
[INFO] [stderr]   Downloaded prefix-trie v0.8.4
[INFO] [stderr]   Downloaded roff v1.1.1
[INFO] [stderr]   Downloaded pyo3-log v0.13.4
[INFO] [stderr]   Downloaded clap_mangen v0.3.3
[INFO] [stderr]   Downloaded hickory-net v0.26.1
[INFO] [stderr]   Downloaded rustyline v18.0.1
[INFO] [stderr]   Downloaded hickory-proto v0.26.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 65c744c285a3aec39d83b5bd3e053b55f455bfc388df62e8fe36a74b3d9b2c2a
[INFO] running `Command { std: "docker" "start" "65c744c285a3aec39d83b5bd3e053b55f455bfc388df62e8fe36a74b3d9b2c2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65c744c285a3aec39d83b5bd3e053b55f455bfc388df62e8fe36a74b3d9b2c2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "65c744c285a3aec39d83b5bd3e053b55f455bfc388df62e8fe36a74b3d9b2c2a" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65c744c285a3aec39d83b5bd3e053b55f455bfc388df62e8fe36a74b3d9b2c2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "65c744c285a3aec39d83b5bd3e053b55f455bfc388df62e8fe36a74b3d9b2c2a" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `rust-version` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | rust-version = "1.89"
[INFO] [stderr]     | ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.rust-version`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]  --> seer-core/Cargo.toml:8:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | repository.workspace = true
[INFO] [stderr]   | ----------
[INFO] [stderr] 8 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `seer-core` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]  --> seer-cli/Cargo.toml:8:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | repository.workspace = true
[INFO] [stderr]   | ----------
[INFO] [stderr] 8 | homepage.workspace = true
[INFO] [stderr]   | ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `seer-cli` (manifest) generated 1 warning
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]    Compiling asn1-rs-derive v0.6.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking prefix-trie v0.8.4
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling oid-registry v0.8.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]    Compiling pyo3-build-config v0.29.2
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]     Checking thiserror v2.0.20
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]    Compiling async-trait v0.1.92
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]     Checking symlink v0.1.0
[INFO] [stderr]     Checking moka v0.12.15
[INFO] [stderr]     Checking resolv-conf v0.7.6
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]    Compiling pyo3-ffi v0.29.2
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling pyo3 v0.29.2
[INFO] [stderr]    Compiling pyo3-macros-backend v0.29.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking clap v4.6.6
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking endian-type v0.2.0
[INFO] [stderr]     Checking futures v0.3.33
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking radix_trie v0.3.0
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking roff v1.1.1
[INFO] [stderr]     Checking clap_complete v4.6.9
[INFO] [stderr]     Checking shlex v2.0.1
[INFO] [stderr]     Checking clap_mangen v0.3.3
[INFO] [stderr]     Checking asn1-rs v0.7.2
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]     Checking ratatui-core v0.1.2
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking tracing-appender v0.2.5
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking der-parser v10.0.0
[INFO] [stderr]     Checking ratatui-widgets v0.3.2
[INFO] [stderr]     Checking ratatui-crossterm v0.1.2
[INFO] [stderr]     Checking rustyline v18.0.1
[INFO] [stderr]     Checking hickory-proto v0.26.1
[INFO] [stderr]     Checking x509-parser v0.18.1
[INFO] [stderr]     Checking ratatui-macros v0.7.2
[INFO] [stderr]     Checking ratatui v0.30.2
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking deadpool v0.12.3
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]     Checking h2 v0.4.19
[INFO] [stderr]    Compiling pyo3-macros v0.29.2
[INFO] [stderr]     Checking tokio-test v0.4.5
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking pyo3-log v0.13.4
[INFO] [stderr]     Checking hyper v1.11.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking wiremock v0.6.5
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking hickory-net v0.26.1
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking hickory-resolver v0.26.1
[INFO] [stderr]     Checking seer-core v0.47.1 (/opt/rustwide/workdir/seer-core)
[INFO] [stderr]     Checking seer-py v0.47.1 (/opt/rustwide/workdir/seer-py)
[INFO] [stderr]     Checking seer-cli v0.47.1 (/opt/rustwide/workdir/seer-cli)
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@seer-py/src/lib.rs:260:34: 260:44}: Send`
[INFO] [stdout]    --> seer-py/src/lib.rs:260:20
[INFO] [stdout]     |
[INFO] [stdout] 260 |     let response = run_async(py, async move { smart_lookup.lookup(&domain).await })?;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@seer-py/src/lib.rs:260:34: 260:44}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<LookupResult, SeerError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of SmartLookup::lookup()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@SmartLookup::lookup::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{async block@SmartLookup::lookup::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@SmartLookup::lookup::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<LookupResult, SeerError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of SmartLookup::lookup_with_progress()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@SmartLookup::lookup_with_progress::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{async block@SmartLookup::lookup_with_progress::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@SmartLookup::lookup_with_progress::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<LookupResult, SeerError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of SmartLookup::lookup_concurrent()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@SmartLookup::lookup_concurrent::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `Instrumented<{async block@SmartLookup::lookup_concurrent::{closure#0}::{closure#0}}>: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`seer`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@seer-core/src/lookup.rs:1483:26: 1483:36}: std::marker::Send`
[INFO] [stdout]     --> seer-core/src/lookup.rs:1483:13
[INFO] [stdout]      |
[INFO] [stdout] 1483 |             tokio::spawn(async move { l.lookup_with_progress(&d, None).await })
[INFO] [stdout]      |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: which requires `{coroutine witness@seer-core/src/lookup.rs:1483:26: 1483:36}: std::marker::Send`
[INFO] [stdout]      = note: which requires `impl futures::Future<Output = std::result::Result<lookup::LookupResult, error::SeerError>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of lookup::SmartLookup::lookup_with_progress()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@seer-core/src/lookup.rs:624:31: 716:6}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async block@seer-core/src/lookup.rs:619:5: 619:66}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@seer-core/src/lookup.rs:619:5: 619:66}: std::marker::Send`
[INFO] [stdout]      = note: which requires `impl futures::Future<Output = std::result::Result<lookup::LookupResult, error::SeerError>>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of lookup::SmartLookup::lookup_concurrent()}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@seer-core/src/lookup.rs:728:31: 1017:6}: std::marker::Send`
[INFO] [stdout]      = note: which requires `Instrumented<{async block@seer-core/src/lookup.rs:723:5: 723:66}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `ManuallyDrop<{async block@seer-core/src/lookup.rs:723:5: 723:66}>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async block@seer-core/src/lookup.rs:723:5: 723:66}: std::marker::Send`
[INFO] [stdout]      = note: which requires `{coroutine witness@seer-core/src/lookup.rs:723:5: 723:66}: std::marker::Send`
[INFO] [stdout]      = note: which requires `impl futures::Future<Output = (lookup::LegOutcome<std::result::Result<rdap::types::RdapResponse, error::SeerError>>, lookup::LegOutcome<std::result::Result<parser::WhoisResponse, error::SeerError>>)>: std::marker::Send`
[INFO] [stdout]      = note: which requires `{async fn body of lookup::race_with_grace<std::result::Result<rdap::types::RdapResponse, error::SeerError>, std::result::Result<parser::WhoisResponse, error::SeerError>, impl futures::Future<Output = std::result::Result<rdap::types::RdapResponse, error::SeerError>>, _, {closure@...}, _>()}: std::marker::Send`
[INFO] [stdout]      = note: and so on...
[INFO] [stdout]      = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]      = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`seer_core`)
[INFO] [stdout]      = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]      = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@seer-py/src/lib.rs:260:34: 260:44}: Send`
[INFO] [stdout]    --> seer-py/src/lib.rs:260:20
[INFO] [stdout]     |
[INFO] [stdout] 260 |     let response = run_async(py, async move { smart_lookup.lookup(&domain).await })?;
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@seer-py/src/lib.rs:260:34: 260:44}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<LookupResult, SeerError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of SmartLookup::lookup()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@SmartLookup::lookup::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{async block@SmartLookup::lookup::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@SmartLookup::lookup::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<LookupResult, SeerError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of SmartLookup::lookup_with_progress()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@SmartLookup::lookup_with_progress::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{async block@SmartLookup::lookup_with_progress::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@SmartLookup::lookup_with_progress::{closure#0}::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `impl Future<Output = Result<LookupResult, SeerError>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of SmartLookup::lookup_concurrent()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@SmartLookup::lookup_concurrent::{closure#0}}: Send`
[INFO] [stdout]     = note: which requires `Instrumented<{async block@SmartLookup::lookup_concurrent::{closure#0}::{closure#0}}>: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`seer`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@seer-cli/src/tui/mod.rs:181:31: 181:41}: std::marker::Send`
[INFO] [stdout]    --> seer-cli/src/tui/mod.rs:181:18
[INFO] [stdout]     |
[INFO] [stdout] 181 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 182 | |         let ex = seer_core::BulkExecutor::new();
[INFO] [stdout] 183 | |         let cb_tx = tx.clone();
[INFO] [stdout] 184 | |         let cb: seer_core::bulk::ResultCallback =
[INFO] [stdout] ...   |
[INFO] [stdout] 192 | |         let _ = tx.send(Msg::BulkDone { gen });
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@seer-cli/src/tui/mod.rs:181:31: 181:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = Vec<seer_core::BulkResult>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of BulkExecutor::execute_streaming()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@BulkExecutor::execute_streaming::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = Vec<seer_core::BulkResult>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of BulkExecutor::execute_inner()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@BulkExecutor::execute_inner::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@BulkExecutor::execute_inner::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@BulkExecutor::execute_inner::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `Collect<BufferUnordered<futures::stream::Map<futures::stream::Iter<std::vec::IntoIter<seer_core::BulkOperation>>, {closure@BulkExecutor::execute_inner::{closure#0}::{closure#0}::{closure#0}}>>, Vec<seer_core::BulkResult>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `BufferUnordered<futures::stream::Map<futures::stream::Iter<std::vec::IntoIter<seer_core::BulkOperation>>, {closure@BulkExecutor::execute_inner::{closure#0}::{closure#0}::{closure#0}}>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `FuturesUnordered<{async block@BulkExecutor::execute_inner::{closure#0}::{closure#0}::{closure#0}::{closure#0}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@BulkExecutor::execute_inner::{closure#0}::{closure#0}::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@BulkExecutor::execute_inner::{closure#0}::{closure#0}::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = Result<seer_core::bulk::BulkResultData, SeerError>>: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`seer`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@seer-cli/src/tui/mod.rs:181:31: 181:41}: std::marker::Send`
[INFO] [stdout]    --> seer-cli/src/tui/mod.rs:181:18
[INFO] [stdout]     |
[INFO] [stdout] 181 |       let handle = tokio::spawn(async move {
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 182 | |         let ex = seer_core::BulkExecutor::new();
[INFO] [stdout] 183 | |         let cb_tx = tx.clone();
[INFO] [stdout] 184 | |         let cb: seer_core::bulk::ResultCallback =
[INFO] [stdout] ...   |
[INFO] [stdout] 192 | |         let _ = tx.send(Msg::BulkDone { gen });
[INFO] [stdout] 193 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@seer-cli/src/tui/mod.rs:181:31: 181:41}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = Vec<BulkResult>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of BulkExecutor::execute_streaming()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@BulkExecutor::execute_streaming::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = Vec<BulkResult>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async fn body of BulkExecutor::execute_inner()}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@BulkExecutor::execute_inner::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@BulkExecutor::execute_inner::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@BulkExecutor::execute_inner::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `Collect<BufferUnordered<futures::stream::Map<futures::stream::Iter<std::vec::IntoIter<BulkOperation>>, {closure@BulkExecutor::execute_inner::{closure#0}::{closure#0}::{closure#0}}>>, Vec<BulkResult>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `BufferUnordered<futures::stream::Map<futures::stream::Iter<std::vec::IntoIter<BulkOperation>>, {closure@BulkExecutor::execute_inner::{closure#0}::{closure#0}::{closure#0}}>>: std::marker::Send`
[INFO] [stdout]     = note: which requires `FuturesUnordered<{async block@BulkExecutor::execute_inner::{closure#0}::{closure#0}::{closure#0}::{closure#0}}>: std::marker::Send`
[INFO] [stdout]     = note: which requires `{async block@BulkExecutor::execute_inner::{closure#0}::{closure#0}::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@BulkExecutor::execute_inner::{closure#0}::{closure#0}::{closure#0}::{closure#0}}: std::marker::Send`
[INFO] [stdout]     = note: which requires `impl futures::Future<Output = Result<BulkResultData, SeerError>>: std::marker::Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`seer`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `anyhow`
[INFO] [stderr]   --> seer-core/Cargo.toml:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | anyhow = { workspace = true }
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `anyhow`
[INFO] [stderr] warning: `seer-core` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
[INFO] running `Command { std: "docker" "inspect" "65c744c285a3aec39d83b5bd3e053b55f455bfc388df62e8fe36a74b3d9b2c2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65c744c285a3aec39d83b5bd3e053b55f455bfc388df62e8fe36a74b3d9b2c2a", kill_on_drop: false }`
[INFO] [stdout] 65c744c285a3aec39d83b5bd3e053b55f455bfc388df62e8fe36a74b3d9b2c2a
