[INFO] fetching crate elastiql 0.5.0... [INFO] testing elastiql-0.5.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate elastiql 0.5.0 into /workspace/builds/worker-25/source [INFO] validating manifest of crates.io crate elastiql 0.5.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate elastiql 0.5.0 [INFO] finished tweaking crates.io crate elastiql 0.5.0 [INFO] tweaked toml for crates.io crate elastiql 0.5.0 written to /workspace/builds/worker-25/source/Cargo.toml [INFO] crate crates.io crate elastiql 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 71078c9438ada9e9a325aff0ddb701b626a3332007441cc58553e86bde125940 [INFO] running `Command { std: "docker" "start" "-a" "71078c9438ada9e9a325aff0ddb701b626a3332007441cc58553e86bde125940", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "71078c9438ada9e9a325aff0ddb701b626a3332007441cc58553e86bde125940", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71078c9438ada9e9a325aff0ddb701b626a3332007441cc58553e86bde125940", kill_on_drop: false }` [INFO] [stdout] 71078c9438ada9e9a325aff0ddb701b626a3332007441cc58553e86bde125940 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 495d8edfcb1db8fbef509b7297179c6b63d0f450434bd2b52351889b140cd533 [INFO] running `Command { std: "docker" "start" "-a" "495d8edfcb1db8fbef509b7297179c6b63d0f450434bd2b52351889b140cd533", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.67 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling typed-builder v0.9.0 [INFO] [stderr] Compiling elastiql v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/aggregation/serialization_deserialization.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | #[inline] [INFO] [stdout] | ^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/aggregation/serialization_deserialization.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 225 | #[inline] [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] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `status` [INFO] [stdout] --> src/bulk.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | status: u16, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `OkItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bulk.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.96s [INFO] running `Command { std: "docker" "inspect" "495d8edfcb1db8fbef509b7297179c6b63d0f450434bd2b52351889b140cd533", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "495d8edfcb1db8fbef509b7297179c6b63d0f450434bd2b52351889b140cd533", kill_on_drop: false }` [INFO] [stdout] 495d8edfcb1db8fbef509b7297179c6b63d0f450434bd2b52351889b140cd533 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e29a6fc09ba3832043015eecd3adb30352ad224b50ca35d230d1f83840a0710f [INFO] running `Command { std: "docker" "start" "-a" "e29a6fc09ba3832043015eecd3adb30352ad224b50ca35d230d1f83840a0710f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling futures-core v0.3.13 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling futures-sink v0.3.13 [INFO] [stderr] Compiling futures-task v0.3.13 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling httparse v1.3.5 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling httpdate v0.3.2 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling ipnet v2.3.0 [INFO] [stderr] Compiling base64 v0.11.0 [INFO] [stderr] Compiling dyn-clone v1.0.4 [INFO] [stderr] Compiling tokio v1.3.0 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling tracing-core v0.1.17 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling elasticsearch v7.12.1-alpha.1 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling pin-project-internal v1.0.5 [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/aggregation/serialization_deserialization.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | #[inline] [INFO] [stdout] | ^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/aggregation/serialization_deserialization.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 225 | #[inline] [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] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `status` [INFO] [stdout] --> src/bulk.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | status: u16, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `OkItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bulk.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling futures-channel v0.3.13 [INFO] [stderr] Compiling futures-util v0.3.13 [INFO] [stderr] Compiling darling_core v0.12.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling http v0.2.3 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling mio v0.7.9 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling pin-project v1.0.5 [INFO] [stderr] Compiling http-body v0.4.0 [INFO] [stderr] Compiling darling_macro v0.12.2 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling darling v0.12.2 [INFO] [stderr] Compiling serde_with_macros v1.4.1 [INFO] [stderr] Compiling serde_with v1.6.4 [INFO] [stderr] Compiling tokio-util v0.6.4 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling async-compression v0.3.7 [INFO] [stderr] Compiling h2 v0.3.1 [INFO] [stderr] Compiling hyper v0.14.4 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.2 [INFO] [stderr] Compiling elastiql v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `id` [INFO] [stdout] --> examples/search.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | id: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `User` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/search.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> examples/search.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `User` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/search.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/aggregation/serialization_deserialization.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | #[inline] [INFO] [stdout] | ^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/aggregation/serialization_deserialization.rs:225:5 [INFO] [stdout] | [INFO] [stdout] 225 | #[inline] [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] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `status` [INFO] [stdout] --> src/bulk.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | status: u16, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `OkItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bulk.rs:65:23 [INFO] [stdout] | [INFO] [stdout] 65 | #[derive(Deserialize, Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 32.53s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/elastiql-e8dcba1754ae7e58) [INFO] running `Command { std: "docker" "inspect" "e29a6fc09ba3832043015eecd3adb30352ad224b50ca35d230d1f83840a0710f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e29a6fc09ba3832043015eecd3adb30352ad224b50ca35d230d1f83840a0710f", kill_on_drop: false }` [INFO] [stdout] e29a6fc09ba3832043015eecd3adb30352ad224b50ca35d230d1f83840a0710f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dcfbd2f53a5f47f49480631daf6062686516012173fa2ec36aadcb990d8d6705 [INFO] running `Command { std: "docker" "start" "-a" "dcfbd2f53a5f47f49480631daf6062686516012173fa2ec36aadcb990d8d6705", kill_on_drop: false }` [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/aggregation/serialization_deserialization.rs:226:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 75 tests [INFO] [stderr] 226 | #[inline] [INFO] [stderr] | ^^^^^^^^^ help: remove this attribute [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] note: attribute also specified here [INFO] [stderr] --> src/aggregation/serialization_deserialization.rs:225:5 [INFO] [stderr] | [INFO] [stderr] 225 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] [INFO] [stderr] warning: field is never read: `status` [INFO] [stderr] --> src/bulk.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | status: u16, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `OkItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/bulk.rs:65:23 [INFO] [stderr] | [INFO] [stderr] 65 | #[derive(Deserialize, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `elastiql` (lib) generated 2 warnings [INFO] [stderr] warning: field is never read: `id` [INFO] [stderr] --> examples/search.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | id: String, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `User` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/search.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Deserialize, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> examples/search.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `User` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/search.rs:8:23 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Deserialize, Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `elastiql` (example "search") generated 2 warnings [INFO] [stderr] warning: `elastiql` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.59s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/elastiql-e8dcba1754ae7e58) [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_input::simple_with_metadata::can_serialize ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_input::simple ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_results::auto_date_histogram::can_deserialize ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_input::date_range_with_nest::can_deserialize ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_results::simple_with_nest::can_deserialize ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::simple ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_results::simple_with_skip::can_deserialize ... ok [INFO] [stdout] test search::query::match_::tests::missing_query_is_err ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_results::simple ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_results::complex_with_nest::can_deserialize ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_input::simple_with_metadata::can_deserialize ... ok [INFO] [stdout] test search::query::match_::tests::simple::can_deserialize ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_results::simple_with_metadata::can_deserialize ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_results::date_range_with_nest::can_deserialize ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_results::simple_without_nest::can_deserialize ... ok [INFO] [stdout] test search::query::match_::tests::invalid_query_is_err ... ok [INFO] [stdout] test search::query::prefix::tests::deserialize_missing_values_is_err ... ok [INFO] [stdout] test search::query::prefix::tests::with_case_insensitive::can_deserialize ... ok [INFO] [stdout] test search::query::prefix::tests::without_case_insensitive::can_serialize ... ok [INFO] [stdout] test search::query::match_::tests::simple::can_serialize ... ok [INFO] [stdout] test search::query::prefix::tests::deserialize_invalid_case_insensitive_is_err ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_input::simple_with_nest::can_serialize ... ok [INFO] [stdout] test search::query::range::tests::simple::can_deserialize ... ok [INFO] [stdout] test search::query::range::tests::deserialize_missing_all_ranges_is_err ... ok [INFO] [stdout] test search::query::prefix::tests::with_case_insensitive::can_serialize ... ok [INFO] [stdout] test search::query::prefix::tests::without_case_insensitive::can_deserialize ... ok [INFO] [stdout] test search::query::range::tests::deserialize_invalid_ranges_is_err ... ok [INFO] [stdout] test search::query::prefix::tests::deserialize_invalid_values_is_err ... ok [INFO] [stdout] test search::query::prefix::tests::simple::can_deserialize ... ok [INFO] [stdout] test search::query::range::tests::deserialize_invalid_boost_is_err ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_results::bucketing_agg_as_leaf_node::can_deserialize ... ok [INFO] [stdout] test search::query::prefix::tests::simple::can_serialize ... ok [INFO] [stdout] test search::query::range::tests::with_boost::can_deserialize ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_input::date_range_with_nest::can_serialize ... ok [INFO] [stdout] test search::query::regexp::tests::deserialize_missing_values_is_err ... ok [INFO] [stdout] test search::query::range::tests::with_time_zone::can_deserialize ... ok [INFO] [stdout] test search::query::range::tests::without_boost::can_deserialize ... ok [INFO] [stdout] test search::query::range::tests::with_boost::can_serialize ... ok [INFO] [stdout] test search::query::range::tests::with_time_zone::can_serialize ... ok [INFO] [stdout] test search::query::range::tests::simple::can_serialize ... ok [INFO] [stdout] test search::query::range::tests::without_boost::can_serialize ... ok [INFO] [stdout] test search::query::regexp::tests::simple::can_deserialize ... ok [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_results::date_histogram::can_deserialize ... ok [INFO] [stdout] test search::query::terms::tests::simple::can_deserialize ... ok [INFO] [stdout] test search::query::terms::tests::simple::can_serialize ... ok [INFO] [stdout] test search::query::terms::tests::with_boost::can_deserialize ... ok [INFO] [stdout] test search::sort::tests::can_serialize_with_everything ... ok [INFO] [stdout] test search::query::regexp::tests::simple::can_serialize ... ok [INFO] [stdout] test search::query::terms::tests::with_boost::can_serialize ... ok [INFO] [stdout] test search::sort::tests::can_serialize_with_order ... ok [INFO] [stdout] test search::sort::tests::can_serialize_default ... ok [INFO] [stdout] test search::sort::tests::can_serialize_with_special_field ... ok [INFO] [stdout] test search::sort::tests::can_deserialize_with_everything ... ok [INFO] [stdout] test search::query::terms::tests::without_boost::can_serialize ... ok [INFO] [stdout] test search::query::terms::tests::deserialize_missing_values_is_err ... ok [INFO] [stdout] test search::query::terms::tests::deserialize_invalid_values_is_err ... ok [INFO] [stdout] test search::query::term::tests::without_boost::can_serialize ... ok [INFO] [stdout] test search::query::term::tests::without_boost::can_deserialize ... ok [INFO] [stdout] test search::query::term::tests::with_boost::can_deserialize ... ok [INFO] [stdout] test search::query::term::tests::simple::can_serialize ... ok [INFO] [stdout] test search::query::term::tests::deserialize_missing_values_is_err ... ok [INFO] [stdout] test search::query::term::tests::deserialize_invalid_boost_is_err ... ok [INFO] [stdout] test search::query::regexp::tests::without_flags::can_serialize ... ok [INFO] [stdout] test search::query::regexp::tests::deserialize_invalid_flags_is_err ... ok [INFO] [stdout] test search::sort::tests::can_serialize_with_mode ... ok [INFO] [stdout] test search::query::regexp::tests::deserialize_invalid_values_is_err ... ok [INFO] [stdout] test search::query::regexp::tests::with_flags::can_deserialize ... ok [INFO] [stdout] test search::query::term::tests::with_boost::can_serialize ... ok [INFO] [stdout] test search::query::terms::tests::without_boost::can_deserialize ... ok [INFO] [stdout] test search::query::term::tests::deserialize_invalid_values_is_err ... ok [INFO] [stdout] test search::query::terms::tests::deserialize_invalid_boost_is_err ... ok [INFO] [stdout] test search::query::regexp::tests::with_flags::can_serialize ... ok [INFO] [stdout] test search::query::term::tests::simple::can_deserialize ... ok [INFO] [stdout] test search::query::regexp::tests::without_flags::can_deserialize ... ok [INFO] [stderr] Doc-tests elastiql [INFO] [stdout] test aggregation::serialization_deserialization::tests::aggregation_input::simple_with_nest::can_deserialize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "dcfbd2f53a5f47f49480631daf6062686516012173fa2ec36aadcb990d8d6705", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcfbd2f53a5f47f49480631daf6062686516012173fa2ec36aadcb990d8d6705", kill_on_drop: false }` [INFO] [stdout] dcfbd2f53a5f47f49480631daf6062686516012173fa2ec36aadcb990d8d6705