[INFO] crate plotchart 0.2.12 is already in cache [INFO] checking plotchart-0.2.12 against master#6d69caba110c0c2fb90180df1cbc8be5033b91d4 for pr-69530 [INFO] extracting crate plotchart 0.2.12 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate plotchart 0.2.12 on toolchain 6d69caba110c0c2fb90180df1cbc8be5033b91d4 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6d69caba110c0c2fb90180df1cbc8be5033b91d4" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate plotchart 0.2.12 [INFO] finished tweaking crates.io crate plotchart 0.2.12 [INFO] tweaked toml for crates.io crate plotchart 0.2.12 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate plotchart 0.2.12 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6d69caba110c0c2fb90180df1cbc8be5033b91d4" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+6d69caba110c0c2fb90180df1cbc8be5033b91d4" "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] b1eca132aef1361e052e26e72061be403e346d07962510479106fb122dba3bd9 [INFO] running `"docker" "start" "-a" "b1eca132aef1361e052e26e72061be403e346d07962510479106fb122dba3bd9"` [INFO] [stderr] Checking float-ord v0.2.0 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.9 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Checking euclid v0.20.10 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking tinytemplate v1.0.3 [INFO] [stderr] Compiling palette_derive v0.5.0 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Checking image v0.22.5 [INFO] [stderr] Checking criterion-plot v0.4.1 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking freetype v0.4.1 [INFO] [stderr] Checking criterion v0.3.1 [INFO] [stderr] Checking servo-fontconfig v0.4.0 [INFO] [stderr] Checking lyon_geom v0.14.1 [INFO] [stderr] Checking lyon_path v0.14.0 [INFO] [stderr] Checking font-kit v0.5.0 [INFO] [stderr] Checking palette v0.5.0 [INFO] [stderr] Checking plotchart v0.2.12 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `iqr` [INFO] [stderr] --> src/data/quartiles.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | let iqr = upper - lower; [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_iqr` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `iqr` [INFO] [stderr] --> src/data/quartiles.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | let iqr = upper - lower; [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_iqr` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> examples/boxplot.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 `plotters` [INFO] [stderr] --> examples/boxplot.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use plotters::data::fitting_range; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `plotters::data::fitting_range` [INFO] [stderr] --> examples/boxplot.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use plotters::data::fitting_range; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SVGBackend` [INFO] [stderr] --> examples/boxplot.rs:25:16 [INFO] [stderr] | [INFO] [stderr] 25 | let root = SVGBackend::new("plotters-doc-data/boxplot.svg", (1024, 768)).into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `SVGBackend` [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("plotters-doc-data/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 `plotters` [INFO] [stderr] --> examples/matshow.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/animation.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/animation.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | let root = BitMapBackend::gif("plotters-doc-data/animation.gif", (800, 600), 1_000)? [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/matshow.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | let root = BitMapBackend::new("plotters-doc-data/matshow.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/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 `BitMapBackend` [INFO] [stderr] --> examples/mandelbrot.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | BitMapBackend::new("plotters-doc-data/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 `plotters` [INFO] [stderr] --> examples/normal-dist2.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/normal-dist2.rs:20:9 [INFO] [stderr] | [INFO] [stderr] 20 | BitMapBackend::new("plotters-doc-data/normal-dist2.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/normal-dist2.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | 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 `LabelAreaPosition` [INFO] [stderr] --> examples/normal-dist2.rs:27:30 [INFO] [stderr] | [INFO] [stderr] 27 | .set_label_area_size(LabelAreaPosition::Left, 60) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `LabelAreaPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LabelAreaPosition` [INFO] [stderr] --> examples/normal-dist2.rs:28:30 [INFO] [stderr] | [INFO] [stderr] 28 | .set_label_area_size(LabelAreaPosition::Bottom, 60) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `LabelAreaPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LabelAreaPosition` [INFO] [stderr] --> examples/normal-dist2.rs:29:30 [INFO] [stderr] | [INFO] [stderr] 29 | .set_label_area_size(LabelAreaPosition::Right, 60) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `LabelAreaPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Histogram` [INFO] [stderr] --> examples/normal-dist2.rs:43:18 [INFO] [stderr] | [INFO] [stderr] 43 | let actual = Histogram::vertical(chart.borrow_secondary()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Histogram` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Rectangle` [INFO] [stderr] --> examples/normal-dist2.rs:55:26 [INFO] [stderr] | [INFO] [stderr] 55 | .legend(|(x, y)| Rectangle::new([(x, y - 5), (x + 10, y + 5)], GREEN.filled())); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Rectangle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LineSeries` [INFO] [stderr] --> examples/normal-dist2.rs:57:15 [INFO] [stderr] | [INFO] [stderr] 57 | let pdf = 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 `PathElement` [INFO] [stderr] --> examples/normal-dist2.rs:71:26 [INFO] [stderr] | [INFO] [stderr] 71 | .legend(|(x, y)| PathElement::new(vec![(x, y), (x + 20, y)], RED.filled())); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PathElement` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/normal-dist2.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | 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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `GREEN` in this scope [INFO] [stderr] --> examples/normal-dist2.rs:44:16 [INFO] [stderr] | [INFO] [stderr] 44 | .style(GREEN.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 plotchart::prelude::GREEN; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::GREEN; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::GREEN; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::GREEN; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `GREEN` in this scope [INFO] [stderr] --> examples/normal-dist2.rs:55:72 [INFO] [stderr] | [INFO] [stderr] 55 | .legend(|(x, y)| Rectangle::new([(x, y - 5), (x + 10, y + 5)], GREEN.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 plotchart::prelude::GREEN; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::GREEN; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::GREEN; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::GREEN; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> examples/normal-dist2.rs:65:10 [INFO] [stderr] | [INFO] [stderr] 65 | &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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> examples/normal-dist2.rs:71:70 [INFO] [stderr] | [INFO] [stderr] 71 | .legend(|(x, y)| PathElement::new(vec![(x, y), (x + 20, y)], 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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> benches/benches/data.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use plotters::data::Quartiles; [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] --> benches/benches/parallel.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | 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] --> benches/benches/rasterizer.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 `plotters` [INFO] [stderr] --> benches/benches/parallel.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use plotters::coord::Shift; [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] --> benches/benches/rasterizer.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use plotters::drawing::bitmap_pixel::BGRXPixel; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `plotters::coord::Shift`, `plotters::drawing::bitmap_pixel::BGRXPixel` [INFO] [stderr] --> benches/benches/parallel.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use plotters::coord::Shift; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: benches/benches/rasterizer.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use plotters::drawing::bitmap_pixel::BGRXPixel; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Quartiles` [INFO] [stderr] --> benches/benches/data.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | Quartiles::new(&src); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Quartiles` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> examples/animation.rs:27:25 [INFO] [stderr] | [INFO] [stderr] 27 | 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 `Polygon` [INFO] [stderr] --> examples/animation.rs:46:43 [INFO] [stderr] | [INFO] [stderr] 46 | chart.draw_series(std::iter::once(Polygon::new( [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Polygon` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PathElement` [INFO] [stderr] --> examples/animation.rs:52:43 [INFO] [stderr] | [INFO] [stderr] 52 | chart.draw_series(std::iter::once(PathElement::new(snowflake_vertices, &RED)))?; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PathElement` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/animation.rs:25:20 [INFO] [stderr] | [INFO] [stderr] 25 | 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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [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 `RED` in this scope [INFO] [stderr] --> examples/animation.rs:48:14 [INFO] [stderr] | [INFO] [stderr] 48 | &RED.mix(0.2), [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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> examples/animation.rs:52:81 [INFO] [stderr] | [INFO] [stderr] 52 | chart.draw_series(std::iter::once(PathElement::new(snowflake_vertices, &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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::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 plotchart::prelude::HSLColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::HSLColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::color::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 plotchart::prelude::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::BLACK; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_centric` found for struct `std::ops::Range` in the current scope [INFO] [stderr] --> examples/normal-dist2.rs:31:46 [INFO] [stderr] | [INFO] [stderr] 31 | .set_secondary_coord((-40i32..40i32).into_centric(), 0u32..500u32); [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::ops::Range` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::coord::IntoCentric; [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::coord::IntoCentric; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 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: aborting due to 8 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 `plotchart`. [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 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] error: could not compile `plotchart`. [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] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> examples/snowflake.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: could not compile `plotchart`. [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 `BitMapBackend` [INFO] [stderr] --> examples/snowflake.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | BitMapBackend::new("plotters-doc-data/snowflake.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 `Quartiles` [INFO] [stderr] --> examples/boxplot.rs:42:50 [INFO] [stderr] | [INFO] [stderr] 42 | .map(|(k, v)| (k.0.clone(), k.1.clone(), Quartiles::new(&v))) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Quartiles` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Category` [INFO] [stderr] --> examples/boxplot.rs:45:20 [INFO] [stderr] | [INFO] [stderr] 45 | let category = Category::new( [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Category` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Palette99` [INFO] [stderr] --> examples/boxplot.rs:55:32 [INFO] [stderr] | [INFO] [stderr] 55 | let mut colors = (0..).map(Palette99::pick); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Palette99` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> examples/boxplot.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | let mut chart = 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 `Boxplot` [INFO] [stderr] --> examples/boxplot.rs:92:17 [INFO] [stderr] | [INFO] [stderr] 92 | Boxplot::new_horizontal(category.get(&x.0).unwrap(), &x.1) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Boxplot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Rectangle` [INFO] [stderr] --> examples/boxplot.rs:99:35 [INFO] [stderr] | [INFO] [stderr] 99 | .legend(move |(x, y)| Rectangle::new([(x, y - 6), (x + 12, y + 6)], style.filled())); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Rectangle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> examples/boxplot.rs:103:19 [INFO] [stderr] | [INFO] [stderr] 103 | .position(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 `Quartiles` [INFO] [stderr] --> examples/boxplot.rs:112:23 [INFO] [stderr] | [INFO] [stderr] 112 | let quartiles_a = Quartiles::new(&[ [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Quartiles` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Quartiles` [INFO] [stderr] --> examples/boxplot.rs:115:23 [INFO] [stderr] | [INFO] [stderr] 115 | let quartiles_b = Quartiles::new(&[16.0, 17.0, 50.0, 60.0, 40.2, 41.3, 42.7, 43.3, 47.0]); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Quartiles` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Category` [INFO] [stderr] --> examples/boxplot.rs:116:23 [INFO] [stderr] | [INFO] [stderr] 116 | let category_ab = Category::new("", vec!["a", "b"]); [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `Category` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> examples/matshow.rs:8:21 [INFO] [stderr] | [INFO] [stderr] 8 | 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 `Rectangle` [INFO] [stderr] --> examples/matshow.rs:39:17 [INFO] [stderr] | [INFO] [stderr] 39 | Rectangle::new( [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Rectangle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> examples/boxplot.rs:123:21 [INFO] [stderr] | [INFO] [stderr] 123 | let mut chart = ChartBuilder::on(&left) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `ChartBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Boxplot` [INFO] [stderr] --> examples/boxplot.rs:134:9 [INFO] [stderr] | [INFO] [stderr] 134 | Boxplot::new_vertical(category_ab.get(&"a").unwrap(), &quartiles_a), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Boxplot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Boxplot` [INFO] [stderr] --> examples/boxplot.rs:135:9 [INFO] [stderr] | [INFO] [stderr] 135 | Boxplot::new_vertical(category_ab.get(&"b").unwrap(), &quartiles_b), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Boxplot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> examples/boxplot.rs:138:21 [INFO] [stderr] | [INFO] [stderr] 138 | let mut chart = ChartBuilder::on(&right) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `ChartBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Boxplot` [INFO] [stderr] --> examples/boxplot.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | Boxplot::new_horizontal(1, &quartiles_a), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Boxplot` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/matshow.rs:6:16 [INFO] [stderr] | [INFO] [stderr] 6 | 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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Boxplot` [INFO] [stderr] --> examples/boxplot.rs:147:9 [INFO] [stderr] | [INFO] [stderr] 147 | Boxplot::new_horizontal(2, &Quartiles::new(&[30])), [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Boxplot` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Quartiles` [INFO] [stderr] --> examples/boxplot.rs:147:37 [INFO] [stderr] | [INFO] [stderr] 147 | Boxplot::new_horizontal(2, &Quartiles::new(&[30])), [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Quartiles` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `HSLColor` in this scope [INFO] [stderr] --> examples/matshow.rs:41:21 [INFO] [stderr] | [INFO] [stderr] 41 | HSLColor( [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 plotchart::prelude::HSLColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::HSLColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::color::HSLColor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/boxplot.rs:26:16 [INFO] [stderr] | [INFO] [stderr] 26 | 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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Quartiles` in this scope [INFO] [stderr] --> examples/boxplot.rs:40:39 [INFO] [stderr] | [INFO] [stderr] 40 | let dataset: Vec<(String, String, Quartiles)> = ds [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 plotchart::data::Quartiles; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::Quartiles; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fitting_range` in this scope [INFO] [stderr] --> examples/boxplot.rs:70:24 [INFO] [stderr] | [INFO] [stderr] 70 | let values_range = fitting_range(values.iter()); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::data::fitting_range; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/boxplot.rs:86:24 [INFO] [stderr] | [INFO] [stderr] 86 | .line_style_2(&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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/boxplot.rs:104:27 [INFO] [stderr] | [INFO] [stderr] 104 | .background_style(WHITE.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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> examples/boxplot.rs:105:24 [INFO] [stderr] | [INFO] [stderr] 105 | .border_style(&BLACK.mix(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 plotchart::prelude::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::BLACK; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `fitting_range` in this scope [INFO] [stderr] --> examples/boxplot.rs:117:24 [INFO] [stderr] | [INFO] [stderr] 117 | let values_range = fitting_range( [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::data::fitting_range; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/boxplot.rs:132:42 [INFO] [stderr] | [INFO] [stderr] 132 | 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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/boxplot.rs:144:42 [INFO] [stderr] | [INFO] [stderr] 144 | 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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> benches/benches/parallel.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[E0433]: failed to resolve: use of undeclared type or module `LineSeries` [INFO] [stderr] --> benches/benches/parallel.rs:18:22 [INFO] [stderr] | [INFO] [stderr] 18 | .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 `PathElement` [INFO] [stderr] --> benches/benches/parallel.rs:26:26 [INFO] [stderr] | [INFO] [stderr] 26 | .legend(|(x, y)| PathElement::new(vec![(x, y), (x + 20, y)], &RED)); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PathElement` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BitMapBackend` [INFO] [stderr] --> benches/benches/parallel.rs:43:32 [INFO] [stderr] | [INFO] [stderr] 43 | let root = BitMapBackend::with_buffer(&mut buffer, (s, s)).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] --> benches/benches/parallel.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | let root = BitMapBackend::with_buffer(&mut buffer, (s, s)).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] --> benches/benches/parallel.rs:72:28 [INFO] [stderr] | [INFO] [stderr] 72 | let root = BitMapBackend::with_buffer(&mut buffer, (s, s)).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 `BitMapElement` [INFO] [stderr] --> benches/benches/parallel.rs:77:37 [INFO] [stderr] | [INFO] [stderr] 77 | let mut e = BitMapElement::with_mut((0, 0), (s / 2, s / 2), b).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapElement` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BitMapBackend` [INFO] [stderr] --> benches/benches/parallel.rs:93:32 [INFO] [stderr] | [INFO] [stderr] 93 | let mut back = BitMapBackend::with_buffer(&mut buffer, (s, s)); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend` [INFO] [stderr] [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BitMapElement` [INFO] [stderr] --> benches/benches/parallel.rs:107:37 [INFO] [stderr] | [INFO] [stderr] 107 | ... BitMapElement::with_mut((0, 0), (s / 2, s / 2), b).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapElement` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BitMapBackend` [INFO] [stderr] --> benches/benches/parallel.rs:132:32 [INFO] [stderr] | [INFO] [stderr] 132 | let root = BitMapBackend::with_buffer(&mut buffer, (s, s)).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 `BitMapElement` [INFO] [stderr] --> benches/benches/parallel.rs:138:33 [INFO] [stderr] | [INFO] [stderr] 138 | ... BitMapElement::with_mut((0, 0), (s, s / 2), buf).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapElement` [INFO] [stderr] [INFO] [stderr] error: could not compile `plotchart`. [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 `BitMapBackend` [INFO] [stderr] --> benches/benches/parallel.rs:155:32 [INFO] [stderr] | [INFO] [stderr] 155 | let mut back = BitMapBackend::with_buffer(&mut buffer, (s, s)); [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/chart.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | 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 `BitMapBackend` [INFO] [stderr] --> benches/benches/parallel.rs:164:28 [INFO] [stderr] | [INFO] [stderr] 164 | let root = BitMapBackend::with_buffer(&mut buffer, (s, s)).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] --> benches/benches/rasterizer.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | let mut root = BitMapBackend::with_buffer(&mut buffer, (W, H)); [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] --> benches/benches/rasterizer.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)).unwrap(); [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] --> benches/benches/rasterizer.rs:45:28 [INFO] [stderr] | [INFO] [stderr] 45 | let mut root = BitMapBackend::with_buffer(&mut buffer, (W, H)); [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] --> benches/benches/rasterizer.rs:61:17 [INFO] [stderr] | [INFO] [stderr] 61 | BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)).unwrap(); [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] --> benches/benches/rasterizer.rs:80:24 [INFO] [stderr] | [INFO] [stderr] 80 | let root = BitMapBackend::with_buffer(&mut buffer, (W, H)).into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> examples/boxplot.rs:75:53 [INFO] [stderr] | [INFO] [stderr] 75 | .caption("Ping Boxplot", ("sans-serif", 20).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 traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BitMapBackend` [INFO] [stderr] --> benches/benches/rasterizer.rs:88:24 [INFO] [stderr] | [INFO] [stderr] 88 | let root = BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LineSeries` [INFO] [stderr] --> examples/chart.rs:27:20 [INFO] [stderr] | [INFO] [stderr] 27 | 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 `PathElement` [INFO] [stderr] --> examples/chart.rs:32:22 [INFO] [stderr] | [INFO] [stderr] 32 | .legend(|(x, y)| PathElement::new(vec![(x, y), (x + 20, y)], &RED)); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PathElement` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `0` on type `&_` [INFO] [stderr] --> examples/boxplot.rs:92:57 [INFO] [stderr] | [INFO] [stderr] 92 | Boxplot::new_horizontal(category.get(&x.0).unwrap(), &x.1) [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LineSeries` [INFO] [stderr] --> examples/chart.rs:34:20 [INFO] [stderr] | [INFO] [stderr] 34 | 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 `BitMapBackend` [INFO] [stderr] --> benches/benches/rasterizer.rs:102:24 [INFO] [stderr] | [INFO] [stderr] 102 | let root = BitMapBackend::with_buffer(&mut buffer, (W, H)).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] --> benches/benches/rasterizer.rs:110:24 [INFO] [stderr] | [INFO] [stderr] 110 | let root = BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)) [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PathElement` [INFO] [stderr] --> examples/chart.rs:44:22 [INFO] [stderr] | [INFO] [stderr] 44 | .legend(|(x, y)| PathElement::new(vec![(x, y), (x + 20, y)], &BLUE)); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PathElement` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> examples/boxplot.rs:126:57 [INFO] [stderr] | [INFO] [stderr] 126 | .caption("Vertical Boxplot", ("sans-serif", 20).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 traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BitMapBackend` [INFO] [stderr] --> benches/benches/rasterizer.rs:124:28 [INFO] [stderr] | [INFO] [stderr] 124 | let mut root = BitMapBackend::with_buffer(&mut buffer, (W, H)); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> examples/boxplot.rs:141:59 [INFO] [stderr] | [INFO] [stderr] 141 | .caption("Horizontal Boxplot", ("sans-serif", 20).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 traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PointSeries` [INFO] [stderr] --> examples/chart.rs:57:20 [INFO] [stderr] | [INFO] [stderr] 57 | 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:60:9 [INFO] [stderr] | [INFO] [stderr] 60 | 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 `BitMapBackend` [INFO] [stderr] --> benches/benches/rasterizer.rs:134:17 [INFO] [stderr] | [INFO] [stderr] 134 | BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `EmptyElement` [INFO] [stderr] --> examples/chart.rs:62:13 [INFO] [stderr] | [INFO] [stderr] 62 | EmptyElement::at(coord) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `EmptyElement` [INFO] [stderr] [INFO] [stderr] warning: unused import: `itertools::Itertools` [INFO] [stderr] --> examples/boxplot.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use itertools::Itertools; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle` [INFO] [stderr] --> examples/chart.rs:63:19 [INFO] [stderr] | [INFO] [stderr] 63 | + 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:64:19 [INFO] [stderr] | [INFO] [stderr] 64 | + Text::new( [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: aborting due to 34 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LineSeries` [INFO] [stderr] --> examples/chart.rs:86:24 [INFO] [stderr] | [INFO] [stderr] 86 | cc.draw_series(LineSeries::new( [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `LineSeries` [INFO] [stderr] [INFO] [stderr] error: could not compile `plotchart`. [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 `BitMapBackend` [INFO] [stderr] --> benches/benches/rasterizer.rs:147:24 [INFO] [stderr] | [INFO] [stderr] 147 | let root = BitMapBackend::with_buffer(&mut buffer, (W, H)).into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend` [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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BitMapBackend` [INFO] [stderr] --> benches/benches/rasterizer.rs:155:24 [INFO] [stderr] | [INFO] [stderr] 155 | let root = BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)) [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] --> benches/benches/rasterizer.rs:178:28 [INFO] [stderr] | [INFO] [stderr] 178 | let mut root = BitMapBackend::with_buffer(&mut buffer, (W, H)); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> examples/chart.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | &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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> examples/chart.rs:32:67 [INFO] [stderr] | [INFO] [stderr] 32 | .legend(|(x, y)| PathElement::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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `BitMapBackend` [INFO] [stderr] --> benches/benches/rasterizer.rs:187:17 [INFO] [stderr] | [INFO] [stderr] 187 | BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `BitMapBackend` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> examples/chart.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | &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 plotchart::prelude::BLUE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::BLUE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::BLUE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::BLUE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> examples/chart.rs:44:67 [INFO] [stderr] | [INFO] [stderr] 44 | .legend(|(x, y)| PathElement::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 plotchart::prelude::BLUE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::BLUE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::BLUE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::BLUE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> examples/chart.rs:46:48 [INFO] [stderr] | [INFO] [stderr] 46 | 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 plotchart::prelude::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::BLACK; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> examples/chart.rs:60:27 [INFO] [stderr] | [INFO] [stderr] 60 | 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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> examples/chart.rs:93:14 [INFO] [stderr] | [INFO] [stderr] 93 | &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 plotchart::prelude::BLUE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::BLUE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::BLUE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::BLUE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DrawingArea` in this scope [INFO] [stderr] --> benches/benches/parallel.rs:9:21 [INFO] [stderr] | [INFO] [stderr] 9 | fn draw_plot(root: &DrawingArea, pow: f64) { [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 plotchart::drawing::DrawingArea; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::DrawingArea; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BitMapBackend` in this scope [INFO] [stderr] --> benches/benches/parallel.rs:9:33 [INFO] [stderr] | [INFO] [stderr] 9 | fn draw_plot(root: &DrawingArea, pow: f64) { [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 plotchart::drawing::BitMapBackend; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::BitMapBackend; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 9 | fn draw_plot(root: &DrawingArea, pow: f64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Shift` in this scope [INFO] [stderr] --> benches/benches/parallel.rs:9:48 [INFO] [stderr] | [INFO] [stderr] 9 | fn draw_plot(root: &DrawingArea, pow: f64) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::coord::Shift; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 9 | fn draw_plot(root: &DrawingArea, pow: f64) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> benches/benches/parallel.rs:22:14 [INFO] [stderr] | [INFO] [stderr] 22 | &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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> benches/benches/parallel.rs:26:71 [INFO] [stderr] | [INFO] [stderr] 26 | .legend(|(x, y)| PathElement::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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> benches/benches/parallel.rs:29:28 [INFO] [stderr] | [INFO] [stderr] 29 | .background_style(&WHITE.mix(0.8)) [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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> benches/benches/parallel.rs:30:24 [INFO] [stderr] | [INFO] [stderr] 30 | .border_style(&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 plotchart::prelude::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::BLACK; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::BLACK; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> benches/benches/parallel.rs:44:32 [INFO] [stderr] | [INFO] [stderr] 44 | root.fill(&WHITE).unwrap(); [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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBColor` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:17:60 [INFO] [stderr] | [INFO] [stderr] 17 | root.draw_pixel((x as i32, y as i32), &RGBColor(255, 0, 234).to_rgba()) [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 plotchart::prelude::RGBColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RGBColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::color::RGBColor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BGRXPixel` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:28:33 [INFO] [stderr] | [INFO] [stderr] 28 | BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)).unwrap(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::bitmap_pixel::BGRXPixel; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 8 | fn draw_pixel(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBColor` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:31:60 [INFO] [stderr] | [INFO] [stderr] 31 | root.draw_pixel((x as i32, y as i32), &RGBColor(255, 0, 234).to_rgba()) [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 plotchart::prelude::RGBColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RGBColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::color::RGBColor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBColor` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:50:22 [INFO] [stderr] | [INFO] [stderr] 50 | &RGBColor(255, 0, 234).to_rgba(), [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 plotchart::prelude::RGBColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RGBColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::color::RGBColor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BGRXPixel` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:61:33 [INFO] [stderr] | [INFO] [stderr] 61 | BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)).unwrap(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::bitmap_pixel::BGRXPixel; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 39 | fn draw_line(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBColor` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:66:22 [INFO] [stderr] | [INFO] [stderr] 66 | &RGBColor(255, 0, 234).to_rgba(), [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 plotchart::prelude::RGBColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RGBColor; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::color::RGBColor; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:81:24 [INFO] [stderr] | [INFO] [stderr] 81 | root.fill(&WHITE).unwrap(); [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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BGRXPixel` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:88:40 [INFO] [stderr] | [INFO] [stderr] 88 | let root = BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::bitmap_pixel::BGRXPixel; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 74 | fn fill_background(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:91:24 [INFO] [stderr] | [INFO] [stderr] 91 | root.fill(&WHITE).unwrap(); [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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:103:24 [INFO] [stderr] | [INFO] [stderr] 103 | root.fill(&WHITE.mix(0.1)).unwrap(); [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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BGRXPixel` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:110:40 [INFO] [stderr] | [INFO] [stderr] 110 | let root = BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::bitmap_pixel::BGRXPixel; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 96 | fn blend_background(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:113:24 [INFO] [stderr] | [INFO] [stderr] 113 | root.fill(&WHITE.mix(0.1)).unwrap(); [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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:125:68 [INFO] [stderr] | [INFO] [stderr] 125 | root.draw_circle((W as i32 / 2, H as i32 / 2), W / 2, &WHITE.to_rgba(), true) [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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BGRXPixel` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:134:33 [INFO] [stderr] | [INFO] [stderr] 134 | BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)).unwrap(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::bitmap_pixel::BGRXPixel; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 118 | fn fill_circle(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:135:68 [INFO] [stderr] | [INFO] [stderr] 135 | root.draw_circle((W as i32 / 2, H as i32 / 2), W / 2, &WHITE.to_rgba(), true) [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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:148:24 [INFO] [stderr] | [INFO] [stderr] 148 | root.fill(&RED).unwrap(); [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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BGRXPixel` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:155:40 [INFO] [stderr] | [INFO] [stderr] 155 | let root = BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)) [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::bitmap_pixel::BGRXPixel; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 141 | fn fill_background_red(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:158:24 [INFO] [stderr] | [INFO] [stderr] 158 | root.fill(&RED).unwrap(); [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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:179:46 [INFO] [stderr] | [INFO] [stderr] 179 | root.fill_polygon(vert.clone(), &RED).unwrap(); [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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `BGRXPixel` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:187:33 [INFO] [stderr] | [INFO] [stderr] 187 | BitMapBackend::::with_buffer_and_format(&mut buffer, (W, H)).unwrap(); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::bitmap_pixel::BGRXPixel; [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 163 | fn fill_hexagon(c: &mut Criterion) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> benches/benches/rasterizer.rs:188:46 [INFO] [stderr] | [INFO] [stderr] 188 | root.fill_polygon(vert.clone(), &RED).unwrap(); [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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [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:9:72 [INFO] [stderr] | [INFO] [stderr] 9 | let root_area = root_area.titled("Image Title", ("sans-serif", 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 traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::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:16:56 [INFO] [stderr] | [INFO] [stderr] 16 | .caption("Sine and Cosine", ("sans-serif", 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 traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::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:67:40 [INFO] [stderr] | [INFO] [stderr] 67 | ("sans-serif", 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 traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::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:81:36 [INFO] [stderr] | [INFO] [stderr] 81 | ("sans-serif", 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 traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] [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 `plotchart`. [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 63 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `plotchart`. [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/snowflake.rs:26:21 [INFO] [stderr] | [INFO] [stderr] 26 | 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 `Polygon` [INFO] [stderr] --> examples/snowflake.rs:42:39 [INFO] [stderr] | [INFO] [stderr] 42 | chart.draw_series(std::iter::once(Polygon::new( [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Polygon` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PathElement` [INFO] [stderr] --> examples/snowflake.rs:47:39 [INFO] [stderr] | [INFO] [stderr] 47 | chart.draw_series(std::iter::once(PathElement::new(snowflake_vertices, &RED)))?; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PathElement` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/snowflake.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | 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 plotchart::prelude::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::WHITE; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::WHITE; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> examples/snowflake.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | &RED.mix(0.2), [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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> examples/snowflake.rs:47:77 [INFO] [stderr] | [INFO] [stderr] 47 | chart.draw_series(std::iter::once(PathElement::new(snowflake_vertices, &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 plotchart::prelude::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::RED; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::colors::palette_ext::RED; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 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 `plotchart`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b1eca132aef1361e052e26e72061be403e346d07962510479106fb122dba3bd9"` [INFO] running `"docker" "rm" "-f" "b1eca132aef1361e052e26e72061be403e346d07962510479106fb122dba3bd9"` [INFO] [stdout] b1eca132aef1361e052e26e72061be403e346d07962510479106fb122dba3bd9