[INFO] fetching crate rs-es 0.12.3... [INFO] checking rs-es-0.12.3 against master#db1fb85cff63ad5fffe435e17128f99f9e1d970c for pr-89056 [INFO] extracting crate rs-es 0.12.3 into /workspace/builds/worker-109/source [INFO] validating manifest of crates.io crate rs-es 0.12.3 on toolchain db1fb85cff63ad5fffe435e17128f99f9e1d970c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-109/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d27cf679dd11ee0db9ea09b914c185f2f705092e074f4c917fa68e70ef83c02 [INFO] running `Command { std: "docker" "start" "-a" "8d27cf679dd11ee0db9ea09b914c185f2f705092e074f4c917fa68e70ef83c02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d27cf679dd11ee0db9ea09b914c185f2f705092e074f4c917fa68e70ef83c02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d27cf679dd11ee0db9ea09b914c185f2f705092e074f4c917fa68e70ef83c02", kill_on_drop: false }` [INFO] [stdout] 8d27cf679dd11ee0db9ea09b914c185f2f705092e074f4c917fa68e70ef83c02 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8447fab9a0ca1d9b1c7b7f830825d42484b5acb6d8739097f75f757653603fa8 [INFO] running `Command { std: "docker" "start" "-a" "8447fab9a0ca1d9b1c7b7f830825d42484b5acb6d8739097f75f757653603fa8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking hyper v0.12.36 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] Checking rs-es v0.12.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: 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] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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 [INFO] [stdout] = note: this warning originates in the macro `return_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `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 associated function `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 associated function `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: use of deprecated associated function `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 associated function `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 associated function `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: 78 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 78 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.98s [INFO] running `Command { std: "docker" "inspect" "8447fab9a0ca1d9b1c7b7f830825d42484b5acb6d8739097f75f757653603fa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8447fab9a0ca1d9b1c7b7f830825d42484b5acb6d8739097f75f757653603fa8", kill_on_drop: false }` [INFO] [stdout] 8447fab9a0ca1d9b1c7b7f830825d42484b5acb6d8739097f75f757653603fa8