[INFO] crate plotters-unsable 0.1.13-5c709bb is already in cache
[INFO] checking plotters-unsable-0.1.13-5c709bb against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate plotters-unsable 0.1.13-5c709bb into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate plotters-unsable 0.1.13-5c709bb on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate plotters-unsable 0.1.13-5c709bb
[INFO] finished tweaking crates.io crate plotters-unsable 0.1.13-5c709bb
[INFO] tweaked toml for crates.io crate plotters-unsable 0.1.13-5c709bb written to /workspace/builds/worker-11/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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] cae71e0045befc12021813deecdc5686121c15d02074951481c9e442f5fca465
[INFO] running `"docker" "start" "-a" "cae71e0045befc12021813deecdc5686121c15d02074951481c9e442f5fca465"`
[INFO] [stderr]     Checking svg v0.5.12
[INFO] [stderr]     Checking servo-fontconfig v0.4.0
[INFO] [stderr]     Checking png v0.14.1
[INFO] [stderr]     Checking font-loader v0.8.0
[INFO] [stderr]     Checking image v0.21.3
[INFO] [stderr]     Checking plotters-unsable v0.1.13-5c709bb (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/element/mod.rs:198:22
[INFO] [stderr]     |
[INFO] [stderr] 198 |         points: &mut Iterator<Item = BackendCoord>,
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator<Item = BackendCoord>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/element/mod.rs:206:22
[INFO] [stderr]     |
[INFO] [stderr] 206 |         points: &mut Iterator<Item = BackendCoord>,
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator<Item = BackendCoord>`
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> src/style/font/ttf.rs:80:9
[INFO] [stderr]    |
[INFO] [stderr] 80 |         { Mutex::new(HashMap::new()) };
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/element/mod.rs:198:22
[INFO] [stderr]     |
[INFO] [stderr] 198 |         points: &mut Iterator<Item = BackendCoord>,
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator<Item = BackendCoord>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/element/mod.rs:206:22
[INFO] [stderr]     |
[INFO] [stderr] 206 |         points: &mut Iterator<Item = BackendCoord>,
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator<Item = BackendCoord>`
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary braces around block return value
[INFO] [stderr]   --> src/style/font/ttf.rs:80:9
[INFO] [stderr]    |
[INFO] [stderr] 80 |         { Mutex::new(HashMap::new()) };
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters`
[INFO] [stderr]  --> examples/mandelbrot.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | 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]  --> examples/stock.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | 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 `BitMapBackend`
[INFO] [stderr]  --> examples/mandelbrot.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 6 |         BitMapBackend::new("examples/outputs/mandelbrot.png", (800, 600)).into_drawing_area();
[INFO] [stderr]   |         ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BitMapBackend`
[INFO] [stderr]   --> examples/stock.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 12 |     let root = BitMapBackend::new("examples/outputs/stock.png", (1024, 768)).into_drawing_area();
[INFO] [stderr]    |                ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters`
[INFO] [stderr]  --> examples/histogram.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | 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 `BitMapBackend`
[INFO] [stderr]  --> examples/histogram.rs:3:16
[INFO] [stderr]   |
[INFO] [stderr] 3 |     let root = BitMapBackend::new("examples/outputs/histogram.png", (640, 480)).into_drawing_area();
[INFO] [stderr]   |                ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters`
[INFO] [stderr]  --> examples/chart.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | 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 `BitMapBackend`
[INFO] [stderr]  --> examples/chart.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 5 |         BitMapBackend::new("examples/outputs/sample.png", (1024, 768)).into_drawing_area();
[INFO] [stderr]   |         ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder`
[INFO] [stderr]   --> examples/stock.rs:20:21
[INFO] [stderr]    |
[INFO] [stderr] 20 |     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 `CandleStick`
[INFO] [stderr]   --> examples/stock.rs:30:22
[INFO] [stderr]    |
[INFO] [stderr] 30 |             .map(|x| CandleStick::new(parse_time(x.0), x.1, x.2, x.3, x.4, &Green, &Red, 15)),
[INFO] [stderr]    |                      ^^^^^^^^^^^ use of undeclared type or module `CandleStick`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `White` in this scope
[INFO] [stderr]   --> examples/stock.rs:13:16
[INFO] [stderr]    |
[INFO] [stderr] 13 |     root.fill(&White)?;
[INFO] [stderr]    |                ^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::White;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::White;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `White` in this scope
[INFO] [stderr]   --> examples/stock.rs:26:42
[INFO] [stderr]    |
[INFO] [stderr] 26 |     chart.configure_mesh().line_style_2(&White).draw()?;
[INFO] [stderr]    |                                          ^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::White;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::White;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Green` in this scope
[INFO] [stderr]   --> examples/stock.rs:30:77
[INFO] [stderr]    |
[INFO] [stderr] 30 |             .map(|x| CandleStick::new(parse_time(x.0), x.1, x.2, x.3, x.4, &Green, &Red, 15)),
[INFO] [stderr]    |                                                                             ^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::Green;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::Green;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Red` in this scope
[INFO] [stderr]   --> examples/stock.rs:30:85
[INFO] [stderr]    |
[INFO] [stderr] 30 |             .map(|x| CandleStick::new(parse_time(x.0), x.1, x.2, x.3, x.4, &Green, &Red, 15)),
[INFO] [stderr]    |                                                                                     ^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::Red;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::Red;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder`
[INFO] [stderr]  --> examples/histogram.rs:7:21
[INFO] [stderr]   |
[INFO] [stderr] 7 |     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 `Histogram`
[INFO] [stderr]   --> examples/histogram.rs:28:23
[INFO] [stderr]    |
[INFO] [stderr] 28 |     chart.draw_series(Histogram::<RangedCoordu32, _>::new(
[INFO] [stderr]    |                       ^^^^^^^^^ use of undeclared type or module `Histogram`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ShapeStyle`
[INFO] [stderr]   --> examples/histogram.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |         ShapeStyle::from(&Red.mix(0.5)).filled(),
[INFO] [stderr]    |         ^^^^^^^^^^ use of undeclared type or module `ShapeStyle`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `White` in this scope
[INFO] [stderr]  --> examples/histogram.rs:5:16
[INFO] [stderr]   |
[INFO] [stderr] 5 |     root.fill(&White)?;
[INFO] [stderr]   |                ^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use plotters_unsable::prelude::White;
[INFO] [stderr]   |
[INFO] [stderr] 1 | use plotters_unsable::style::White;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `White` in this scope
[INFO] [stderr]   --> examples/histogram.rs:17:24
[INFO] [stderr]    |
[INFO] [stderr] 17 |         .line_style_1(&White.mix(0.3))
[INFO] [stderr]    |                        ^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::White;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::White;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `RangedCoordu32` in this scope
[INFO] [stderr]   --> examples/histogram.rs:28:35
[INFO] [stderr]    |
[INFO] [stderr] 28 |     chart.draw_series(Histogram::<RangedCoordu32, _>::new(
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::coord::RangedCoordu32;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::RangedCoordu32;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Red` in this scope
[INFO] [stderr]   --> examples/histogram.rs:31:27
[INFO] [stderr]    |
[INFO] [stderr] 31 |         ShapeStyle::from(&Red.mix(0.5)).filled(),
[INFO] [stderr]    |                           ^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::Red;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::Red;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {float})` in the current scope
[INFO] [stderr]   --> examples/stock.rs:23:55
[INFO] [stderr]    |
[INFO] [stderr] 23 |         .caption("MSFT Stock Price", &("Arial", 50.0).into_font())
[INFO] [stderr]    |                                                       ^^^^^^^^^ method not found in `(&'static str, {float})`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::IntoFont;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `plotters-unsable`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {float})` in the current scope
[INFO] [stderr]   --> examples/histogram.rs:11:53
[INFO] [stderr]    |
[INFO] [stderr] 11 |         .caption("Histogram Test", &("Arial", 50.0).into_font())
[INFO] [stderr]    |                                                     ^^^^^^^^^ method not found in `(&'static str, {float})`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::IntoFont;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope
[INFO] [stderr]   --> examples/histogram.rs:21:41
[INFO] [stderr]    |
[INFO] [stderr] 21 |         .axis_desc_style(&("Arial", 15).into_font())
[INFO] [stderr]    |                                         ^^^^^^^^^ method not found in `(&'static str, {integer})`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::IntoFont;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 11 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `plotters-unsable`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder`
[INFO] [stderr]   --> examples/chart.rs:15:18
[INFO] [stderr]    |
[INFO] [stderr] 15 |     let mut cc = ChartBuilder::on(&upper)
[INFO] [stderr]    |                  ^^^^^^^^^^^^ use of undeclared type or module `ChartBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LineSeries`
[INFO] [stderr]   --> examples/chart.rs:30:20
[INFO] [stderr]    |
[INFO] [stderr] 30 |     cc.draw_series(LineSeries::new(
[INFO] [stderr]    |                    ^^^^^^^^^^ use of undeclared type or module `LineSeries`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]   --> examples/chart.rs:35:22
[INFO] [stderr]    |
[INFO] [stderr] 35 |     .legend(|(x, y)| Path::new(vec![(x, y), (x + 20, y)], &Red));
[INFO] [stderr]    |                      ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LineSeries`
[INFO] [stderr]   --> examples/chart.rs:37:20
[INFO] [stderr]    |
[INFO] [stderr] 37 |     cc.draw_series(LineSeries::new(
[INFO] [stderr]    |                    ^^^^^^^^^^ use of undeclared type or module `LineSeries`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path`
[INFO] [stderr]   --> examples/chart.rs:47:22
[INFO] [stderr]    |
[INFO] [stderr] 47 |     .legend(|(x, y)| Path::new(vec![(x, y), (x + 20, y)], &Blue));
[INFO] [stderr]    |                      ^^^^ use of undeclared type or module `Path`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PointSeries`
[INFO] [stderr]   --> examples/chart.rs:61:20
[INFO] [stderr]    |
[INFO] [stderr] 61 |     cc.draw_series(PointSeries::of_element(
[INFO] [stderr]    |                    ^^^^^^^^^^^ use of undeclared type or module `PointSeries`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ShapeStyle`
[INFO] [stderr]   --> examples/chart.rs:64:9
[INFO] [stderr]    |
[INFO] [stderr] 64 |         ShapeStyle::from(&Red).filled(),
[INFO] [stderr]    |         ^^^^^^^^^^ use of undeclared type or module `ShapeStyle`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EmptyElement`
[INFO] [stderr]   --> examples/chart.rs:66:13
[INFO] [stderr]    |
[INFO] [stderr] 66 |             EmptyElement::at(coord)
[INFO] [stderr]    |             ^^^^^^^^^^^^ use of undeclared type or module `EmptyElement`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle`
[INFO] [stderr]   --> examples/chart.rs:67:19
[INFO] [stderr]    |
[INFO] [stderr] 67 |                 + Circle::new((0, 0), size, style)
[INFO] [stderr]    |                   ^^^^^^ use of undeclared type or module `Circle`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Text`
[INFO] [stderr]   --> examples/chart.rs:68:19
[INFO] [stderr]    |
[INFO] [stderr] 68 |                 + Text::new(format!("{:?}", coord), (0, 15), &point_font)
[INFO] [stderr]    |                   ^^^^ use of undeclared type or module `Text`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder`
[INFO] [stderr]   --> examples/chart.rs:75:22
[INFO] [stderr]    |
[INFO] [stderr] 75 |         let mut cc = ChartBuilder::on(&drawing_area)
[INFO] [stderr]    |                      ^^^^^^^^^^^^ use of undeclared type or module `ChartBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LineSeries`
[INFO] [stderr]   --> examples/chart.rs:82:24
[INFO] [stderr]    |
[INFO] [stderr] 82 |         cc.draw_series(LineSeries::new(
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `LineSeries`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `White` in this scope
[INFO] [stderr]  --> examples/chart.rs:7:21
[INFO] [stderr]   |
[INFO] [stderr] 7 |     root_area.fill(&White)?;
[INFO] [stderr]   |                     ^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use plotters_unsable::prelude::White;
[INFO] [stderr]   |
[INFO] [stderr] 1 | use plotters_unsable::style::White;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Red` in this scope
[INFO] [stderr]   --> examples/chart.rs:32:10
[INFO] [stderr]    |
[INFO] [stderr] 32 |         &Red,
[INFO] [stderr]    |          ^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::Red;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::Red;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Red` in this scope
[INFO] [stderr]   --> examples/chart.rs:35:60
[INFO] [stderr]    |
[INFO] [stderr] 35 |     .legend(|(x, y)| Path::new(vec![(x, y), (x + 20, y)], &Red));
[INFO] [stderr]    |                                                            ^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::Red;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::Red;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Blue` in this scope
[INFO] [stderr]   --> examples/chart.rs:44:10
[INFO] [stderr]    |
[INFO] [stderr] 44 |         &Blue,
[INFO] [stderr]    |          ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::Blue;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::Blue;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Blue` in this scope
[INFO] [stderr]   --> examples/chart.rs:47:60
[INFO] [stderr]    |
[INFO] [stderr] 47 |     .legend(|(x, y)| Path::new(vec![(x, y), (x + 20, y)], &Blue));
[INFO] [stderr]    |                                                            ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::Blue;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::Blue;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Black` in this scope
[INFO] [stderr]   --> examples/chart.rs:49:48
[INFO] [stderr]    |
[INFO] [stderr] 49 |     cc.configure_series_labels().border_style(&Black).draw()?;
[INFO] [stderr]    |                                                ^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::Black;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::Black;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Red` in this scope
[INFO] [stderr]   --> examples/chart.rs:64:27
[INFO] [stderr]    |
[INFO] [stderr] 64 |         ShapeStyle::from(&Red).filled(),
[INFO] [stderr]    |                           ^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::Red;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::Red;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Blue` in this scope
[INFO] [stderr]   --> examples/chart.rs:89:14
[INFO] [stderr]    |
[INFO] [stderr] 89 |             &Blue,
[INFO] [stderr]    |              ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::Blue;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::Blue;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder`
[INFO] [stderr]   --> examples/mandelbrot.rs:10:21
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let mut chart = ChartBuilder::on(&root)
[INFO] [stderr]    |                     ^^^^^^^^^^^^ use of undeclared type or module `ChartBuilder`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `White` in this scope
[INFO] [stderr]  --> examples/mandelbrot.rs:8:16
[INFO] [stderr]   |
[INFO] [stderr] 8 |     root.fill(&White)?;
[INFO] [stderr]   |                ^^^^^ not found in this scope
[INFO] [stderr]   |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]   |
[INFO] [stderr] 1 | use plotters_unsable::prelude::White;
[INFO] [stderr]   |
[INFO] [stderr] 1 | use plotters_unsable::style::White;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `HSLColor` in this scope
[INFO] [stderr]   --> examples/mandelbrot.rs:31:47
[INFO] [stderr]    |
[INFO] [stderr] 31 |             plotting_area.draw_pixel((x, y), &HSLColor(c as f64 / 100.0, 1.0, 0.5))?;
[INFO] [stderr]    |                                               ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::HSLColor;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::HSLColor;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Black` in this scope
[INFO] [stderr]   --> examples/mandelbrot.rs:33:47
[INFO] [stderr]    |
[INFO] [stderr] 33 |             plotting_area.draw_pixel((x, y), &Black)?;
[INFO] [stderr]    |                                               ^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::prelude::Black;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::Black;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope
[INFO] [stderr]   --> examples/chart.rs:10:47
[INFO] [stderr]    |
[INFO] [stderr] 10 |         .titled("Image Title", &("Arial", 60).into_font())?
[INFO] [stderr]    |                                               ^^^^^^^^^ method not found in `(&'static str, {integer})`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::IntoFont;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope
[INFO] [stderr]   --> examples/chart.rs:18:52
[INFO] [stderr]    |
[INFO] [stderr] 18 |         .caption("Sine and Cosine", &("Arial", 40).into_font())
[INFO] [stderr]    |                                                    ^^^^^^^^^ method not found in `(&'static str, {integer})`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::IntoFont;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope
[INFO] [stderr]   --> examples/chart.rs:60:36
[INFO] [stderr]    |
[INFO] [stderr] 60 |     let point_font = ("Arial", 15).into_font();
[INFO] [stderr]    |                                    ^^^^^^^^^ method not found in `(&'static str, {integer})`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::IntoFont;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope
[INFO] [stderr]   --> examples/chart.rs:78:71
[INFO] [stderr]    |
[INFO] [stderr] 78 |             .caption(format!("y = x^{}", 1 + 2 * idx), &("Arial", 40).into_font())
[INFO] [stderr]    |                                                                       ^^^^^^^^^ method not found in `(&'static str, {integer})`
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 1  | use plotters_unsable::style::IntoFont;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 6 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `plotters-unsable`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: aborting due to 26 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `plotters-unsable`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "cae71e0045befc12021813deecdc5686121c15d02074951481c9e442f5fca465"`
[INFO] running `"docker" "rm" "-f" "cae71e0045befc12021813deecdc5686121c15d02074951481c9e442f5fca465"`
[INFO] [stdout] cae71e0045befc12021813deecdc5686121c15d02074951481c9e442f5fca465
