[INFO] fetching crate rs-es 0.12.3...
[INFO] testing rs-es-0.12.3 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate rs-es 0.12.3 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate rs-es 0.12.3
[INFO] finished tweaking crates.io crate rs-es 0.12.3
[INFO] tweaked toml for crates.io crate rs-es 0.12.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rs-es 0.12.3 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 203 packages to latest compatible versions
[INFO] [stderr]       Adding env_logger v0.6.2 (available: v0.11.8)
[INFO] [stderr]       Adding geojson v0.16.0 (available: v0.24.2)
[INFO] [stderr]       Adding reqwest v0.9.24 (available: v0.12.24)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5925c0cf8b1687892fe0b47047dc9206d66bc518aaef0da952e32ddd86fcc5f3
[INFO] running `Command { std: "docker" "start" "-a" "5925c0cf8b1687892fe0b47047dc9206d66bc518aaef0da952e32ddd86fcc5f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5925c0cf8b1687892fe0b47047dc9206d66bc518aaef0da952e32ddd86fcc5f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5925c0cf8b1687892fe0b47047dc9206d66bc518aaef0da952e32ddd86fcc5f3", kill_on_drop: false }`
[INFO] [stdout] 5925c0cf8b1687892fe0b47047dc9206d66bc518aaef0da952e32ddd86fcc5f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 44992fcaa8285293302249284aec3dcbff5997abf1b05529410488a91c7e4909
[INFO] running `Command { std: "docker" "start" "-a" "44992fcaa8285293302249284aec3dcbff5997abf1b05529410488a91c7e4909", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling futures v0.1.31
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling bytes v0.4.12
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]    Compiling idna v0.1.5
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling http v0.1.21
[INFO] [stderr]    Compiling string v0.2.1
[INFO] [stderr]    Compiling smallvec v0.6.14
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling url v1.7.2
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling try_from v0.3.2
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling base64 v0.10.1
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling hyper v0.12.36
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling crossbeam-deque v0.7.4
[INFO] [stderr]    Compiling cookie v0.12.0
[INFO] [stderr]    Compiling uuid v0.7.4
[INFO] [stderr]    Compiling tokio-executor v0.1.10
[INFO] [stderr]    Compiling tokio-io v0.1.13
[INFO] [stderr]    Compiling tokio-sync v0.1.8
[INFO] [stderr]    Compiling tokio-buf v0.1.1
[INFO] [stderr]    Compiling want v0.2.0
[INFO] [stderr]    Compiling futures-cpupool v0.1.8
[INFO] [stderr]    Compiling tokio-timer v0.2.13
[INFO] [stderr]    Compiling tokio-current-thread v0.1.7
[INFO] [stderr]    Compiling tokio-threadpool v0.1.18
[INFO] [stderr]    Compiling http-body v0.1.0
[INFO] [stderr]    Compiling tokio-reactor v0.1.12
[INFO] [stderr]    Compiling h2 v0.1.26
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling tokio-tcp v0.1.4
[INFO] [stderr]    Compiling tokio v0.1.22
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.5.5
[INFO] [stderr]    Compiling hyper-tls v0.3.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling publicsuffix v1.5.6
[INFO] [stderr]    Compiling cookie_store v0.7.0
[INFO] [stderr]    Compiling reqwest v0.9.24
[INFO] [stderr]    Compiling rs-es v0.12.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 918 |             doc_count: from_json!(json, "doc_count", as_u64),
[INFO] [stdout]     |                        ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[deny(semicolon_in_expressions_from_macros)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 918 |             doc_count: from_json!(json, "doc_count", as_u64),
[INFO] [stdout]     |                        ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 919 |             aggs: extract_aggs!(json, aggs),
[INFO] [stdout]     |                   ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 936 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]     |                        ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 936 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]     |                        ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 937 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]     |                   ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 953 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]     |                        ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 953 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]     |                        ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 954 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]     |                   ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 972 |                 let raw_buckets = from_json!(from, "buckets", as_object);
[INFO] [stdout]     |                                   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 972 |                 let raw_buckets = from_json!(from, "buckets", as_object);
[INFO] [stdout]     |                                   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 992 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]     |                        ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 992 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]     |                        ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]     |
[INFO] [stdout] 848 |         return Err(EsError::EsError($e));
[INFO] [stdout]     |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 993 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]     |                   ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1008 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]      |                   ------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1023 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]      |                   ------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1039 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1039 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1040 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]      |                   ------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1058 |             doc_count_error_upper_bound: from_json!(json, "doc_count_error_upper_bound", as_u64),
[INFO] [stdout]      |                                          ------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1058 |             doc_count_error_upper_bound: from_json!(json, "doc_count_error_upper_bound", as_u64),
[INFO] [stdout]      |                                          ------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1059 |             sum_other_doc_count: from_json!(json, "sum_other_doc_count", as_u64),
[INFO] [stdout]      |                                  ----------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1059 |             sum_other_doc_count: from_json!(json, "sum_other_doc_count", as_u64),
[INFO] [stdout]      |                                  ----------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1060 |             buckets: from_bucket_vector!(json, bucket, TermsBucketResult::from(bucket, aggs)),
[INFO] [stdout]      |                      ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1060 |             buckets: from_bucket_vector!(json, bucket, TermsBucketResult::from(bucket, aggs)),
[INFO] [stdout]      |                      ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1083 |                 None => return_error!("No 'key'".to_owned()),
[INFO] [stdout]      |                         ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1085 |             doc_count: from_json!(json, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1085 |             doc_count: from_json!(json, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1086 |             aggs: extract_aggs!(json, aggs),
[INFO] [stdout]      |                   ------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1108 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1108 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1109 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]      |                   ------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1123 |         let bucket_obj = from_json!(from, "buckets", as_object);
[INFO] [stdout]      |                          -------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1123 |         let bucket_obj = from_json!(from, "buckets", as_object);
[INFO] [stdout]      |                          -------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1149 |             from: optional_json!(from, "from", as_f64),
[INFO] [stdout]      |                   ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `optional_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1150 |             from_as_string: optional_json!(from, "from_as_string", as_str).map(ToOwned::to_owned),
[INFO] [stdout]      |                             ---------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `optional_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1151 |             to: optional_json!(from, "to", as_f64),
[INFO] [stdout]      |                 ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `optional_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1152 |             to_as_string: optional_json!(from, "to_as_string", as_str).map(ToOwned::to_owned),
[INFO] [stdout]      |                           -------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `optional_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1153 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1153 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1154 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]      |                   ------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1169 |             buckets: from_bucket_vector!(from, bucket, DateRangeBucketResult::from(bucket, aggs)),
[INFO] [stdout]      |                      ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1169 |             buckets: from_bucket_vector!(from, bucket, DateRangeBucketResult::from(bucket, aggs)),
[INFO] [stdout]      |                      ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1185 |             key: from_json!(from, "key", as_str).to_owned(),
[INFO] [stdout]      |                  ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1185 |             key: from_json!(from, "key", as_str).to_owned(),
[INFO] [stdout]      |                  ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1186 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1186 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1187 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]      |                   ------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1202 |             buckets: from_bucket_vector!(from, bucket, HistogramBucketResult::from(bucket, aggs)),
[INFO] [stdout]      |                      ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1202 |             buckets: from_bucket_vector!(from, bucket, HistogramBucketResult::from(bucket, aggs)),
[INFO] [stdout]      |                      ---------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1219 |             key_as_string: from_json!(from, "key_as_string", as_str).to_owned(),
[INFO] [stdout]      |                            ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1219 |             key_as_string: from_json!(from, "key_as_string", as_str).to_owned(),
[INFO] [stdout]      |                            ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1220 |             key: from_json!(from, "key", as_u64),
[INFO] [stdout]      |                  ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1220 |             key: from_json!(from, "key", as_u64),
[INFO] [stdout]      |                  ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1221 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1221 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1222 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]      |                   ------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |           return Err(EsError::EsError($e));
[INFO] [stdout]      |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 1237 |               buckets: from_bucket_vector!(
[INFO] [stdout]      |  ______________________-
[INFO] [stdout] 1238 | |                 from,
[INFO] [stdout] 1239 | |                 bucket,
[INFO] [stdout] 1240 | |                 DateHistogramBucketResult::from(bucket, aggs)
[INFO] [stdout] 1241 | |             ),
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |           return Err(EsError::EsError($e));
[INFO] [stdout]      |                                           ^
[INFO] [stdout] ...
[INFO] [stdout] 1237 |               buckets: from_bucket_vector!(
[INFO] [stdout]      |  ______________________-
[INFO] [stdout] 1238 | |                 from,
[INFO] [stdout] 1239 | |                 bucket,
[INFO] [stdout] 1240 | |                 DateHistogramBucketResult::from(bucket, aggs)
[INFO] [stdout] 1241 | |             ),
[INFO] [stdout]      | |_____________- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1259 |             key: from_json!(from, "key", as_str).to_owned(),
[INFO] [stdout]      |                  ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1259 |             key: from_json!(from, "key", as_str).to_owned(),
[INFO] [stdout]      |                  ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1260 |             from: optional_json!(from, "from", as_f64),
[INFO] [stdout]      |                   ------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `optional_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1261 |             to: optional_json!(from, "to", as_f64),
[INFO] [stdout]      |                 ---------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `optional_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1262 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1262 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1263 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]      |                   ------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1278 |             buckets: from_bucket_vector!(from, bucket, GeoDistanceBucketResult::from(bucket, aggs)),
[INFO] [stdout]      |                      ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1278 |             buckets: from_bucket_vector!(from, bucket, GeoDistanceBucketResult::from(bucket, aggs)),
[INFO] [stdout]      |                      ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1293 |             key: from_json!(from, "key", as_str).to_owned(),
[INFO] [stdout]      |                  ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1293 |             key: from_json!(from, "key", as_str).to_owned(),
[INFO] [stdout]      |                  ------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1294 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1294 |             doc_count: from_json!(from, "doc_count", as_u64),
[INFO] [stdout]      |                        ------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_json` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1295 |             aggs: extract_aggs!(from, aggs),
[INFO] [stdout]      |                   ------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `extract_aggs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1310 |             buckets: from_bucket_vector!(from, bucket, GeohashGridBucketResult::from(bucket, aggs)),
[INFO] [stdout]      |                      ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: trailing semicolon in macro used in expression position
[INFO] [stdout]     --> src/operations/search/aggregations/bucket.rs:848:41
[INFO] [stdout]      |
[INFO] [stdout]  848 |         return Err(EsError::EsError($e));
[INFO] [stdout]      |                                         ^
[INFO] [stdout] ...
[INFO] [stdout] 1310 |             buckets: from_bucket_vector!(from, bucket, GeohashGridBucketResult::from(bucket, aggs)),
[INFO] [stdout]      |                      ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]      = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]      = note: this error originates in the macro `return_error` which comes from the expansion of the macro `from_bucket_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:87:48
[INFO] [stdout]    |
[INFO] [stdout] 87 |             EsError::HttpError(ref err) => err.description(),
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:88:46
[INFO] [stdout]    |
[INFO] [stdout] 88 |             EsError::IoError(ref err) => err.description(),
[INFO] [stdout]    |                                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:89:48
[INFO] [stdout]    |
[INFO] [stdout] 89 |             EsError::JsonError(ref err) => err.description(),
[INFO] [stdout]    |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/operations/analyze.rs:78:56
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn analyze<'a>(&'a mut self, body: &'a str) -> AnalyzeOperation {
[INFO] [stdout]    |                         --                  --         ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                         |                   |          |
[INFO] [stdout]    |                         |                   |          the same lifetime is hidden here
[INFO] [stdout]    |                         |                   |          the same lifetime is hidden here
[INFO] [stdout]    |                         |                   the lifetime is named here
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn analyze<'a>(&'a mut self, body: &'a str) -> AnalyzeOperation<'a> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/operations/delete.rs:94:10
[INFO] [stdout]    |
[INFO] [stdout] 90 |         &'a mut self,
[INFO] [stdout]    |          -- the lifetime is named here
[INFO] [stdout] 91 |         index: &'a str,
[INFO] [stdout]    |                 -- the lifetime is named here
[INFO] [stdout] 92 |         doc_type: &'a str,
[INFO] [stdout]    |                    -- the lifetime is named here
[INFO] [stdout] 93 |         id: &'a str,
[INFO] [stdout]    |              -- the lifetime is named here
[INFO] [stdout] 94 |     ) -> DeleteOperation {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout]    |          |
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 94 |     ) -> DeleteOperation<'a> {
[INFO] [stdout]    |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/operations/get.rs:120:66
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn get<'a>(&'a mut self, index: &'a str, id: &'a str) -> GetOperation {
[INFO] [stdout]     |                     --                   --           --         ^^^^^^^^^^^^
[INFO] [stdout]     |                     |                    |            |          |
[INFO] [stdout]     |                     |                    |            |          the same lifetime is hidden here
[INFO] [stdout]     |                     |                    |            |          the same lifetime is hidden here
[INFO] [stdout]     |                     |                    |            the lifetime is named here
[INFO] [stdout]     |                     |                    the lifetime is named here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn get<'a>(&'a mut self, index: &'a str, id: &'a str) -> GetOperation<'a> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/operations/refresh.rs:37:43
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn new(client: &'a mut Client) -> RefreshOperation {
[INFO] [stdout]    |                         --                ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                         |                 |
[INFO] [stdout]    |                         |                 the same lifetime is hidden here
[INFO] [stdout]    |                         |                 the same lifetime is hidden here
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn new(client: &'a mut Client) -> RefreshOperation<'a> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/operations/refresh.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn refresh(&mut self) -> RefreshOperation {
[INFO] [stdout]    |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                    |             |
[INFO] [stdout]    |                    |             the same lifetime is hidden here
[INFO] [stdout]    |                    |             the same lifetime is hidden here
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn refresh(&mut self) -> RefreshOperation<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/operations/search/mod.rs:825:23
[INFO] [stdout]     |
[INFO] [stdout] 825 |     pub fn search_uri(&mut self) -> SearchURIOperation {
[INFO] [stdout]     |                       ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |             |
[INFO] [stdout]     |                       |             the same lifetime is hidden here
[INFO] [stdout]     |                       |             the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 825 |     pub fn search_uri(&mut self) -> SearchURIOperation<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/operations/search/mod.rs:832:25
[INFO] [stdout]     |
[INFO] [stdout] 832 |     pub fn search_query(&mut self) -> SearchQueryOperation {
[INFO] [stdout]     |                         ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |             |
[INFO] [stdout]     |                         |             the same lifetime is hidden here
[INFO] [stdout]     |                         |             the same lifetime is hidden here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 832 |     pub fn search_query(&mut self) -> SearchQueryOperation<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/operations/search/mod.rs:1070:31
[INFO] [stdout]      |
[INFO] [stdout] 1070 |     pub fn iter(self, client: &mut Client, scroll: Duration) -> ScanIterator<T> {
[INFO] [stdout]      |                               ^^^^^^^^^^^                       ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                               |
[INFO] [stdout]      |                               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1070 |     pub fn iter(self, client: &mut Client, scroll: Duration) -> ScanIterator<'_, T> {
[INFO] [stdout]      |                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/operations/search/count.rs:173:22
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn count_uri(&mut self) -> CountURIOperation {
[INFO] [stdout]     |                      ^^^^^^^^^     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                      |             |
[INFO] [stdout]     |                      |             the same lifetime is hidden here
[INFO] [stdout]     |                      |             the same lifetime is hidden here
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn count_uri(&mut self) -> CountURIOperation<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/operations/search/count.rs:180:24
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn count_query(&mut self) -> CountQueryOperation {
[INFO] [stdout]     |                        ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                        |             |
[INFO] [stdout]     |                        |             the same lifetime is hidden here
[INFO] [stdout]     |                        |             the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn count_query(&mut self) -> CountQueryOperation<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/operations/version.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn version(&mut self) -> VersionOperation {
[INFO] [stdout]    |                    ^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn version(&mut self) -> VersionOperation<'_> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rs-es` (lib) due to 150 previous errors; 14 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "44992fcaa8285293302249284aec3dcbff5997abf1b05529410488a91c7e4909", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44992fcaa8285293302249284aec3dcbff5997abf1b05529410488a91c7e4909", kill_on_drop: false }`
[INFO] [stdout] 44992fcaa8285293302249284aec3dcbff5997abf1b05529410488a91c7e4909
