[INFO] fetching crate elastic-queries 0.1.0... [INFO] testing elastic-queries-0.1.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate elastic-queries 0.1.0 into /workspace/builds/worker-16/source [INFO] validating manifest of crates.io crate elastic-queries 0.1.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 elastic-queries 0.1.0 [INFO] finished tweaking crates.io crate elastic-queries 0.1.0 [INFO] tweaked toml for crates.io crate elastic-queries 0.1.0 written to /workspace/builds/worker-16/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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] ee6c01d117a805ecab2e929c1e452a9f04e57dc77c77c7a462e032dc1c78e0b3 [INFO] running `Command { std: "docker" "start" "-a" "ee6c01d117a805ecab2e929c1e452a9f04e57dc77c77c7a462e032dc1c78e0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee6c01d117a805ecab2e929c1e452a9f04e57dc77c77c7a462e032dc1c78e0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee6c01d117a805ecab2e929c1e452a9f04e57dc77c77c7a462e032dc1c78e0b3", kill_on_drop: false }` [INFO] [stdout] ee6c01d117a805ecab2e929c1e452a9f04e57dc77c77c7a462e032dc1c78e0b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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] 8e0291d080e5c545e961be031cfe4c07901613c20e6786326faba3cbc5fcefc2 [INFO] running `Command { std: "docker" "start" "-a" "8e0291d080e5c545e961be031cfe4c07901613c20e6786326faba3cbc5fcefc2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling derive_builder v0.5.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling derive_builder_core v0.2.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling elastic-queries v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(custom_attribute)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#![register_tool]` and `#![register_attr]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `marco_use` in this scope [INFO] [stdout] --> src/lib.rs:10:3 [INFO] [stdout] | [INFO] [stdout] 10 | #[marco_use] [INFO] [stdout] | ^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_use` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/aggregations/mod.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | fn set_aggs(&mut self, Option); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Option` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `BucketAggregation` is imported redundantly [INFO] [stdout] --> src/aggregations/mod.rs:175:13 [INFO] [stdout] | [INFO] [stdout] 68 | / pub trait BucketAggregation { [INFO] [stdout] 69 | | /// Simple addition of child Aggregration [INFO] [stdout] 70 | | fn add_child(&mut self, name: &str, agg: Aggregation) { [INFO] [stdout] 71 | | if let None = self.aggs() { [INFO] [stdout] ... | [INFO] [stdout] 175 | | use aggregations::BucketAggregation; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... | [INFO] [stdout] 190 | | } [INFO] [stdout] 191 | | } [INFO] [stdout] | |_- the item `BucketAggregation` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `epoch_millis` should have an upper camel case name [INFO] [stdout] --> src/filters/common.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | epoch_millis, //epoch in ms [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EpochMillis` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `epoch_second` should have an upper camel case name [INFO] [stdout] --> src/filters/common.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | epoch_second, //epoch in s [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `EpochSecond` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `basic_date` should have an upper camel case name [INFO] [stdout] --> src/filters/common.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | basic_date, //yyyyMMdd [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to upper camel case: `BasicDate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `basic_date_time` should have an upper camel case name [INFO] [stdout] --> src/filters/common.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | basic_date_time, //yyyyMMdd'T'HHmmss.SSSZ [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `BasicDateTime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(iterator_for_each)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `iterator_for_each` has been stable since 1.21.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(iterator_for_each)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0554, E0557. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `elastic-queries` due to 4 previous errors; 7 warnings emitted [INFO] running `Command { std: "docker" "inspect" "8e0291d080e5c545e961be031cfe4c07901613c20e6786326faba3cbc5fcefc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e0291d080e5c545e961be031cfe4c07901613c20e6786326faba3cbc5fcefc2", kill_on_drop: false }` [INFO] [stdout] 8e0291d080e5c545e961be031cfe4c07901613c20e6786326faba3cbc5fcefc2