[INFO] fetching crate cubic_spline 0.9.9... [INFO] checking cubic_spline-0.9.9 against beta for pr-78714 [INFO] extracting crate cubic_spline 0.9.9 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate cubic_spline 0.9.9 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate cubic_spline 0.9.9 [INFO] finished tweaking crates.io crate cubic_spline 0.9.9 [INFO] tweaked toml for crates.io crate cubic_spline 0.9.9 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e5c8cae5b6b65f6a59e8c8e4c871df2160ee48134879dc0176df925c33dbc355 [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" "e5c8cae5b6b65f6a59e8c8e4c871df2160ee48134879dc0176df925c33dbc355", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5c8cae5b6b65f6a59e8c8e4c871df2160ee48134879dc0176df925c33dbc355", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5c8cae5b6b65f6a59e8c8e4c871df2160ee48134879dc0176df925c33dbc355", kill_on_drop: false }` [INFO] [stdout] e5c8cae5b6b65f6a59e8c8e4c871df2160ee48134879dc0176df925c33dbc355 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62fea95ef11ebf3b2028c15a986031318565317909ad3b461c2fd6d969b933ea [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" "62fea95ef11ebf3b2028c15a986031318565317909ad3b461c2fd6d969b933ea", kill_on_drop: false }` [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.68 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.68 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.68 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.68 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.68 [INFO] [stderr] Checking cubic_spline v0.9.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated trait `calc::CalcPoints` [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | pub use calc::CalcPoints; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `opts::SplineOptsBuilder`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/lib.rs:86:28 [INFO] [stdout] | [INFO] [stdout] 86 | pub use opts::{SplineOpts, SplineOptsBuilder, DEFAULT_SEGMENTS, DEFAULT_TENSION}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/lib.rs:87:18 [INFO] [stdout] | [INFO] [stdout] 87 | pub use points::{GetPoint, SrcPoints}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/lib.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | pub use points::{GetPoint, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/lib.rs:88:18 [INFO] [stdout] | [INFO] [stdout] 88 | pub use result::{PushPoint, SplineResult}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/lib.rs:88:29 [INFO] [stdout] | [INFO] [stdout] 88 | pub use result::{PushPoint, SplineResult}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Spline`: Please use the `calc_spline` function instead [INFO] [stdout] --> src/lib.rs:98:6 [INFO] [stdout] | [INFO] [stdout] 98 | impl Spline { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/lib.rs:120:7 [INFO] [stdout] | [INFO] [stdout] 120 | SplineResult::with_capacity((points.len() / 2) * opts.num_of_segments as usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/lib.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | let mut result: SplineResult = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/lib.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | SrcPoints::new(points).calc(opts, &mut result); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/lib.rs:150:7 [INFO] [stdout] | [INFO] [stdout] 150 | SplineResult::<(f64, f64)>::with_capacity(points.len() * opts.num_of_segments as usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/lib.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | SrcPoints::new(points).calc(opts, &mut result); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/calc.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{result, GetPoint, SplineOpts}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/calc.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | fn calc(&self, opts: &SplineOpts, result: &mut R) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/calc.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | Self: GetPoint, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `calc::CalcPoints` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:1:25 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:1:35 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:1:46 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:1:60 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | impl<'a> GetPoint for SrcPoints<'a, f64> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | impl<'a> GetPoint for SrcPoints<'a, f64> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:19:6 [INFO] [stdout] | [INFO] [stdout] 19 | impl PushPoint for SplineResult { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | impl PushPoint for SplineResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `calc::CalcPoints` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'a> CalcPoints for SrcPoints<'a, f64> {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'a> CalcPoints for SrcPoints<'a, f64> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `calc::CalcPoints` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:1:25 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:1:35 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:1:46 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:1:60 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | impl<'a> GetPoint for SrcPoints<'a, (f64, f64)> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | impl<'a> GetPoint for SrcPoints<'a, (f64, f64)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl PushPoint for SplineResult<(f64, f64)> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | impl PushPoint for SplineResult<(f64, f64)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `calc::CalcPoints` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a> CalcPoints for SrcPoints<'a, (f64, f64)> {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a> CalcPoints for SrcPoints<'a, (f64, f64)> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `opts::SplineOptsBuilder`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:154:6 [INFO] [stdout] | [INFO] [stdout] 154 | impl SplineOptsBuilder { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `opts::SplineOptsBuilder`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:215:18 [INFO] [stdout] | [INFO] [stdout] 215 | impl Default for SplineOptsBuilder { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `opts::SplineOptsBuilder`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | SplineOptsBuilder::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `opts::SplineOptsBuilder`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | SplineOptsBuilder { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/points.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | impl<'a, T> SrcPoints<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/points.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | SrcPoints { pts } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/result.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | impl SplineResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/result.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | impl Default for SplineResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/result.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | SplineResult { pts: Vec::new() } [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/result.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | SplineResult { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/result.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | SplineResult::new() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `calc::CalcPoints` [INFO] [stdout] --> src/lib.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | pub use calc::CalcPoints; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `opts::SplineOptsBuilder`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/lib.rs:86:28 [INFO] [stdout] | [INFO] [stdout] 86 | pub use opts::{SplineOpts, SplineOptsBuilder, DEFAULT_SEGMENTS, DEFAULT_TENSION}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/lib.rs:87:18 [INFO] [stdout] | [INFO] [stdout] 87 | pub use points::{GetPoint, SrcPoints}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/lib.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | pub use points::{GetPoint, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/lib.rs:88:18 [INFO] [stdout] | [INFO] [stdout] 88 | pub use result::{PushPoint, SplineResult}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/lib.rs:88:29 [INFO] [stdout] | [INFO] [stdout] 88 | pub use result::{PushPoint, SplineResult}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `Spline`: Please use the `calc_spline` function instead [INFO] [stdout] --> src/lib.rs:98:6 [INFO] [stdout] | [INFO] [stdout] 98 | impl Spline { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/lib.rs:120:7 [INFO] [stdout] | [INFO] [stdout] 120 | SplineResult::with_capacity((points.len() / 2) * opts.num_of_segments as usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/lib.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | let mut result: SplineResult = [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/lib.rs:122:5 [INFO] [stdout] | [INFO] [stdout] 122 | SrcPoints::new(points).calc(opts, &mut result); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/lib.rs:150:7 [INFO] [stdout] | [INFO] [stdout] 150 | SplineResult::<(f64, f64)>::with_capacity(points.len() * opts.num_of_segments as usize); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/lib.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | SrcPoints::new(points).calc(opts, &mut result); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/calc.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | use super::{result, GetPoint, SplineOpts}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/calc.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | fn calc(&self, opts: &SplineOpts, result: &mut R) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/calc.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 15 | Self: GetPoint, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `calc::CalcPoints` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:1:25 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:1:35 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:1:46 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:1:60 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | impl<'a> GetPoint for SrcPoints<'a, f64> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | impl<'a> GetPoint for SrcPoints<'a, f64> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:19:6 [INFO] [stdout] | [INFO] [stdout] 19 | impl PushPoint for SplineResult { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | impl PushPoint for SplineResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `calc::CalcPoints` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'a> CalcPoints for SrcPoints<'a, f64> {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_flatten_f64.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | impl<'a> CalcPoints for SrcPoints<'a, f64> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `calc::CalcPoints` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:1:25 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:1:35 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:1:46 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:1:60 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, GetPoint, PushPoint, SplineResult, SrcPoints}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `points::GetPoint` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | impl<'a> GetPoint for SrcPoints<'a, (f64, f64)> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:3:23 [INFO] [stdout] | [INFO] [stdout] 3 | impl<'a> GetPoint for SrcPoints<'a, (f64, f64)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `result::PushPoint` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 13 | impl PushPoint for SplineResult<(f64, f64)> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | impl PushPoint for SplineResult<(f64, f64)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `calc::CalcPoints` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a> CalcPoints for SrcPoints<'a, (f64, f64)> {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/impls/impl_tuple_f64.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | impl<'a> CalcPoints for SrcPoints<'a, (f64, f64)> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `opts::SplineOptsBuilder`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:154:6 [INFO] [stdout] | [INFO] [stdout] 154 | impl SplineOptsBuilder { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `opts::SplineOptsBuilder`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:215:18 [INFO] [stdout] | [INFO] [stdout] 215 | impl Default for SplineOptsBuilder { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `opts::SplineOptsBuilder`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 158 | SplineOptsBuilder::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `opts::SplineOptsBuilder`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | SplineOptsBuilder { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/points.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | impl<'a, T> SrcPoints<'a, T> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/points.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | SrcPoints { pts } [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/result.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | impl SplineResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/result.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | impl Default for SplineResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/result.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | SplineResult { pts: Vec::new() } [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/result.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | SplineResult { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/result.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | SplineResult::new() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `calc::CalcPoints` [INFO] [stdout] --> src/tests/mod.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, Error, Points, SplineOpts, SplineResult, SrcPoints, TryFrom}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/tests/mod.rs:1:52 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, Error, Points, SplineOpts, SplineResult, SrcPoints, TryFrom}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/tests/mod.rs:1:66 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{CalcPoints, Error, Points, SplineOpts, SplineResult, SrcPoints, TryFrom}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `points::SrcPoints` [INFO] [stdout] --> src/tests/mod.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | let pts = SrcPoints::<(f64, f64)>::new(&points2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `result::SplineResult` [INFO] [stdout] --> src/tests/mod.rs:23:22 [INFO] [stdout] | [INFO] [stdout] 23 | let mut result = SplineResult::<(f64, f64)>::with_capacity(points.len() * 16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `calc::CalcPoints::calc` [INFO] [stdout] --> src/lib.rs:122:28 [INFO] [stdout] | [INFO] [stdout] 122 | SrcPoints::new(points).calc(opts, &mut result); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `calc::CalcPoints::calc` [INFO] [stdout] --> src/lib.rs:152:28 [INFO] [stdout] | [INFO] [stdout] 152 | SrcPoints::new(points).calc(opts, &mut result); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_y_with_height`: Instead of this please invert points before passing its in calc method with `Points::invert_vertically(H)` [INFO] [stdout] --> src/calc.rs:20:7 [INFO] [stdout] | [INFO] [stdout] 20 | invert_y_with_height, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_x_with_width`: Instead of this please invert points before passing its in calc method with `Points::invert_horizontally(W)` [INFO] [stdout] --> src/calc.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | invert_x_with_width, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `points::GetPoint::len` [INFO] [stdout] --> src/calc.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | for i in 0..(self.len()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `points::GetPoint::points_to_calc` [INFO] [stdout] --> src/calc.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | if let Some(p) = self.points_to_calc(i, &hidden_point_at_start, &hidden_point_at_end) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `result::PushPoint::push_spline_point` [INFO] [stdout] --> src/calc.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | result.push_spline_point(x, y); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_x_with_width`: Instead of this please invert points before passing its in calc method with `Points::invert_horizontally(W)` [INFO] [stdout] --> src/opts.rs:134:7 [INFO] [stdout] | [INFO] [stdout] 134 | invert_x_with_width: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_y_with_height`: Instead of this please invert points before passing its in calc method with `Points::invert_vertically(H)` [INFO] [stdout] --> src/opts.rs:135:7 [INFO] [stdout] | [INFO] [stdout] 135 | invert_y_with_height: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | self.opts [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | self.opts.tension = val; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | self.opts.num_of_segments = val; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | self.opts.invert_x_with_width = Some(val); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_x_with_width`: Instead of this please invert points before passing its in calc method with `Points::invert_horizontally(W)` [INFO] [stdout] --> src/opts.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | self.opts.invert_x_with_width = Some(val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | self.opts.invert_y_with_height = Some(val); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_y_with_height`: Instead of this please invert points before passing its in calc method with `Points::invert_vertically(H)` [INFO] [stdout] --> src/opts.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | self.opts.invert_y_with_height = Some(val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:203:5 [INFO] [stdout] | [INFO] [stdout] 203 | self.opts.hidden_point_at_start = Some(val.into()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | self.opts.hidden_point_at_end = Some(val.into()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:218:7 [INFO] [stdout] | [INFO] [stdout] 218 | opts: SplineOpts::default(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `points::SrcPoints::pts` [INFO] [stdout] --> src/points.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | SrcPoints { pts } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `points::SrcPoints::pts` [INFO] [stdout] --> src/points.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | self.pts [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `calc::CalcPoints::calc` [INFO] [stdout] --> src/lib.rs:122:28 [INFO] [stdout] | [INFO] [stdout] 122 | SrcPoints::new(points).calc(opts, &mut result); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `calc::CalcPoints::calc` [INFO] [stdout] --> src/lib.rs:152:28 [INFO] [stdout] | [INFO] [stdout] 152 | SrcPoints::new(points).calc(opts, &mut result); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `result::SplineResult::pts` [INFO] [stdout] --> src/result.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | SplineResult { pts: Vec::new() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_y_with_height`: Instead of this please invert points before passing its in calc method with `Points::invert_vertically(H)` [INFO] [stdout] --> src/calc.rs:20:7 [INFO] [stdout] | [INFO] [stdout] 20 | invert_y_with_height, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `result::SplineResult::pts` [INFO] [stdout] --> src/result.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | pts: Vec::with_capacity(capacity), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `result::SplineResult::pts` [INFO] [stdout] --> src/result.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | self.pts [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_x_with_width`: Instead of this please invert points before passing its in calc method with `Points::invert_horizontally(W)` [INFO] [stdout] --> src/calc.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | invert_x_with_width, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `result::SplineResult::pts` [INFO] [stdout] --> src/result.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | self.pts.as_mut() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `points::GetPoint::len` [INFO] [stdout] --> src/calc.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | for i in 0..(self.len()) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `points::GetPoint::points_to_calc` [INFO] [stdout] --> src/calc.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | if let Some(p) = self.points_to_calc(i, &hidden_point_at_start, &hidden_point_at_end) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `result::PushPoint::push_spline_point` [INFO] [stdout] --> src/calc.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | result.push_spline_point(x, y); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_x_with_width`: Instead of this please invert points before passing its in calc method with `Points::invert_horizontally(W)` [INFO] [stdout] --> src/opts.rs:134:7 [INFO] [stdout] | [INFO] [stdout] 134 | invert_x_with_width: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_y_with_height`: Instead of this please invert points before passing its in calc method with `Points::invert_vertically(H)` [INFO] [stdout] --> src/opts.rs:135:7 [INFO] [stdout] | [INFO] [stdout] 135 | invert_y_with_height: None, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:169:5 [INFO] [stdout] | [INFO] [stdout] 169 | self.opts [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | self.opts.tension = val; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | self.opts.num_of_segments = val; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | self.opts.invert_x_with_width = Some(val); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_x_with_width`: Instead of this please invert points before passing its in calc method with `Points::invert_horizontally(W)` [INFO] [stdout] --> src/opts.rs:189:5 [INFO] [stdout] | [INFO] [stdout] 189 | self.opts.invert_x_with_width = Some(val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | self.opts.invert_y_with_height = Some(val); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOpts::invert_y_with_height`: Instead of this please invert points before passing its in calc method with `Points::invert_vertically(H)` [INFO] [stdout] --> src/opts.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 196 | self.opts.invert_y_with_height = Some(val); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:203:5 [INFO] [stdout] | [INFO] [stdout] 203 | self.opts.hidden_point_at_start = Some(val.into()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 210 | self.opts.hidden_point_at_end = Some(val.into()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `opts::SplineOptsBuilder::opts`: All its functionality has been moved to the `SplineOpts` [INFO] [stdout] --> src/opts.rs:218:7 [INFO] [stdout] | [INFO] [stdout] 218 | opts: SplineOpts::default(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `points::SrcPoints::pts` [INFO] [stdout] --> src/points.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | SrcPoints { pts } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `points::SrcPoints::pts` [INFO] [stdout] --> src/points.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | self.pts [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `result::SplineResult::pts` [INFO] [stdout] --> src/result.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | SplineResult { pts: Vec::new() } [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `result::SplineResult::pts` [INFO] [stdout] --> src/result.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | pts: Vec::with_capacity(capacity), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `result::SplineResult::pts` [INFO] [stdout] --> src/result.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | self.pts [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `result::SplineResult::pts` [INFO] [stdout] --> src/result.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | self.pts.as_mut() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `calc::CalcPoints::calc` [INFO] [stdout] --> src/tests/mod.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pts.calc(&opts, &mut result); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 73 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 79 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.48s [INFO] running `Command { std: "docker" "inspect" "62fea95ef11ebf3b2028c15a986031318565317909ad3b461c2fd6d969b933ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62fea95ef11ebf3b2028c15a986031318565317909ad3b461c2fd6d969b933ea", kill_on_drop: false }` [INFO] [stdout] 62fea95ef11ebf3b2028c15a986031318565317909ad3b461c2fd6d969b933ea