[INFO] crate plotters-svg 0.1.1 is already in cache [INFO] testing plotters-svg-0.1.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate plotters-svg 0.1.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate plotters-svg 0.1.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate plotters-svg 0.1.1 [INFO] finished tweaking crates.io crate plotters-svg 0.1.1 [INFO] tweaked toml for crates.io crate plotters-svg 0.1.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d5d5dcac219196d3866c5040254f2034be7509c3d19d2dc0300597d8bc39c7d8 [INFO] running `"docker" "start" "-a" "d5d5dcac219196d3866c5040254f2034be7509c3d19d2dc0300597d8bc39c7d8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling plotters-backend v0.0.1 [INFO] [stderr] Compiling plotters-svg v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `"docker" "inspect" "d5d5dcac219196d3866c5040254f2034be7509c3d19d2dc0300597d8bc39c7d8"` [INFO] running `"docker" "rm" "-f" "d5d5dcac219196d3866c5040254f2034be7509c3d19d2dc0300597d8bc39c7d8"` [INFO] [stdout] d5d5dcac219196d3866c5040254f2034be7509c3d19d2dc0300597d8bc39c7d8 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stdout] facc24f86c883185eef6e0ac38d02db1779519fcaa58f44cc4bb2d25060c3e53 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "facc24f86c883185eef6e0ac38d02db1779519fcaa58f44cc4bb2d25060c3e53"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling plotters-svg v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/svg.rs:578:9 [INFO] [stderr] | [INFO] [stderr] 578 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/svg.rs:577:9 [INFO] [stderr] | [INFO] [stderr] 577 | use plotters::element::Circle; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/svg.rs:579:9 [INFO] [stderr] | [INFO] [stderr] 579 | use plotters::style::text_anchor::{HPos, Pos, VPos}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `plotters::element::Circle`, `plotters::style::text_anchor::HPos`, `plotters::style::text_anchor::Pos`, `plotters::style::text_anchor::VPos` [INFO] [stderr] --> src/svg.rs:577:9 [INFO] [stderr] | [INFO] [stderr] 577 | use plotters::element::Circle; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 578 | use plotters::prelude::*; [INFO] [stderr] 579 | use plotters::style::text_anchor::{HPos, Pos, VPos}; [INFO] [stderr] | ^^^^ ^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> src/svg.rs:602:29 [INFO] [stderr] | [INFO] [stderr] 602 | let mut chart = ChartBuilder::on(&root) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `ChartBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextStyle` [INFO] [stderr] --> src/svg.rs:636:25 [INFO] [stderr] | [INFO] [stderr] 636 | let style = TextStyle::from(("sans-serif", 20).into_font()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `TextStyle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Pos` [INFO] [stderr] --> src/svg.rs:637:22 [INFO] [stderr] | [INFO] [stderr] 637 | .pos(Pos::new(HPos::Right, VPos::Top)); [INFO] [stderr] | ^^^ use of undeclared type or module `Pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Pos` [INFO] [stderr] --> src/svg.rs:640:35 [INFO] [stderr] | [INFO] [stderr] 640 | let style = style.pos(Pos::new(HPos::Center, VPos::Top)); [INFO] [stderr] | ^^^ use of undeclared type or module `Pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Pos` [INFO] [stderr] --> src/svg.rs:643:35 [INFO] [stderr] | [INFO] [stderr] 643 | let style = style.pos(Pos::new(HPos::Left, VPos::Top)); [INFO] [stderr] | ^^^ use of undeclared type or module `Pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> src/svg.rs:673:29 [INFO] [stderr] | [INFO] [stderr] 673 | let mut chart = ChartBuilder::on(&root) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `ChartBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle` [INFO] [stderr] --> src/svg.rs:704:40 [INFO] [stderr] | [INFO] [stderr] 704 | ... root.draw(&Circle::new((x, y), 3, &BLACK.mix(0.5))).unwrap(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Circle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextStyle` [INFO] [stderr] --> src/svg.rs:705:41 [INFO] [stderr] | [INFO] [stderr] 705 | ... let style = TextStyle::from(("sans-serif", 20).into_font()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `TextStyle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Pos` [INFO] [stderr] --> src/svg.rs:706:38 [INFO] [stderr] | [INFO] [stderr] 706 | ... .pos(Pos::new(*h_pos, *v_pos)) [INFO] [stderr] | ^^^ use of undeclared type or module `Pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextStyle` [INFO] [stderr] --> src/svg.rs:733:25 [INFO] [stderr] | [INFO] [stderr] 733 | let style = TextStyle::from(("sans-serif", 20).into_font()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `TextStyle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Pos` [INFO] [stderr] --> src/svg.rs:734:22 [INFO] [stderr] | [INFO] [stderr] 734 | .pos(Pos::new(HPos::Center, VPos::Center)); [INFO] [stderr] | ^^^ use of undeclared type or module `Pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> src/svg.rs:762:29 [INFO] [stderr] | [INFO] [stderr] 762 | let mut chart = ChartBuilder::on(&root) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `ChartBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle` [INFO] [stderr] --> src/svg.rs:776:46 [INFO] [stderr] | [INFO] [stderr] 776 | .draw_series(std::iter::once(Circle::new((5, 15), 5, &RED))) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Circle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle` [INFO] [stderr] --> src/svg.rs:779:34 [INFO] [stderr] | [INFO] [stderr] 779 | .legend(|(x, y)| Circle::new((x, y), 3, RED.filled())); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Circle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle` [INFO] [stderr] --> src/svg.rs:782:46 [INFO] [stderr] | [INFO] [stderr] 782 | .draw_series(std::iter::once(Circle::new((5, 15), 10, &BLUE))) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Circle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle` [INFO] [stderr] --> src/svg.rs:785:34 [INFO] [stderr] | [INFO] [stderr] 785 | .legend(|(x, y)| Circle::new((x, y), 3, BLUE.filled())); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Circle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/svg.rs:788:17 [INFO] [stderr] | [INFO] [stderr] 788 | SeriesLabelPosition::UpperLeft, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/svg.rs:789:17 [INFO] [stderr] | [INFO] [stderr] 789 | SeriesLabelPosition::MiddleLeft, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/svg.rs:790:17 [INFO] [stderr] | [INFO] [stderr] 790 | SeriesLabelPosition::LowerLeft, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/svg.rs:791:17 [INFO] [stderr] | [INFO] [stderr] 791 | SeriesLabelPosition::UpperMiddle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/svg.rs:792:17 [INFO] [stderr] | [INFO] [stderr] 792 | SeriesLabelPosition::MiddleMiddle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/svg.rs:793:17 [INFO] [stderr] | [INFO] [stderr] 793 | SeriesLabelPosition::LowerMiddle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/svg.rs:794:17 [INFO] [stderr] | [INFO] [stderr] 794 | SeriesLabelPosition::UpperRight, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/svg.rs:795:17 [INFO] [stderr] | [INFO] [stderr] 795 | SeriesLabelPosition::MiddleRight, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/svg.rs:796:17 [INFO] [stderr] | [INFO] [stderr] 796 | SeriesLabelPosition::LowerRight, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/svg.rs:797:17 [INFO] [stderr] | [INFO] [stderr] 797 | SeriesLabelPosition::Coordinate(70, 70), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> src/svg.rs:704:64 [INFO] [stderr] | [INFO] [stderr] 704 | ... root.draw(&Circle::new((x, y), 3, &BLACK.mix(0.5))).unwrap(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/svg.rs:776:71 [INFO] [stderr] | [INFO] [stderr] 776 | .draw_series(std::iter::once(Circle::new((5, 15), 5, &RED))) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/svg.rs:779:57 [INFO] [stderr] | [INFO] [stderr] 779 | .legend(|(x, y)| Circle::new((x, y), 3, RED.filled())); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> src/svg.rs:782:72 [INFO] [stderr] | [INFO] [stderr] 782 | .draw_series(std::iter::once(Circle::new((5, 15), 10, &BLUE))) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> src/svg.rs:785:57 [INFO] [stderr] | [INFO] [stderr] 785 | .legend(|(x, y)| Circle::new((x, y), 3, BLUE.filled())); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> src/svg.rs:803:36 [INFO] [stderr] | [INFO] [stderr] 803 | .border_style(&BLACK.mix(0.5)) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/svg.rs:820:24 [INFO] [stderr] | [INFO] [stderr] 820 | root.fill(&WHITE).unwrap(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> src/svg.rs:824:52 [INFO] [stderr] | [INFO] [stderr] 824 | root.draw_pixel((50 + i, 50 + i), &BLACK.mix(alpha)) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `svg::SVGBackend<'_>` in the current scope [INFO] [stderr] --> src/svg.rs:600:74 [INFO] [stderr] | [INFO] [stderr] 75 | pub struct SVGBackend<'a> { [INFO] [stderr] | ------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 600 | let root = SVGBackend::with_string(&mut content, (500, 500)).into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `svg::SVGBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> src/svg.rs:636:60 [INFO] [stderr] | [INFO] [stderr] 636 | let style = TextStyle::from(("sans-serif", 20).into_font()) [INFO] [stderr] | ^^^^^^^^^ method not found in `(&'static str, {integer})` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `svg::SVGBackend<'_>` in the current scope [INFO] [stderr] --> src/svg.rs:668:75 [INFO] [stderr] | [INFO] [stderr] 75 | pub struct SVGBackend<'a> { [INFO] [stderr] | ------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 668 | let root = SVGBackend::with_string(&mut content, (1500, 800)).into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `svg::SVGBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> src/svg.rs:670:59 [INFO] [stderr] | [INFO] [stderr] 670 | .titled("Image Title", ("sans-serif", 60).into_font()) [INFO] [stderr] | ^^^^^^^^^ method not found in `(&'static str, {integer})` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> src/svg.rs:705:76 [INFO] [stderr] | [INFO] [stderr] 705 | ... let style = TextStyle::from(("sans-serif", 20).into_font()) [INFO] [stderr] | ^^^^^^^^^ method not found in `(&'static str, {integer})` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `svg::SVGBackend<'_>` in the current scope [INFO] [stderr] --> src/svg.rs:731:18 [INFO] [stderr] | [INFO] [stderr] 75 | pub struct SVGBackend<'a> { [INFO] [stderr] | ------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 731 | .into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `svg::SVGBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> src/svg.rs:733:60 [INFO] [stderr] | [INFO] [stderr] 733 | let style = TextStyle::from(("sans-serif", 20).into_font()) [INFO] [stderr] | ^^^^^^^^^ method not found in `(&'static str, {integer})` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `svg::SVGBackend<'_>` in the current scope [INFO] [stderr] --> src/svg.rs:760:79 [INFO] [stderr] | [INFO] [stderr] 75 | pub struct SVGBackend<'a> { [INFO] [stderr] | ------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 760 | let root = SVGBackend::with_string(&mut content, (width, height)).into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `svg::SVGBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `svg::SVGBackend<'_>` in the current scope [INFO] [stderr] --> src/svg.rs:819:18 [INFO] [stderr] | [INFO] [stderr] 75 | pub struct SVGBackend<'a> { [INFO] [stderr] | ------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 819 | .into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `svg::SVGBackend<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 47 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `plotters-svg`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "facc24f86c883185eef6e0ac38d02db1779519fcaa58f44cc4bb2d25060c3e53"` [INFO] running `"docker" "rm" "-f" "facc24f86c883185eef6e0ac38d02db1779519fcaa58f44cc4bb2d25060c3e53"` [INFO] [stdout] facc24f86c883185eef6e0ac38d02db1779519fcaa58f44cc4bb2d25060c3e53