[INFO] fetching crate opensearch-dsl 0.1.0...
[INFO] testing opensearch-dsl-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate opensearch-dsl 0.1.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate opensearch-dsl 0.1.0
[INFO] finished tweaking crates.io crate opensearch-dsl 0.1.0
[INFO] tweaked toml for crates.io crate opensearch-dsl 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate opensearch-dsl 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 17 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 436e925d9a88e3ed72d66ae1db503297284c9cdf779177909420e1f6837cadca
[INFO] running `Command { std: "docker" "start" "-a" "436e925d9a88e3ed72d66ae1db503297284c9cdf779177909420e1f6837cadca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "436e925d9a88e3ed72d66ae1db503297284c9cdf779177909420e1f6837cadca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "436e925d9a88e3ed72d66ae1db503297284c9cdf779177909420e1f6837cadca", kill_on_drop: false }`
[INFO] [stdout] 436e925d9a88e3ed72d66ae1db503297284c9cdf779177909420e1f6837cadca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a1af7075a6d058444a2bb516544859672036f26d5d0b044f67a661bd5c2305c
[INFO] running `Command { std: "docker" "start" "-a" "3a1af7075a6d058444a2bb516544859672036f26d5d0b044f67a661bd5c2305c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling opensearch-dsl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]    --> src/analyze/request.rs:110:39
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]     |                                       ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    --> src/analyze/request.rs:110:39
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]     |                                       ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]    --> src/analyze/request.rs:121:39
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]     |                                       ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    --> src/analyze/request.rs:121:39
[INFO] [stdout]     |
[INFO] [stdout] 121 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]     |                                       ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Content` in `de`
[INFO] [stdout]   --> src/search/response/error_cause.rs:6:24
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[derive(Debug, Clone, Deserialize, Serialize, PartialEq)]
[INFO] [stdout]    |                        ^^^^^^^^^^^ could not find `Content` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/response/error_cause.rs:6:24
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[derive(Debug, Clone, Deserialize, Serialize, PartialEq)]
[INFO] [stdout]    |                        ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/response/suggest_option.rs:6:39
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[derive(Clone, PartialEq, Serialize, Deserialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]   --> src/search/response/suggest_option.rs:6:39
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[derive(Clone, PartialEq, Serialize, Deserialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/aggregations/mod.rs:34:36
[INFO] [stdout]    |
[INFO] [stdout] 34 |           #[derive(Clone, PartialEq, Deserialize,  Serialize)]
[INFO] [stdout]    |                                      ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout] ...
[INFO] [stdout] 63 | / aggregation!(
[INFO] [stdout] 64 | |   Terms(TermsAggregation),
[INFO] [stdout] 65 | |   TopHits(TopHitsAggregation),
[INFO] [stdout] 66 | |   Cardinality(CardinalityAggregation),
[INFO] [stdout] ...  |
[INFO] [stdout] 76 | |   DateHistogram(DateHistogramAggregation),
[INFO] [stdout] 77 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `aggregation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]   --> src/search/aggregations/mod.rs:34:36
[INFO] [stdout]    |
[INFO] [stdout] 34 |           #[derive(Clone, PartialEq, Deserialize,  Serialize)]
[INFO] [stdout]    |                                      ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout] ...
[INFO] [stdout] 63 | / aggregation!(
[INFO] [stdout] 64 | |   Terms(TermsAggregation),
[INFO] [stdout] 65 | |   TopHits(TopHitsAggregation),
[INFO] [stdout] 66 | |   Cardinality(CardinalityAggregation),
[INFO] [stdout] ...  |
[INFO] [stdout] 76 | |   DateHistogram(DateHistogramAggregation),
[INFO] [stdout] 77 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `aggregation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:4:35
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:4:35
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Content` in `de`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^ could not find `Content` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Content` in `de`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `Content` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Content` in `de`
[INFO] [stdout]    --> src/search/highlight/highlighter.rs:161:35
[INFO] [stdout]     |
[INFO] [stdout] 161 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^ could not find `Content` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]    --> src/search/highlight/highlighter.rs:161:35
[INFO] [stdout]     |
[INFO] [stdout] 161 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Content` in `de`
[INFO] [stdout]    --> src/search/highlight/highlighter.rs:217:35
[INFO] [stdout]     |
[INFO] [stdout] 217 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^ could not find `Content` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]    --> src/search/highlight/highlighter.rs:217:35
[INFO] [stdout]     |
[INFO] [stdout] 217 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Content` in `de`
[INFO] [stdout]   --> src/search/highlight/mod.rs:63:44
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^ could not find `Content` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/highlight/mod.rs:63:44
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TaggedContentVisitor` in `de`
[INFO] [stdout]   --> src/search/params/geo_shape.rs:7:35
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `TaggedContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:16:79
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     TagContentOtherFieldVisitor, TagOrContentField, TagOrContentFieldVisitor, TaggedContentVisitor,
[INFO] [stdout]    |                                                                               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentDeserializer` in `de`
[INFO] [stdout]   --> src/search/params/geo_shape.rs:7:35
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ContentDeserializer` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/params/number.rs:7:34
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Clone, Copy, Serialize, Deserialize)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]   --> src/search/params/number.rs:7:34
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Clone, Copy, Serialize, Deserialize)]
[INFO] [stdout]    |                                  ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/params/search_filter.rs:8:50
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
[INFO] [stdout]    |                                                  ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]   --> src/search/params/search_filter.rs:8:50
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
[INFO] [stdout]    |                                                  ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `TaggedContentVisitor` in `de`
[INFO] [stdout]   --> src/search/params/shape.rs:7:35
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `TaggedContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:16:79
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] ...
[INFO] [stdout] 16 |     TagContentOtherFieldVisitor, TagOrContentField, TagOrContentFieldVisitor, TaggedContentVisitor,
[INFO] [stdout]    |                                                                               ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentDeserializer` in `de`
[INFO] [stdout]   --> src/search/params/shape.rs:7:35
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ContentDeserializer` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/params/term.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Clone, Deserialize, Serialize)]
[INFO] [stdout]    |                 ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]   --> src/search/params/term.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout]  7 | #[derive(Clone, Deserialize, Serialize)]
[INFO] [stdout]    |                 ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/params/track_total_hits.rs:8:50
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
[INFO] [stdout]    |                                                  ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]   --> src/search/params/track_total_hits.rs:8:50
[INFO] [stdout]    |
[INFO] [stdout]  8 | #[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
[INFO] [stdout]    |                                                  ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Content` in `de`
[INFO] [stdout]   --> src/search/queries/params/script_object.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ could not find `Content` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/queries/params/script_object.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]    --> src/search/queries/params/function_score_query.rs:74:43
[INFO] [stdout]     |
[INFO] [stdout]  74 |           #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout] ...
[INFO] [stdout] 101 | / function!(Function {
[INFO] [stdout] 102 | |     Weight(Weight),
[INFO] [stdout] 103 | |     RandomScore(RandomScore),
[INFO] [stdout] 104 | |     FieldValueFactor(FieldValueFactor),
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     Script(Script),
[INFO] [stdout] 116 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    --> src/search/queries/params/function_score_query.rs:74:43
[INFO] [stdout]     |
[INFO] [stdout]  74 |           #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                             ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout] ...
[INFO] [stdout] 101 | / function!(Function {
[INFO] [stdout] 102 | |     Weight(Weight),
[INFO] [stdout] 103 | |     RandomScore(RandomScore),
[INFO] [stdout] 104 | |     FieldValueFactor(FieldValueFactor),
[INFO] [stdout] ...   |
[INFO] [stdout] 115 | |     Script(Script),
[INFO] [stdout] 116 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/queries/params/geo_query.rs:20:35
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, PartialEq, Clone, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]   --> src/search/queries/params/geo_query.rs:20:35
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[derive(Debug, PartialEq, Clone, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]    --> src/search/queries/span/mod.rs:34:36
[INFO] [stdout]     |
[INFO] [stdout]  34 |           #[derive(Clone, PartialEq, Deserialize,  Serialize)]
[INFO] [stdout]     |                                      ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout] ...
[INFO] [stdout] 197 | / span_query!(
[INFO] [stdout] 198 | |   SpanContaining(SpanContainingQuery),
[INFO] [stdout] 199 | |   SpanFieldMasking(SpanFieldMaskingQuery),
[INFO] [stdout] 200 | |   SpanFirst(SpanFirstQuery),
[INFO] [stdout] ...   |
[INFO] [stdout] 206 | |   SpanWithin(SpanWithinQuery),
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `span_query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    --> src/search/queries/span/mod.rs:34:36
[INFO] [stdout]     |
[INFO] [stdout]  34 |           #[derive(Clone, PartialEq, Deserialize,  Serialize)]
[INFO] [stdout]     |                                      ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout] ...
[INFO] [stdout] 197 | / span_query!(
[INFO] [stdout] 198 | |   SpanContaining(SpanContainingQuery),
[INFO] [stdout] 199 | |   SpanFieldMasking(SpanFieldMaskingQuery),
[INFO] [stdout] 200 | |   SpanFirst(SpanFirstQuery),
[INFO] [stdout] ...   |
[INFO] [stdout] 206 | |   SpanWithin(SpanWithinQuery),
[INFO] [stdout] 207 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `span_query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]    --> src/search/queries/span/mod.rs:117:36
[INFO] [stdout]     |
[INFO] [stdout] 117 |           #[derive(Clone, PartialEq, Deserialize,  Serialize)]
[INFO] [stdout]     |                                      ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / multi_term_query!(
[INFO] [stdout] 210 | |   Prefix(PrefixQuery),
[INFO] [stdout] 211 | |   Regexp(RegexpQuery),
[INFO] [stdout] 212 | |   Wildcard(WildcardQuery),
[INFO] [stdout] 213 | |   Range(RangeQuery),
[INFO] [stdout] 214 | |   Fuzzy(FuzzyQuery),
[INFO] [stdout] 215 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `multi_term_query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    --> src/search/queries/span/mod.rs:117:36
[INFO] [stdout]     |
[INFO] [stdout] 117 |           #[derive(Clone, PartialEq, Deserialize,  Serialize)]
[INFO] [stdout]     |                                      ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout] ...
[INFO] [stdout] 209 | / multi_term_query!(
[INFO] [stdout] 210 | |   Prefix(PrefixQuery),
[INFO] [stdout] 211 | |   Regexp(RegexpQuery),
[INFO] [stdout] 212 | |   Wildcard(WildcardQuery),
[INFO] [stdout] 213 | |   Range(RangeQuery),
[INFO] [stdout] 214 | |   Fuzzy(FuzzyQuery),
[INFO] [stdout] 215 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `multi_term_query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]    --> src/search/queries/specialized/more_like_this_query.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]     |                                       ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    --> src/search/queries/specialized/more_like_this_query.rs:109:39
[INFO] [stdout]     |
[INFO] [stdout] 109 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]     |                                       ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Content` in `de`
[INFO] [stdout]   --> src/search/queries/specialized/percolate_query.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ could not find `Content` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/queries/specialized/percolate_query.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Content` in `de`
[INFO] [stdout]   --> src/search/queries/specialized/pinned_query.rs:16:35
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `Content` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/queries/specialized/pinned_query.rs:16:35
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Content` in `de`
[INFO] [stdout]   --> src/search/queries/term_level/terms_set_query.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `Content` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/queries/term_level/terms_set_query.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]    --> src/search/queries/mod.rs:49:47
[INFO] [stdout]     |
[INFO] [stdout]  49 |           #[derive(Clone, PartialEq, Serialize, Deserialize)]
[INFO] [stdout]     |                                                 ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout] ...
[INFO] [stdout] 143 | / query!(
[INFO] [stdout] 144 | |   Bool(BoolQuery),
[INFO] [stdout] 145 | |   Prefix(PrefixQuery),
[INFO] [stdout] 146 | |   Regexp(RegexpQuery),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | |   SpanWithin(SpanWithinQuery),
[INFO] [stdout] 204 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    --> src/search/queries/mod.rs:49:47
[INFO] [stdout]     |
[INFO] [stdout]  49 |           #[derive(Clone, PartialEq, Serialize, Deserialize)]
[INFO] [stdout]     |                                                 ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout] ...
[INFO] [stdout] 143 | / query!(
[INFO] [stdout] 144 | |   Bool(BoolQuery),
[INFO] [stdout] 145 | |   Prefix(PrefixQuery),
[INFO] [stdout] 146 | |   Regexp(RegexpQuery),
[INFO] [stdout] ...   |
[INFO] [stdout] 203 | |   SpanWithin(SpanWithinQuery),
[INFO] [stdout] 204 | | );
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` which comes from the expansion of the macro `query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Content` in `de`
[INFO] [stdout]    --> src/search/runtime_mappings/mod.rs:143:47
[INFO] [stdout]     |
[INFO] [stdout] 143 | #[derive(Debug, Clone, PartialEq, PartialOrd, Deserialize, Serialize)]
[INFO] [stdout]     |                                               ^^^^^^^^^^^ could not find `Content` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]    --> src/search/runtime_mappings/mod.rs:143:47
[INFO] [stdout]     |
[INFO] [stdout] 143 | #[derive(Debug, Clone, PartialEq, PartialOrd, Deserialize, Serialize)]
[INFO] [stdout]     |                                               ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/sort/sort_.rs:6:28
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[derive(Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                            ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]   --> src/search/sort/sort_.rs:6:28
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[derive(Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                            ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentVisitor` in `de`
[INFO] [stdout]   --> src/search/suggesters/suggester.rs:4:28
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[derive(Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                            ^^^^^^^^^^^ could not find `ContentVisitor` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:75
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                                           ^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]   --> src/search/suggesters/suggester.rs:4:28
[INFO] [stdout]    |
[INFO] [stdout]  4 | #[derive(Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                            ^^^^^^^^^^^ could not find `ContentRefDeserializer` in `de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:51
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/analyze/request.rs:39:39
[INFO] [stdout]      |
[INFO] [stdout]   39 | #[derive(Debug, Clone, PartialEq, Eq, Serialize, Default)]
[INFO] [stdout]      |                                       ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stdout]   --> src/search/response/error_cause.rs:6:24
[INFO] [stdout]    |
[INFO] [stdout]  6 | #[derive(Debug, Clone, Deserialize, Serialize, PartialEq)]
[INFO] [stdout]    |                        ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ToString` in `__private228`
[INFO] [stdout]  --> src/search/response/error_cause.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, Clone, Deserialize, Serialize, PartialEq)]
[INFO] [stdout]   |                        ^^^^^^^^^^^ could not find `ToString` in `__private228`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::string::ToString;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Vec` in `__private228`
[INFO] [stdout]  --> src/search/response/error_cause.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug, Clone, Deserialize, Serialize, PartialEq)]
[INFO] [stdout]   |                        ^^^^^^^^^^^ could not find `Vec` in `__private228`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::vec::Vec;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapDeserializer` in module `_serde::__private228::de`
[INFO] [stdout]     --> src/search/response/error_cause.rs:6:24
[INFO] [stdout]      |
[INFO] [stdout]    6 | #[derive(Debug, Clone, Deserialize, Serialize, PartialEq)]
[INFO] [stdout]      |                        ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:3184:12
[INFO] [stdout]      |
[INFO] [stdout] 3183 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 3184 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/search/response/error_cause.rs:6:37
[INFO] [stdout]      |
[INFO] [stdout]    6 | #[derive(Debug, Clone, Deserialize, Serialize, PartialEq)]
[INFO] [stdout]      |                                     ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ToString` in `__private228`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^ could not find `ToString` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::string::ToString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Vec` in `__private228`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^ could not find `Vec` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::vec::Vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapDeserializer` in module `_serde::__private228::de`
[INFO] [stdout]     --> src/search/highlight/highlighter.rs:22:44
[INFO] [stdout]      |
[INFO] [stdout]   22 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                            ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:3184:12
[INFO] [stdout]      |
[INFO] [stdout] 3183 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 3184 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/search/highlight/highlighter.rs:22:57
[INFO] [stdout]      |
[INFO] [stdout]   22 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                                         ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ToString` in `__private228`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ToString` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::string::ToString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Vec` in `__private228`
[INFO] [stdout]   --> src/search/highlight/highlighter.rs:86:35
[INFO] [stdout]    |
[INFO] [stdout] 86 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `Vec` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::vec::Vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapDeserializer` in module `_serde::__private228::de`
[INFO] [stdout]     --> src/search/highlight/highlighter.rs:86:35
[INFO] [stdout]      |
[INFO] [stdout]   86 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:3184:12
[INFO] [stdout]      |
[INFO] [stdout] 3183 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 3184 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/search/highlight/highlighter.rs:86:48
[INFO] [stdout]      |
[INFO] [stdout]   86 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                                ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stdout]    --> src/search/highlight/highlighter.rs:161:35
[INFO] [stdout]     |
[INFO] [stdout] 161 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ToString` in `__private228`
[INFO] [stdout]    --> src/search/highlight/highlighter.rs:161:35
[INFO] [stdout]     |
[INFO] [stdout] 161 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^ could not find `ToString` in `__private228`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::string::ToString;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Vec` in `__private228`
[INFO] [stdout]    --> src/search/highlight/highlighter.rs:161:35
[INFO] [stdout]     |
[INFO] [stdout] 161 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^ could not find `Vec` in `__private228`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapDeserializer` in module `_serde::__private228::de`
[INFO] [stdout]     --> src/search/highlight/highlighter.rs:161:35
[INFO] [stdout]      |
[INFO] [stdout]  161 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:3184:12
[INFO] [stdout]      |
[INFO] [stdout] 3183 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 3184 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/search/highlight/highlighter.rs:161:48
[INFO] [stdout]      |
[INFO] [stdout]  161 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                                ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stdout]    --> src/search/highlight/highlighter.rs:217:35
[INFO] [stdout]     |
[INFO] [stdout] 217 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ToString` in `__private228`
[INFO] [stdout]    --> src/search/highlight/highlighter.rs:217:35
[INFO] [stdout]     |
[INFO] [stdout] 217 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^ could not find `ToString` in `__private228`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::string::ToString;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Vec` in `__private228`
[INFO] [stdout]    --> src/search/highlight/highlighter.rs:217:35
[INFO] [stdout]     |
[INFO] [stdout] 217 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]     |                                   ^^^^^^^^^^^ could not find `Vec` in `__private228`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   1 + use std::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapDeserializer` in module `_serde::__private228::de`
[INFO] [stdout]     --> src/search/highlight/highlighter.rs:217:35
[INFO] [stdout]      |
[INFO] [stdout]  217 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:3184:12
[INFO] [stdout]      |
[INFO] [stdout] 3183 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 3184 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/search/highlight/highlighter.rs:217:48
[INFO] [stdout]      |
[INFO] [stdout]  217 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                                ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stdout]   --> src/search/highlight/mod.rs:63:44
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ToString` in `__private228`
[INFO] [stdout]   --> src/search/highlight/mod.rs:63:44
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^ could not find `ToString` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 57 + use std::string::ToString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Vec` in `__private228`
[INFO] [stdout]   --> src/search/highlight/mod.rs:63:44
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                            ^^^^^^^^^^^ could not find `Vec` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 57 + use std::vec::Vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapDeserializer` in module `_serde::__private228::de`
[INFO] [stdout]     --> src/search/highlight/mod.rs:63:44
[INFO] [stdout]      |
[INFO] [stdout]   63 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                            ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:3184:12
[INFO] [stdout]      |
[INFO] [stdout] 3183 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 3184 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/search/highlight/mod.rs:63:57
[INFO] [stdout]      |
[INFO] [stdout]   63 | #[derive(Debug, Clone, Default, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                                         ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stdout]   --> src/search/queries/params/script_object.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ToString` in `__private228`
[INFO] [stdout]   --> src/search/queries/params/script_object.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ could not find `ToString` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 12 + use std::string::ToString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Vec` in `__private228`
[INFO] [stdout]   --> src/search/queries/params/script_object.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ could not find `Vec` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 12 + use std::vec::Vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapDeserializer` in module `_serde::__private228::de`
[INFO] [stdout]     --> src/search/queries/params/script_object.rs:26:39
[INFO] [stdout]      |
[INFO] [stdout]   26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]      |                                       ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:3184:12
[INFO] [stdout]      |
[INFO] [stdout] 3183 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 3184 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/search/queries/params/script_object.rs:26:52
[INFO] [stdout]      |
[INFO] [stdout]   26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]      |                                                    ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/macros.rs:323:18
[INFO] [stdout]      |
[INFO] [stdout]  323 |         #[derive(Serialize)]
[INFO] [stdout]      |                  ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/search/queries/geo/geo_bounding_box_query.rs:61:1
[INFO] [stdout]      |
[INFO] [stdout]   61 | serialize_with_root_key_value_pair!("geo_bounding_box": GeoBoundingBoxQuery, field, bounding_box);
[INFO] [stdout]      | ------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `serialize_with_root_key_value_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/macros.rs:323:18
[INFO] [stdout]      |
[INFO] [stdout]  323 |         #[derive(Serialize)]
[INFO] [stdout]      |                  ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/search/queries/geo/geo_distance_query.rs:79:1
[INFO] [stdout]      |
[INFO] [stdout]   79 | serialize_with_root_key_value_pair!("geo_distance": GeoDistanceQuery, field, location);
[INFO] [stdout]      | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `serialize_with_root_key_value_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/macros.rs:323:18
[INFO] [stdout]      |
[INFO] [stdout]  323 |         #[derive(Serialize)]
[INFO] [stdout]      |                  ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/search/queries/geo/geo_shape_lookup_query.rs:135:1
[INFO] [stdout]      |
[INFO] [stdout]  135 | serialize_with_root_key_value_pair!("geo_shape": GeoShapeLookupQuery, field, shape);
[INFO] [stdout]      | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `serialize_with_root_key_value_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/macros.rs:323:18
[INFO] [stdout]      |
[INFO] [stdout]  323 |         #[derive(Serialize)]
[INFO] [stdout]      |                  ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/search/queries/geo/geo_shape_query.rs:91:1
[INFO] [stdout]      |
[INFO] [stdout]   91 | serialize_with_root_key_value_pair!("geo_shape": GeoShapeQuery, field, shape);
[INFO] [stdout]      | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `serialize_with_root_key_value_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/macros.rs:323:18
[INFO] [stdout]      |
[INFO] [stdout]  323 |         #[derive(Serialize)]
[INFO] [stdout]      |                  ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/search/queries/shape/shape_lookup_query.rs:127:1
[INFO] [stdout]      |
[INFO] [stdout]  127 | serialize_with_root_key_value_pair!("shape": ShapeLookupQuery, field, shape);
[INFO] [stdout]      | ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `serialize_with_root_key_value_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/macros.rs:323:18
[INFO] [stdout]      |
[INFO] [stdout]  323 |         #[derive(Serialize)]
[INFO] [stdout]      |                  ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/search/queries/shape/shape_query.rs:83:1
[INFO] [stdout]      |
[INFO] [stdout]   83 | serialize_with_root_key_value_pair!("shape": ShapeQuery, field, shape);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `serialize_with_root_key_value_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stdout]   --> src/search/queries/specialized/percolate_query.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ToString` in `__private228`
[INFO] [stdout]   --> src/search/queries/specialized/percolate_query.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ could not find `ToString` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::string::ToString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Vec` in `__private228`
[INFO] [stdout]   --> src/search/queries/specialized/percolate_query.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^ could not find `Vec` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::vec::Vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapDeserializer` in module `_serde::__private228::de`
[INFO] [stdout]     --> src/search/queries/specialized/percolate_query.rs:26:39
[INFO] [stdout]      |
[INFO] [stdout]   26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]      |                                       ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:3184:12
[INFO] [stdout]      |
[INFO] [stdout] 3183 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 3184 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/search/queries/specialized/percolate_query.rs:26:52
[INFO] [stdout]      |
[INFO] [stdout]   26 | #[derive(Debug, Clone, PartialEq, Eq, Deserialize, Serialize)]
[INFO] [stdout]      |                                                    ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stdout]   --> src/search/queries/specialized/pinned_query.rs:16:35
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ToString` in `__private228`
[INFO] [stdout]   --> src/search/queries/specialized/pinned_query.rs:16:35
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ToString` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::string::ToString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Vec` in `__private228`
[INFO] [stdout]   --> src/search/queries/specialized/pinned_query.rs:16:35
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `Vec` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::vec::Vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapDeserializer` in module `_serde::__private228::de`
[INFO] [stdout]     --> src/search/queries/specialized/pinned_query.rs:16:35
[INFO] [stdout]      |
[INFO] [stdout]   16 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:3184:12
[INFO] [stdout]      |
[INFO] [stdout] 3183 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 3184 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/search/queries/specialized/pinned_query.rs:16:48
[INFO] [stdout]      |
[INFO] [stdout]   16 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                                ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/macros.rs:323:18
[INFO] [stdout]      |
[INFO] [stdout]  323 |         #[derive(Serialize)]
[INFO] [stdout]      |                  ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/search/queries/term_level/terms_lookup_query.rs:106:1
[INFO] [stdout]      |
[INFO] [stdout]  106 | serialize_with_root_key_value_pair!("terms": TermsLookupQuery, field, terms_lookup);
[INFO] [stdout]      | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `serialize_with_root_key_value_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/macros.rs:323:18
[INFO] [stdout]      |
[INFO] [stdout]  323 |         #[derive(Serialize)]
[INFO] [stdout]      |                  ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/search/queries/term_level/terms_query.rs:75:1
[INFO] [stdout]      |
[INFO] [stdout]   75 | serialize_with_root_key_value_pair!("terms": TermsQuery, field, terms);
[INFO] [stdout]      | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `serialize_with_root_key_value_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stdout]   --> src/search/queries/term_level/terms_set_query.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]    |          ------------------------------------ the item is gated here
[INFO] [stdout] 13 | pub use self::content::{
[INFO] [stdout] 14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ToString` in `__private228`
[INFO] [stdout]   --> src/search/queries/term_level/terms_set_query.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `ToString` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::string::ToString;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Vec` in `__private228`
[INFO] [stdout]   --> src/search/queries/term_level/terms_set_query.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]    |                                   ^^^^^^^^^^^ could not find `Vec` in `__private228`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::vec::Vec;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapDeserializer` in module `_serde::__private228::de`
[INFO] [stdout]     --> src/search/queries/term_level/terms_set_query.rs:31:35
[INFO] [stdout]      |
[INFO] [stdout]   31 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                   ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:3184:12
[INFO] [stdout]      |
[INFO] [stdout] 3183 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 3184 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/search/queries/term_level/terms_set_query.rs:31:48
[INFO] [stdout]      |
[INFO] [stdout]   31 | #[derive(Debug, Clone, PartialEq, Deserialize, Serialize)]
[INFO] [stdout]      |                                                ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Content` in module `_serde::__private228::de`
[INFO] [stdout]    --> src/search/runtime_mappings/mod.rs:143:47
[INFO] [stdout]     |
[INFO] [stdout] 143 | #[derive(Debug, Clone, PartialEq, PartialOrd, Deserialize, Serialize)]
[INFO] [stdout]     |                                               ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  12 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]     |          ------------------------------------ the item is gated here
[INFO] [stdout]  13 | pub use self::content::{
[INFO] [stdout]  14 |     content_as_str, Content, ContentDeserializer, ContentRefDeserializer, ContentVisitor,
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `ToString` in `__private228`
[INFO] [stdout]    --> src/search/runtime_mappings/mod.rs:143:47
[INFO] [stdout]     |
[INFO] [stdout] 143 | #[derive(Debug, Clone, PartialEq, PartialOrd, Deserialize, Serialize)]
[INFO] [stdout]     |                                               ^^^^^^^^^^^ could not find `ToString` in `__private228`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]     |
[INFO] [stdout]  13 + use std::string::ToString;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Vec` in `__private228`
[INFO] [stdout]    --> src/search/runtime_mappings/mod.rs:143:47
[INFO] [stdout]     |
[INFO] [stdout] 143 | #[derive(Debug, Clone, PartialEq, PartialOrd, Deserialize, Serialize)]
[INFO] [stdout]     |                                               ^^^^^^^^^^^ could not find `Vec` in `__private228`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  13 + use std::vec::Vec;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapDeserializer` in module `_serde::__private228::de`
[INFO] [stdout]     --> src/search/runtime_mappings/mod.rs:143:47
[INFO] [stdout]      |
[INFO] [stdout]  143 | #[derive(Debug, Clone, PartialEq, PartialOrd, Deserialize, Serialize)]
[INFO] [stdout]      |                                               ^^^^^^^^^^^ not found in `_serde::__private228::de`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/de.rs:3184:12
[INFO] [stdout]      |
[INFO] [stdout] 3183 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 3184 | pub struct FlatMapDeserializer<'a, 'de: 'a, E>(
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/search/runtime_mappings/mod.rs:143:60
[INFO] [stdout]      |
[INFO] [stdout]  143 | #[derive(Debug, Clone, PartialEq, PartialOrd, Deserialize, Serialize)]
[INFO] [stdout]      |                                                            ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FlatMapSerializer` in module `_serde::__private228::ser`
[INFO] [stdout]     --> src/macros.rs:323:18
[INFO] [stdout]      |
[INFO] [stdout]  323 |         #[derive(Serialize)]
[INFO] [stdout]      |                  ^^^^^^^^^ not found in `_serde::__private228::ser`
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/search/sort/geo_distance_sort.rs:127:1
[INFO] [stdout]      |
[INFO] [stdout]  127 | serialize_with_root_key_value_pair!("_geo_distance": GeoDistanceSort, field, points);
[INFO] [stdout]      | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/private/ser.rs:1003:12
[INFO] [stdout]      |
[INFO] [stdout] 1002 | #[cfg(any(feature = "std", feature = "alloc"))]
[INFO] [stdout]      |          ------------------------------------ the item is gated here
[INFO] [stdout] 1003 | pub struct FlatMapSerializer<'a, M: 'a>(pub &'a mut M);
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: this error originates in the derive macro `Serialize` which comes from the expansion of the macro `serialize_with_root_key_value_pair` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/util/key_value_pair.rs:24:6
[INFO] [stdout]     |
[INFO] [stdout]  24 |   K: std::fmt::Debug + AsRef<str>,
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:101:3
[INFO] [stdout]     |
[INFO] [stdout] 101 |   unused_qualifications,
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout]  24 -   K: std::fmt::Debug + AsRef<str>,
[INFO] [stdout]  24 +   K: fmt::Debug + AsRef<str>,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/util/key_value_pair.rs:25:6
[INFO] [stdout]    |
[INFO] [stdout] 25 |   V: std::fmt::Debug,
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 25 -   V: std::fmt::Debug,
[INFO] [stdout] 25 +   V: fmt::Debug,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/util/key_value_pair.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | impl<K, V> std::fmt::Debug for KeyValuePair<K, V>
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 22 - impl<K, V> std::fmt::Debug for KeyValuePair<K, V>
[INFO] [stdout] 22 + impl<K, V> fmt::Debug for KeyValuePair<K, V>
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/util/key_value_pair.rs:27:25
[INFO] [stdout]    |
[INFO] [stdout] 27 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 27 -   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout] 27 +   fn fmt(&self, f: &mut fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/util/key_value_pair.rs:27:53
[INFO] [stdout]    |
[INFO] [stdout] 27 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 27 -   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout] 27 +   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> fmt::Result {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/search/params/coordinate.rs:23:25
[INFO] [stdout]    |
[INFO] [stdout] 23 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 23 -   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout] 23 +   fn fmt(&self, f: &mut fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/search/params/coordinate.rs:23:53
[INFO] [stdout]    |
[INFO] [stdout] 23 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 23 -   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout] 23 +   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> fmt::Result {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/search/params/term.rs:373:6
[INFO] [stdout]     |
[INFO] [stdout] 373 | impl serde::ser::Error for TermSerializeError {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 373 - impl serde::ser::Error for TermSerializeError {
[INFO] [stdout] 373 + impl ser::Error for TermSerializeError {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/search/queries/params/regexp_query.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 | impl std::fmt::Display for RegexpFlag {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 62 - impl std::fmt::Display for RegexpFlag {
[INFO] [stdout] 62 + impl fmt::Display for RegexpFlag {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/search/queries/params/regexp_query.rs:63:25
[INFO] [stdout]    |
[INFO] [stdout] 63 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 63 -   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout] 63 +   fn fmt(&self, f: &mut fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/search/queries/params/regexp_query.rs:63:53
[INFO] [stdout]    |
[INFO] [stdout] 63 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 63 -   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout] 63 +   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> fmt::Result {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/search/queries/params/simple_query_string_query.rs:84:6
[INFO] [stdout]    |
[INFO] [stdout] 84 | impl std::fmt::Display for SimpleQueryStringQueryFlags {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 84 - impl std::fmt::Display for SimpleQueryStringQueryFlags {
[INFO] [stdout] 84 + impl fmt::Display for SimpleQueryStringQueryFlags {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/search/queries/params/simple_query_string_query.rs:85:25
[INFO] [stdout]    |
[INFO] [stdout] 85 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 85 -   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout] 85 +   fn fmt(&self, f: &mut fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/search/queries/params/simple_query_string_query.rs:85:53
[INFO] [stdout]    |
[INFO] [stdout] 85 |   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 85 -   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
[INFO] [stdout] 85 +   fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> fmt::Result {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/search/queries/term_level/terms_query.rs:84:15
[INFO] [stdout]    |
[INFO] [stdout] 84 |     impl<'de> serde::de::Visitor<'de> for WrapperVisitor {
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 84 -     impl<'de> serde::de::Visitor<'de> for WrapperVisitor {
[INFO] [stdout] 84 +     impl<'de> de::Visitor<'de> for WrapperVisitor {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]   --> src/search/queries/term_level/terms_query.rs:93:12
[INFO] [stdout]    |
[INFO] [stdout] 93 |         A: serde::de::MapAccess<'de>, {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]    |
[INFO] [stdout] 93 -         A: serde::de::MapAccess<'de>, {
[INFO] [stdout] 93 +         A: de::MapAccess<'de>, {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/search/queries/term_level/terms_query.rs:108:34
[INFO] [stdout]     |
[INFO] [stdout] 108 |                       return Err(serde::de::Error::invalid_type(
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 108 -                       return Err(serde::de::Error::invalid_type(
[INFO] [stdout] 108 +                       return Err(de::Error::invalid_type(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/search/queries/term_level/terms_query.rs:109:25
[INFO] [stdout]     |
[INFO] [stdout] 109 |                         serde::de::Unexpected::Other("not a string"),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 109 -                         serde::de::Unexpected::Other("not a string"),
[INFO] [stdout] 109 +                         de::Unexpected::Other("not a string"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/search/queries/term_level/terms_query.rs:121:34
[INFO] [stdout]     |
[INFO] [stdout] 121 |                       return Err(serde::de::Error::invalid_type(
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 121 -                       return Err(serde::de::Error::invalid_type(
[INFO] [stdout] 121 +                       return Err(de::Error::invalid_type(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/search/queries/term_level/terms_query.rs:122:25
[INFO] [stdout]     |
[INFO] [stdout] 122 |                         serde::de::Unexpected::Other("not a float"),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 122 -                         serde::de::Unexpected::Other("not a float"),
[INFO] [stdout] 122 +                         de::Unexpected::Other("not a float"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/search/queries/term_level/terms_query.rs:134:34
[INFO] [stdout]     |
[INFO] [stdout] 134 |                       return Err(serde::de::Error::invalid_type(
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 134 -                       return Err(serde::de::Error::invalid_type(
[INFO] [stdout] 134 +                       return Err(de::Error::invalid_type(
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/search/queries/term_level/terms_query.rs:135:25
[INFO] [stdout]     |
[INFO] [stdout] 135 |                         serde::de::Unexpected::Other("not a string"),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 135 -                         serde::de::Unexpected::Other("not a string"),
[INFO] [stdout] 135 +                         de::Unexpected::Other("not a string"),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/search/queries/term_level/terms_query.rs:149:34
[INFO] [stdout]     |
[INFO] [stdout] 149 |                       return Err(serde::de::Error::custom(format!("error parsing terms: {}", e)));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 149 -                       return Err(serde::de::Error::custom(format!("error parsing terms: {}", e)));
[INFO] [stdout] 149 +                       return Err(de::Error::custom(format!("error parsing terms: {}", e)));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/search/queries/term_level/terms_query.rs:162:34
[INFO] [stdout]     |
[INFO] [stdout] 162 |                       return Err(serde::de::Error::custom(format!("error parsing terms: {}", e)));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 162 -                       return Err(serde::de::Error::custom(format!("error parsing terms: {}", e)));
[INFO] [stdout] 162 +                       return Err(de::Error::custom(format!("error parsing terms: {}", e)));
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary qualification
[INFO] [stdout]    --> src/search/queries/term_level/terms_query.rs:173:15
[INFO] [stdout]     |
[INFO] [stdout] 173 |           Err(serde::de::Error::missing_field("values or terms array"))
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the unnecessary path segments
[INFO] [stdout]     |
[INFO] [stdout] 173 -           Err(serde::de::Error::missing_field("values or terms array"))
[INFO] [stdout] 173 +           Err(de::Error::missing_field("values or terms array"))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `opensearch-dsl` (lib) due to 125 previous errors; 25 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "3a1af7075a6d058444a2bb516544859672036f26d5d0b044f67a661bd5c2305c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a1af7075a6d058444a2bb516544859672036f26d5d0b044f67a661bd5c2305c", kill_on_drop: false }`
[INFO] [stdout] 3a1af7075a6d058444a2bb516544859672036f26d5d0b044f67a661bd5c2305c
