[INFO] crate plotters-svg 0.1.1 is already in cache
[INFO] checking plotters-svg-0.1.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate plotters-svg 0.1.1 into /workspace/builds/worker-1/source
[INFO] validating manifest of crates.io crate plotters-svg 0.1.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-1/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 70acf0ba677c4bdec399079fc4915f2621adfeeeb2d2463c731a95c044990c39
[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" "70acf0ba677c4bdec399079fc4915f2621adfeeeb2d2463c731a95c044990c39"`
[INFO] [stderr]     Checking plotters-backend v0.0.1
[INFO] [stderr]     Checking 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" "70acf0ba677c4bdec399079fc4915f2621adfeeeb2d2463c731a95c044990c39"`
[INFO] running `"docker" "rm" "-f" "70acf0ba677c4bdec399079fc4915f2621adfeeeb2d2463c731a95c044990c39"`
[INFO] [stdout] 70acf0ba677c4bdec399079fc4915f2621adfeeeb2d2463c731a95c044990c39
