[INFO] fetching crate technical_indicators 0.5.0... [INFO] checking technical_indicators-0.5.0 against try#cac44d9528e3bbbdaa1537d187bd489ccc5de18c for pr-91141 [INFO] extracting crate technical_indicators 0.5.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate technical_indicators 0.5.0 on toolchain cac44d9528e3bbbdaa1537d187bd489ccc5de18c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate technical_indicators 0.5.0 [INFO] finished tweaking crates.io crate technical_indicators 0.5.0 [INFO] tweaked toml for crates.io crate technical_indicators 0.5.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e51175283410b0fc5b309b68e1112ed38515563c129c235ec34ab2bdc7aee652 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e51175283410b0fc5b309b68e1112ed38515563c129c235ec34ab2bdc7aee652", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e51175283410b0fc5b309b68e1112ed38515563c129c235ec34ab2bdc7aee652", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e51175283410b0fc5b309b68e1112ed38515563c129c235ec34ab2bdc7aee652", kill_on_drop: false }` [INFO] [stdout] e51175283410b0fc5b309b68e1112ed38515563c129c235ec34ab2bdc7aee652 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+cac44d9528e3bbbdaa1537d187bd489ccc5de18c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f1bfd6eaa6685c00d541246c128a88239551c7a0652261570f1a902c6a7e264 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3f1bfd6eaa6685c00d541246c128a88239551c7a0652261570f1a902c6a7e264", kill_on_drop: false }` [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking technical_indicators v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | chart: &'chart Chart, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:45:31 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn new(chart: &'chart Chart, series_type: Source) -> Self { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:75:28 [INFO] [stdout] | [INFO] [stdout] 75 | fn as_chart(&self) -> &Chart; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:90:28 [INFO] [stdout] | [INFO] [stdout] 90 | let chart: &'chart Chart = self.as_chart(); [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:95:28 [INFO] [stdout] | [INFO] [stdout] 95 | let chart: &'chart Chart = self.as_chart(); [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:100:28 [INFO] [stdout] | [INFO] [stdout] 100 | let chart: &'chart Chart = self.as_chart(); [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:105:28 [INFO] [stdout] | [INFO] [stdout] 105 | let chart: &'chart Chart = self.as_chart(); [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:110:28 [INFO] [stdout] | [INFO] [stdout] 110 | let chart: &'chart Chart = self.as_chart(); [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/candlestick.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn as_chart(&self) -> &Chart { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `charts::SourceSeries` [INFO] [stdout] --> src/indicators/ichimoku.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use charts::SourceSeries; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/indicators/ichimoku.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | chart: &'chart Chart, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/indicators/ichimoku.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | chart: &'chart Chart, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/indicators/ichimoku.rs:41:35 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn default(chart: &'chart Chart) -> Self { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `offset` [INFO] [stdout] --> src/charts/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | offset: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 39 | chart: &'chart Chart, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:45:31 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn new(chart: &'chart Chart, series_type: Source) -> Self { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:75:28 [INFO] [stdout] | [INFO] [stdout] 75 | fn as_chart(&self) -> &Chart; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:90:28 [INFO] [stdout] | [INFO] [stdout] 90 | let chart: &'chart Chart = self.as_chart(); [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:95:28 [INFO] [stdout] | [INFO] [stdout] 95 | let chart: &'chart Chart = self.as_chart(); [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:100:28 [INFO] [stdout] | [INFO] [stdout] 100 | let chart: &'chart Chart = self.as_chart(); [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:105:28 [INFO] [stdout] | [INFO] [stdout] 105 | let chart: &'chart Chart = self.as_chart(); [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/mod.rs:110:28 [INFO] [stdout] | [INFO] [stdout] 110 | let chart: &'chart Chart = self.as_chart(); [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/charts/candlestick.rs:20:28 [INFO] [stdout] | [INFO] [stdout] 20 | fn as_chart(&self) -> &Chart { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `charts::SourceSeries` [INFO] [stdout] --> src/indicators/ichimoku.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use charts::SourceSeries; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/indicators/ichimoku.rs:10:20 [INFO] [stdout] | [INFO] [stdout] 10 | chart: &'chart Chart, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/indicators/ichimoku.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | chart: &'chart Chart, [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/indicators/ichimoku.rs:41:35 [INFO] [stdout] | [INFO] [stdout] 41 | pub fn default(chart: &'chart Chart) -> Self { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn Chart` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `offset` [INFO] [stdout] --> src/charts/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | offset: usize, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `Command { std: "docker" "inspect" "3f1bfd6eaa6685c00d541246c128a88239551c7a0652261570f1a902c6a7e264", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f1bfd6eaa6685c00d541246c128a88239551c7a0652261570f1a902c6a7e264", kill_on_drop: false }` [INFO] [stdout] 3f1bfd6eaa6685c00d541246c128a88239551c7a0652261570f1a902c6a7e264