[INFO] crate plotters-bitmap 0.1.2 is already in cache [INFO] testing plotters-bitmap-0.1.2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate plotters-bitmap 0.1.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate plotters-bitmap 0.1.2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate plotters-bitmap 0.1.2 [INFO] finished tweaking crates.io crate plotters-bitmap 0.1.2 [INFO] tweaked toml for crates.io crate plotters-bitmap 0.1.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 982ccb75ca4d5133cb889532244d2d28e8701a1c76ee8526586aadd326189ae9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "982ccb75ca4d5133cb889532244d2d28e8701a1c76ee8526586aadd326189ae9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling plotters-backend v0.0.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling image v0.22.5 [INFO] [stderr] Compiling plotters-bitmap v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.38s [INFO] running `"docker" "inspect" "982ccb75ca4d5133cb889532244d2d28e8701a1c76ee8526586aadd326189ae9"` [INFO] running `"docker" "rm" "-f" "982ccb75ca4d5133cb889532244d2d28e8701a1c76ee8526586aadd326189ae9"` [INFO] [stdout] 982ccb75ca4d5133cb889532244d2d28e8701a1c76ee8526586aadd326189ae9 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1e0cf321538f47cffa4b5c56e997e4d22a034c78359575677157995b9ed7073c [INFO] running `"docker" "start" "-a" "1e0cf321538f47cffa4b5c56e997e4d22a034c78359575677157995b9ed7073c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling plotters-bitmap v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1383:9 [INFO] [stderr] | [INFO] [stderr] 1383 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1010:9 [INFO] [stderr] | [INFO] [stderr] 1010 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1038:9 [INFO] [stderr] | [INFO] [stderr] 1038 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1085:9 [INFO] [stderr] | [INFO] [stderr] 1085 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1117:9 [INFO] [stderr] | [INFO] [stderr] 1117 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1141:9 [INFO] [stderr] | [INFO] [stderr] 1141 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1167:9 [INFO] [stderr] | [INFO] [stderr] 1167 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1193:9 [INFO] [stderr] | [INFO] [stderr] 1193 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1232:9 [INFO] [stderr] | [INFO] [stderr] 1232 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1324:9 [INFO] [stderr] | [INFO] [stderr] 1324 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1346:9 [INFO] [stderr] | [INFO] [stderr] 1346 | use plotters::prelude::*; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/bitmap.rs:1384:9 [INFO] [stderr] | [INFO] [stderr] 1384 | use plotters::style::text_anchor::{HPos, Pos, VPos}; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `plotters` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `plotters::style::text_anchor::HPos`, `plotters::style::text_anchor::Pos`, `plotters::style::text_anchor::VPos` [INFO] [stderr] --> src/bitmap.rs:1384:40 [INFO] [stderr] | [INFO] [stderr] 1384 | use plotters::style::text_anchor::{HPos, Pos, VPos}; [INFO] [stderr] | ^^^^ ^^^ ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `PathElement` [INFO] [stderr] --> src/bitmap.rs:1018:20 [INFO] [stderr] | [INFO] [stderr] 1018 | area.draw(&PathElement::new(vec![(0, 0), (10, 10)], RED.filled())) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `PathElement` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Rectangle` [INFO] [stderr] --> src/bitmap.rs:1045:20 [INFO] [stderr] | [INFO] [stderr] 1045 | area.draw(&Rectangle::new([(0, 0), (5, 10)], RED.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 `Rectangle` [INFO] [stderr] --> src/bitmap.rs:1066:20 [INFO] [stderr] | [INFO] [stderr] 1066 | area.draw(&Rectangle::new([(0, 0), (10, 5)], RED.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 `Rectangle` [INFO] [stderr] --> src/bitmap.rs:1092:20 [INFO] [stderr] | [INFO] [stderr] 1092 | area.draw(&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] --> src/bitmap.rs:1410:29 [INFO] [stderr] | [INFO] [stderr] 1410 | 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 `ChartBuilder` [INFO] [stderr] --> src/bitmap.rs:1446:29 [INFO] [stderr] | [INFO] [stderr] 1446 | 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 `FontTransform` [INFO] [stderr] --> src/bitmap.rs:1464:17 [INFO] [stderr] | [INFO] [stderr] 1464 | FontTransform::None, [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FontTransform` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FontTransform` [INFO] [stderr] --> src/bitmap.rs:1465:17 [INFO] [stderr] | [INFO] [stderr] 1465 | FontTransform::Rotate90, [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FontTransform` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FontTransform` [INFO] [stderr] --> src/bitmap.rs:1466:17 [INFO] [stderr] | [INFO] [stderr] 1466 | FontTransform::Rotate180, [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FontTransform` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FontTransform` [INFO] [stderr] --> src/bitmap.rs:1467:17 [INFO] [stderr] | [INFO] [stderr] 1467 | FontTransform::Rotate270, [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `FontTransform` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `HPos` [INFO] [stderr] --> src/bitmap.rs:1472:38 [INFO] [stderr] | [INFO] [stderr] 1472 | for (dx1, h_pos) in [HPos::Left, HPos::Right, HPos::Center].iter().enumerate() { [INFO] [stderr] | ^^^^ use of undeclared type or module `HPos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `HPos` [INFO] [stderr] --> src/bitmap.rs:1472:50 [INFO] [stderr] | [INFO] [stderr] 1472 | for (dx1, h_pos) in [HPos::Left, HPos::Right, HPos::Center].iter().enumerate() { [INFO] [stderr] | ^^^^ use of undeclared type or module `HPos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `HPos` [INFO] [stderr] --> src/bitmap.rs:1472:63 [INFO] [stderr] | [INFO] [stderr] 1472 | for (dx1, h_pos) in [HPos::Left, HPos::Right, HPos::Center].iter().enumerate() { [INFO] [stderr] | ^^^^ use of undeclared type or module `HPos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `VPos` [INFO] [stderr] --> src/bitmap.rs:1473:42 [INFO] [stderr] | [INFO] [stderr] 1473 | for (dx2, v_pos) in [VPos::Top, VPos::Center, VPos::Bottom].iter().enumerate() { [INFO] [stderr] | ^^^^ use of undeclared type or module `VPos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `VPos` [INFO] [stderr] --> src/bitmap.rs:1473:53 [INFO] [stderr] | [INFO] [stderr] 1473 | for (dx2, v_pos) in [VPos::Top, VPos::Center, VPos::Bottom].iter().enumerate() { [INFO] [stderr] | ^^^^ use of undeclared type or module `VPos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `VPos` [INFO] [stderr] --> src/bitmap.rs:1473:67 [INFO] [stderr] | [INFO] [stderr] 1473 | for (dx2, v_pos) in [VPos::Top, VPos::Center, VPos::Bottom].iter().enumerate() { [INFO] [stderr] | ^^^^ use of undeclared type or module `VPos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle` [INFO] [stderr] --> src/bitmap.rs:1477:40 [INFO] [stderr] | [INFO] [stderr] 1477 | ... root.draw(&Circle::new((x, y), 3, &BLACK.mix(0.5))).unwrap(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Circle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextStyle` [INFO] [stderr] --> src/bitmap.rs:1478:41 [INFO] [stderr] | [INFO] [stderr] 1478 | ... let style = TextStyle::from(("sans-serif", 20).into_font()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `TextStyle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Pos` [INFO] [stderr] --> src/bitmap.rs:1479:38 [INFO] [stderr] | [INFO] [stderr] 1479 | ... .pos(Pos::new(*h_pos, *v_pos)) [INFO] [stderr] | ^^^ use of undeclared type or module `Pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TextStyle` [INFO] [stderr] --> src/bitmap.rs:1502:25 [INFO] [stderr] | [INFO] [stderr] 1502 | let style = TextStyle::from(("sans-serif", 20).into_font()) [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `TextStyle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Pos` [INFO] [stderr] --> src/bitmap.rs:1503:22 [INFO] [stderr] | [INFO] [stderr] 1503 | .pos(Pos::new(HPos::Center, VPos::Center)); [INFO] [stderr] | ^^^ use of undeclared type or module `Pos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `HPos` [INFO] [stderr] --> src/bitmap.rs:1503:31 [INFO] [stderr] | [INFO] [stderr] 1503 | .pos(Pos::new(HPos::Center, VPos::Center)); [INFO] [stderr] | ^^^^ use of undeclared type or module `HPos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `VPos` [INFO] [stderr] --> src/bitmap.rs:1503:45 [INFO] [stderr] | [INFO] [stderr] 1503 | .pos(Pos::new(HPos::Center, VPos::Center)); [INFO] [stderr] | ^^^^ use of undeclared type or module `VPos` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder` [INFO] [stderr] --> src/bitmap.rs:1531:29 [INFO] [stderr] | [INFO] [stderr] 1531 | let mut chart = ChartBuilder::on(&root) [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `ChartBuilder` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle` [INFO] [stderr] --> src/bitmap.rs:1545:46 [INFO] [stderr] | [INFO] [stderr] 1545 | .draw_series(std::iter::once(Circle::new((5, 15), 5, &RED))) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Circle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle` [INFO] [stderr] --> src/bitmap.rs:1548:34 [INFO] [stderr] | [INFO] [stderr] 1548 | .legend(|(x, y)| Circle::new((x, y), 3, RED.filled())); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Circle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle` [INFO] [stderr] --> src/bitmap.rs:1551:46 [INFO] [stderr] | [INFO] [stderr] 1551 | .draw_series(std::iter::once(Circle::new((5, 15), 10, &BLUE))) [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Circle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Circle` [INFO] [stderr] --> src/bitmap.rs:1554:34 [INFO] [stderr] | [INFO] [stderr] 1554 | .legend(|(x, y)| Circle::new((x, y), 3, BLUE.filled())); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Circle` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/bitmap.rs:1557:17 [INFO] [stderr] | [INFO] [stderr] 1557 | SeriesLabelPosition::UpperLeft, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/bitmap.rs:1558:17 [INFO] [stderr] | [INFO] [stderr] 1558 | SeriesLabelPosition::MiddleLeft, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/bitmap.rs:1559:17 [INFO] [stderr] | [INFO] [stderr] 1559 | SeriesLabelPosition::LowerLeft, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/bitmap.rs:1560:17 [INFO] [stderr] | [INFO] [stderr] 1560 | SeriesLabelPosition::UpperMiddle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/bitmap.rs:1561:17 [INFO] [stderr] | [INFO] [stderr] 1561 | SeriesLabelPosition::MiddleMiddle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/bitmap.rs:1562:17 [INFO] [stderr] | [INFO] [stderr] 1562 | SeriesLabelPosition::LowerMiddle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/bitmap.rs:1563:17 [INFO] [stderr] | [INFO] [stderr] 1563 | SeriesLabelPosition::UpperRight, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/bitmap.rs:1564:17 [INFO] [stderr] | [INFO] [stderr] 1564 | SeriesLabelPosition::MiddleRight, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/bitmap.rs:1565:17 [INFO] [stderr] | [INFO] [stderr] 1565 | SeriesLabelPosition::LowerRight, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] --> src/bitmap.rs:1566:17 [INFO] [stderr] | [INFO] [stderr] 1566 | SeriesLabelPosition::Coordinate(70, 70), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1017:20 [INFO] [stderr] | [INFO] [stderr] 1017 | area.fill(&WHITE).unwrap(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1018:61 [INFO] [stderr] | [INFO] [stderr] 1018 | area.draw(&PathElement::new(vec![(0, 0), (10, 10)], RED.filled())) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1045:54 [INFO] [stderr] | [INFO] [stderr] 1045 | area.draw(&Rectangle::new([(0, 0), (5, 10)], RED.filled())) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1066:54 [INFO] [stderr] | [INFO] [stderr] 1066 | area.draw(&Rectangle::new([(0, 0), (10, 5)], RED.filled())) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBColor` in this scope [INFO] [stderr] --> src/bitmap.rs:1094:13 [INFO] [stderr] | [INFO] [stderr] 1094 | RGBColor(0, 100, 200).mix(0.2).filled(), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1123:72 [INFO] [stderr] | [INFO] [stderr] 1123 | for (sub_backend, color) in back.split(&[5]).into_iter().zip([&RED, &GREEN].iter()) { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `GREEN` in this scope [INFO] [stderr] --> src/bitmap.rs:1123:78 [INFO] [stderr] | [INFO] [stderr] 1123 | for (sub_backend, color) in back.split(&[5]).into_iter().zip([&RED, &GREEN].iter()) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1147:49 [INFO] [stderr] | [INFO] [stderr] 1147 | back.draw_line((1100, 0), (1100, 999), &RED.to_rgba()) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1149:49 [INFO] [stderr] | [INFO] [stderr] 1149 | back.draw_line((0, 1100), (999, 1100), &RED.to_rgba()) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1151:49 [INFO] [stderr] | [INFO] [stderr] 1151 | back.draw_rect((1100, 0), (1100, 999), &RED.to_rgba(), true) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1173:55 [INFO] [stderr] | [INFO] [stderr] 1173 | back.draw_line((-1000, -1000), (2000, 2000), &WHITE.to_rgba()) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1176:52 [INFO] [stderr] | [INFO] [stderr] 1176 | back.draw_line((999, -1000), (999, 2000), &WHITE.to_rgba()) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1196:24 [INFO] [stderr] | [INFO] [stderr] 1196 | for fill_color in [RED, GREEN, BLUE].iter() { [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `GREEN` in this scope [INFO] [stderr] --> src/bitmap.rs:1196:29 [INFO] [stderr] | [INFO] [stderr] 1196 | for fill_color in [RED, GREEN, BLUE].iter() { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> src/bitmap.rs:1196:36 [INFO] [stderr] | [INFO] [stderr] 1196 | for fill_color in [RED, GREEN, BLUE].iter() { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1202:51 [INFO] [stderr] | [INFO] [stderr] 1202 | back.draw_rect((0, 0), (1000, 1000), &WHITE.mix(0.1), true) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> src/bitmap.rs:1243:47 [INFO] [stderr] | [INFO] [stderr] 1243 | .draw_rect((0, 0), (1000, 1000), &BLACK, true) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> src/bitmap.rs:1246:47 [INFO] [stderr] | [INFO] [stderr] 1246 | .draw_rect((0, 0), (1000, 1000), &BLACK, true) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBColor` in this scope [INFO] [stderr] --> src/bitmap.rs:1253:18 [INFO] [stderr] | [INFO] [stderr] 1253 | &RGBColor(0xaa, 0xbb, 0xcc).mix(0.85), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `RGBColor` in this scope [INFO] [stderr] --> src/bitmap.rs:1261:18 [INFO] [stderr] | [INFO] [stderr] 1261 | &RGBColor(0xaa, 0xbb, 0xcc).mix(0.85), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1267:47 [INFO] [stderr] | [INFO] [stderr] 1267 | .draw_rect((0, 0), (1000, 1000), &RED.mix(0.85), true) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1270:47 [INFO] [stderr] | [INFO] [stderr] 1270 | .draw_rect((0, 0), (1000, 1000), &RED.mix(0.85), true) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `GREEN` in this scope [INFO] [stderr] --> src/bitmap.rs:1273:48 [INFO] [stderr] | [INFO] [stderr] 1273 | rgb_back.draw_circle((300, 300), 100, &GREEN, true).unwrap(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `GREEN` in this scope [INFO] [stderr] --> src/bitmap.rs:1275:44 [INFO] [stderr] | [INFO] [stderr] 1275 | .draw_circle((300, 300), 100, &GREEN, true) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> src/bitmap.rs:1278:49 [INFO] [stderr] | [INFO] [stderr] 1278 | rgb_back.draw_rect((10, 10), (50, 50), &BLUE, true).unwrap(); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> src/bitmap.rs:1280:45 [INFO] [stderr] | [INFO] [stderr] 1280 | .draw_rect((10, 10), (50, 50), &BLUE, true) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1284:45 [INFO] [stderr] | [INFO] [stderr] 1284 | .draw_rect((10, 10), (50, 50), &WHITE, true) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1287:45 [INFO] [stderr] | [INFO] [stderr] 1287 | .draw_rect((10, 10), (50, 50), &WHITE, true) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `YELLOW` in this scope [INFO] [stderr] --> src/bitmap.rs:1291:45 [INFO] [stderr] | [INFO] [stderr] 1291 | .draw_rect((10, 10), (15, 50), &YELLOW, true) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `YELLOW` in this scope [INFO] [stderr] --> src/bitmap.rs:1294:45 [INFO] [stderr] | [INFO] [stderr] 1294 | .draw_rect((10, 10), (15, 50), &YELLOW, true) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1329:48 [INFO] [stderr] | [INFO] [stderr] 1329 | back.draw_line((500, 0), (500, 1000), &WHITE.filled().stroke_width(5)) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1408:24 [INFO] [stderr] | [INFO] [stderr] 1408 | root.fill(&WHITE).unwrap(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1441:24 [INFO] [stderr] | [INFO] [stderr] 1441 | root.fill(&WHITE).unwrap(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> src/bitmap.rs:1477:64 [INFO] [stderr] | [INFO] [stderr] 1477 | ... root.draw(&Circle::new((x, y), 3, &BLACK.mix(0.5))).unwrap(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1500:24 [INFO] [stderr] | [INFO] [stderr] 1500 | root.fill(&WHITE).unwrap(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1529:24 [INFO] [stderr] | [INFO] [stderr] 1529 | root.fill(&WHITE).unwrap(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1545:71 [INFO] [stderr] | [INFO] [stderr] 1545 | .draw_series(std::iter::once(Circle::new((5, 15), 5, &RED))) [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `RED` in this scope [INFO] [stderr] --> src/bitmap.rs:1548:57 [INFO] [stderr] | [INFO] [stderr] 1548 | .legend(|(x, y)| Circle::new((x, y), 3, RED.filled())); [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> src/bitmap.rs:1551:72 [INFO] [stderr] | [INFO] [stderr] 1551 | .draw_series(std::iter::once(Circle::new((5, 15), 10, &BLUE))) [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLUE` in this scope [INFO] [stderr] --> src/bitmap.rs:1554:57 [INFO] [stderr] | [INFO] [stderr] 1554 | .legend(|(x, y)| Circle::new((x, y), 3, BLUE.filled())); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> src/bitmap.rs:1572:36 [INFO] [stderr] | [INFO] [stderr] 1572 | .border_style(&BLACK.mix(0.5)) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `WHITE` in this scope [INFO] [stderr] --> src/bitmap.rs:1588:24 [INFO] [stderr] | [INFO] [stderr] 1588 | root.fill(&WHITE).unwrap(); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope [INFO] [stderr] --> src/bitmap.rs:1591:52 [INFO] [stderr] | [INFO] [stderr] 1591 | root.draw_pixel((50 + i, 50 + i), &BLACK.mix(alpha)) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `bitmap::BitMapBackend<'_>` in the current scope [INFO] [stderr] --> src/bitmap.rs:1016:25 [INFO] [stderr] | [INFO] [stderr] 697 | pub struct BitMapBackend<'a, P: PixelFormat = RGBPixel> { [INFO] [stderr] | ------------------------------------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 1016 | let area = back.into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `bitmap::BitMapBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `bitmap::BitMapBackend<'_>` in the current scope [INFO] [stderr] --> src/bitmap.rs:1044:25 [INFO] [stderr] | [INFO] [stderr] 697 | pub struct BitMapBackend<'a, P: PixelFormat = RGBPixel> { [INFO] [stderr] | ------------------------------------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 1044 | let area = back.into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `bitmap::BitMapBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `bitmap::BitMapBackend<'_>` in the current scope [INFO] [stderr] --> src/bitmap.rs:1065:25 [INFO] [stderr] | [INFO] [stderr] 697 | pub struct BitMapBackend<'a, P: PixelFormat = RGBPixel> { [INFO] [stderr] | ------------------------------------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 1065 | let area = back.into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `bitmap::BitMapBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `bitmap::BitMapBackend<'_>` in the current scope [INFO] [stderr] --> src/bitmap.rs:1091:25 [INFO] [stderr] | [INFO] [stderr] 697 | pub struct BitMapBackend<'a, P: PixelFormat = RGBPixel> { [INFO] [stderr] | ------------------------------------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 1091 | let area = back.into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `bitmap::BitMapBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `bitmap::BitMapBackend<'_>` in the current scope [INFO] [stderr] --> src/bitmap.rs:1124:25 [INFO] [stderr] | [INFO] [stderr] 697 | pub struct BitMapBackend<'a, P: PixelFormat = RGBPixel> { [INFO] [stderr] | ------------------------------------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 1124 | sub_backend.into_drawing_area().fill(*color).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `bitmap::BitMapBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `bitmap::BitMapBackend<'_>` in the current scope [INFO] [stderr] --> src/bitmap.rs:1407:81 [INFO] [stderr] | [INFO] [stderr] 697 | pub struct BitMapBackend<'a, P: PixelFormat = RGBPixel> { [INFO] [stderr] | ------------------------------------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 1407 | let root = BitMapBackend::with_buffer(&mut buffer, (width, height)).into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `bitmap::BitMapBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `bitmap::BitMapBackend<'_>` in the current scope [INFO] [stderr] --> src/bitmap.rs:1440:81 [INFO] [stderr] | [INFO] [stderr] 697 | pub struct BitMapBackend<'a, P: PixelFormat = RGBPixel> { [INFO] [stderr] | ------------------------------------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 1440 | let root = BitMapBackend::with_buffer(&mut buffer, (width, height)).into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `bitmap::BitMapBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> src/bitmap.rs:1443:59 [INFO] [stderr] | [INFO] [stderr] 1443 | .titled("Image Title", ("sans-serif", 60).into_font()) [INFO] [stderr] | ^^^^^^^^^ method not found in `(&'static str, {integer})` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> src/bitmap.rs:1478:76 [INFO] [stderr] | [INFO] [stderr] 1478 | ... let style = TextStyle::from(("sans-serif", 20).into_font()) [INFO] [stderr] | ^^^^^^^^^ method not found in `(&'static str, {integer})` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `bitmap::BitMapBackend<'_>` in the current scope [INFO] [stderr] --> src/bitmap.rs:1499:18 [INFO] [stderr] | [INFO] [stderr] 697 | pub struct BitMapBackend<'a, P: PixelFormat = RGBPixel> { [INFO] [stderr] | ------------------------------------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 1499 | .into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `bitmap::BitMapBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> src/bitmap.rs:1502:60 [INFO] [stderr] | [INFO] [stderr] 1502 | let style = TextStyle::from(("sans-serif", 20).into_font()) [INFO] [stderr] | ^^^^^^^^^ method not found in `(&'static str, {integer})` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `bitmap::BitMapBackend<'_>` in the current scope [INFO] [stderr] --> src/bitmap.rs:1528:81 [INFO] [stderr] | [INFO] [stderr] 697 | pub struct BitMapBackend<'a, P: PixelFormat = RGBPixel> { [INFO] [stderr] | ------------------------------------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 1528 | let root = BitMapBackend::with_buffer(&mut buffer, (width, height)).into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `bitmap::BitMapBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `bitmap::BitMapBackend<'_>` in the current scope [INFO] [stderr] --> src/bitmap.rs:1587:18 [INFO] [stderr] | [INFO] [stderr] 697 | pub struct BitMapBackend<'a, P: PixelFormat = RGBPixel> { [INFO] [stderr] | ------------------------------------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 1587 | .into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `bitmap::BitMapBackend<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 107 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `plotters-bitmap`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1e0cf321538f47cffa4b5c56e997e4d22a034c78359575677157995b9ed7073c"` [INFO] running `"docker" "rm" "-f" "1e0cf321538f47cffa4b5c56e997e4d22a034c78359575677157995b9ed7073c"` [INFO] [stdout] 1e0cf321538f47cffa4b5c56e997e4d22a034c78359575677157995b9ed7073c