[INFO] crate plotchart 0.2.12 is already in cache [INFO] checking plotchart-0.2.12 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate plotchart 0.2.12 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate plotchart 0.2.12 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "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-1/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] a2591fdd7a4b67c81a87764558762e79feea76ab1781763ccdb31ee43e694a89 [INFO] running `"docker" "start" "-a" "a2591fdd7a4b67c81a87764558762e79feea76ab1781763ccdb31ee43e694a89"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling palette v0.5.0 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Checking float-ord v0.2.0 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Checking crc32fast v1.2.0 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking jpeg-decoder v0.1.18 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking crossbeam-utils v0.7.2 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Checking euclid v0.20.10 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking bstr v0.2.12 [INFO] [stderr] Checking crossbeam-epoch v0.8.2 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.9 [INFO] [stderr] Checking png v0.15.3 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking lyon_geom v0.14.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking image v0.22.5 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking freetype v0.4.1 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking servo-fontconfig v0.4.0 [INFO] [stderr] Checking lyon_path v0.14.0 [INFO] [stderr] Checking font-kit v0.5.0 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Compiling palette_derive v0.5.0 [INFO] [stderr] Compiling serde_derive v1.0.106 [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: if this is intentional, prefix it with an underscore: `_iqr` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Checking criterion v0.3.1 [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:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | BitMapBackend::new("plotters-doc-data/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/errorbar.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/errorbar.rs:16:9 [INFO] [stderr] | [INFO] [stderr] 16 | BitMapBackend::new("plotters-doc-data/errorbar.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/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 `plotters` [INFO] [stderr] --> examples/area-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/area-chart.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | BitMapBackend::new("plotters-doc-data/area-chart.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/sierpinski.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | 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/sierpinski.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::coord::Shift; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `plotters::coord::Shift` [INFO] [stderr] --> examples/sierpinski.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::coord::Shift; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> examples/blit-bitmap.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/blit-bitmap.rs:10:9 [INFO] [stderr] | [INFO] [stderr] 10 | BitMapBackend::new("plotters-doc-data/blit-bitmap.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/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[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 `plotters` [INFO] [stderr] --> examples/two-scales.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/two-scales.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | BitMapBackend::new("plotters-doc-data/twoscale.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/errorbar.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 `LabelAreaPosition` [INFO] [stderr] --> examples/errorbar.rs:23:30 [INFO] [stderr] | [INFO] [stderr] 23 | .set_label_area_size(LabelAreaPosition::Left, 40) [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/errorbar.rs:24:30 [INFO] [stderr] | [INFO] [stderr] 24 | .set_label_area_size(LabelAreaPosition::Bottom, 40) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `LabelAreaPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LineSeries` [INFO] [stderr] --> examples/errorbar.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | .draw_series(LineSeries::new(data, &GREEN.mix(0.3)))? [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/errorbar.rs:32:26 [INFO] [stderr] | [INFO] [stderr] 32 | .legend(|(x, y)| PathElement::new(vec![(x, y), (x + 20, y)], &GREEN)); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PathElement` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `LineSeries` [INFO] [stderr] --> examples/errorbar.rs:34:23 [INFO] [stderr] | [INFO] [stderr] 34 | chart.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 `ErrorBar` [INFO] [stderr] --> examples/errorbar.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | ErrorBar::new_vertical(*x, *yl, *ym, *yh, BLUE.filled(), 20) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `ErrorBar` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PathElement` [INFO] [stderr] --> examples/errorbar.rs:46:26 [INFO] [stderr] | [INFO] [stderr] 46 | .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[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/errorbar.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | 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/errorbar.rs:30:45 [INFO] [stderr] | [INFO] [stderr] 30 | .draw_series(LineSeries::new(data, &GREEN.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 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/errorbar.rs:32:71 [INFO] [stderr] | [INFO] [stderr] 32 | .legend(|(x, y)| PathElement::new(vec![(x, y), (x + 20, y)], &GREEN)); [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 `BLUE` in this scope [INFO] [stderr] --> examples/errorbar.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | &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/errorbar.rs:42:59 [INFO] [stderr] | [INFO] [stderr] 42 | ErrorBar::new_vertical(*x, *yl, *ym, *yh, BLUE.filled(), 20) [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/errorbar.rs:46:71 [INFO] [stderr] | [INFO] [stderr] 46 | .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 `WHITE` in this scope [INFO] [stderr] --> examples/errorbar.rs:50:27 [INFO] [stderr] | [INFO] [stderr] 50 | .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[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[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[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> examples/area-chart.rs:25:21 [INFO] [stderr] | [INFO] [stderr] 25 | 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/area-chart.rs:26:30 [INFO] [stderr] | [INFO] [stderr] 26 | .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/area-chart.rs:27:30 [INFO] [stderr] | [INFO] [stderr] 27 | .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 `AreaSeries` [INFO] [stderr] --> examples/area-chart.rs:38:9 [INFO] [stderr] | [INFO] [stderr] 38 | AreaSeries::new( [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `AreaSeries` [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 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[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/area-chart.rs:23:16 [INFO] [stderr] | [INFO] [stderr] 23 | 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/area-chart.rs:41:14 [INFO] [stderr] | [INFO] [stderr] 41 | &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/area-chart.rs:43:24 [INFO] [stderr] | [INFO] [stderr] 43 | .border_style(&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: 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[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> examples/blit-bitmap.rs:13:21 [INFO] [stderr] | [INFO] [stderr] 13 | 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/blit-bitmap.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | .set_label_area_size(LabelAreaPosition::Left, 40) [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/blit-bitmap.rs:17:30 [INFO] [stderr] | [INFO] [stderr] 17 | .set_label_area_size(LabelAreaPosition::Bottom, 40) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of undeclared type or module `LabelAreaPosition` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/blit-bitmap.rs:11:16 [INFO] [stderr] | [INFO] [stderr] 11 | 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 `BitMapElement` in this scope [INFO] [stderr] --> examples/blit-bitmap.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | let elem: BitMapElement<_> = ((0.05, 0.95), image).into(); [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::element::BitMapElement; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::BitMapElement; [INFO] [stderr] | [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: 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[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> examples/histogram.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 `Histogram` [INFO] [stderr] --> examples/histogram.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | Histogram::vertical(&chart) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `Histogram` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/histogram.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[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/histogram.rs:18:24 [INFO] [stderr] | [INFO] [stderr] 18 | .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 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/histogram.rs:31:20 [INFO] [stderr] | [INFO] [stderr] 31 | .style(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 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 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, 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: aborting due to 9 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[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> examples/two-scales.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 `BitMapBackend` [INFO] [stderr] --> examples/sierpinski.rs:24:9 [INFO] [stderr] | [INFO] [stderr] 24 | BitMapBackend::new("plotters-doc-data/sierpinski.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 `LineSeries` [INFO] [stderr] --> examples/two-scales.rs:31:22 [INFO] [stderr] | [INFO] [stderr] 31 | .draw_series(LineSeries::new( [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `LineSeries` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `DrawingArea` in this scope [INFO] [stderr] --> examples/sierpinski.rs:6:20 [INFO] [stderr] | [INFO] [stderr] 6 | drawing_area: &DrawingArea, [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] --> examples/sierpinski.rs:6:32 [INFO] [stderr] | [INFO] [stderr] 6 | drawing_area: &DrawingArea, [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] [INFO] [stderr] error[E0412]: cannot find type `Shift` in this scope [INFO] [stderr] --> examples/sierpinski.rs:6:47 [INFO] [stderr] | [INFO] [stderr] 6 | drawing_area: &DrawingArea, [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] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> examples/sierpinski.rs:12:32 [INFO] [stderr] | [INFO] [stderr] 12 | sub_area.fill(&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[E0433]: failed to resolve: use of undeclared type or module `PathElement` [INFO] [stderr] --> examples/two-scales.rs:36:26 [INFO] [stderr] | [INFO] [stderr] 36 | .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[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/sierpinski.rs:15:32 [INFO] [stderr] | [INFO] [stderr] 15 | sub_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[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/sierpinski.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[E0433]: failed to resolve: use of undeclared type or module `LineSeries` [INFO] [stderr] --> examples/two-scales.rs:39:32 [INFO] [stderr] | [INFO] [stderr] 39 | .draw_secondary_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/two-scales.rs:44:26 [INFO] [stderr] | [INFO] [stderr] 44 | .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[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> examples/two-scales.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[E0425]: cannot find function, tuple struct or tuple variant `LogRange` in this scope [INFO] [stderr] --> examples/two-scales.rs:14:36 [INFO] [stderr] | [INFO] [stderr] 14 | .build_ranged(0f32..10f32, LogRange(0.1f32..1e10f32))? [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::coord::LogRange; [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::prelude::LogRange; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> examples/two-scales.rs:33:14 [INFO] [stderr] | [INFO] [stderr] 33 | &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/two-scales.rs:36:71 [INFO] [stderr] | [INFO] [stderr] 36 | .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 `RED` in this scope [INFO] [stderr] --> examples/two-scales.rs:41:14 [INFO] [stderr] | [INFO] [stderr] 41 | &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/two-scales.rs:44:71 [INFO] [stderr] | [INFO] [stderr] 44 | .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 function, tuple struct or tuple variant `RGBColor` in this scope [INFO] [stderr] --> examples/two-scales.rs:48:28 [INFO] [stderr] | [INFO] [stderr] 48 | .background_style(&RGBColor(128, 128, 128)) [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[E0599]: no method named `into_font` found for tuple `(&'static str, {float})` in the current scope [INFO] [stderr] --> examples/histogram.rs:12:57 [INFO] [stderr] | [INFO] [stderr] 12 | .caption("Histogram Test", ("sans-serif", 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 traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::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:22:45 [INFO] [stderr] | [INFO] [stderr] 22 | .axis_desc_style(("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 plotchart::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::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[E0599]: no method named `into_font` found for tuple `(&'static str, {float})` in the current scope [INFO] [stderr] --> examples/two-scales.rs:13:62 [INFO] [stderr] | [INFO] [stderr] 13 | .caption("Dual Y-Axis Example", ("sans-serif", 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 traits are implemented but not in scope; perhaps add a `use` for one of them: [INFO] [stderr] | [INFO] [stderr] 1 | use plotchart::style::IntoFont; [INFO] [stderr] | [INFO] [stderr] 1 | use plotters::style::IntoFont; [INFO] [stderr] | [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: aborting due to 10 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: aborting due to 15 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: could not compile `plotchart`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a2591fdd7a4b67c81a87764558762e79feea76ab1781763ccdb31ee43e694a89"` [INFO] running `"docker" "rm" "-f" "a2591fdd7a4b67c81a87764558762e79feea76ab1781763ccdb31ee43e694a89"` [INFO] [stdout] a2591fdd7a4b67c81a87764558762e79feea76ab1781763ccdb31ee43e694a89