[INFO] crate plotters-canvas 0.1.1 is already in cache
[INFO] checking plotters-canvas-0.1.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate plotters-canvas 0.1.1 into /workspace/builds/worker-9/source
[INFO] validating manifest of crates.io crate plotters-canvas 0.1.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate plotters-canvas 0.1.1
[INFO] finished tweaking crates.io crate plotters-canvas 0.1.1
[INFO] tweaked toml for crates.io crate plotters-canvas 0.1.1 written to /workspace/builds/worker-9/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 6d3cc05cff2307797da79c34ced790d567291892c7b0ebb7c49ae220a4ff8260
[INFO] running `"docker" "start" "-a" "6d3cc05cff2307797da79c34ced790d567291892c7b0ebb7c49ae220a4ff8260"`
[INFO] [stderr]     Checking plotters-backend v0.0.1
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.10
[INFO] [stderr]     Checking wasm-bindgen v0.2.60
[INFO] [stderr]     Checking js-sys v0.3.37
[INFO] [stderr]     Checking console_error_panic_hook v0.1.6
[INFO] [stderr]     Checking web-sys v0.3.37
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.10
[INFO] [stderr]     Checking wasm-bindgen-test v0.3.10
[INFO] [stderr]     Checking plotters-canvas v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters`
[INFO] [stderr]    --> src/canvas.rs:296:9
[INFO] [stderr]     |
[INFO] [stderr] 296 |     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/canvas.rs:295:9
[INFO] [stderr]     |
[INFO] [stderr] 295 |     use plotters::element::Circle;
[INFO] [stderr]     |         ^^^^^^^^ use of undeclared type or module `plotters`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `plotters::element::Circle`
[INFO] [stderr]    --> src/canvas.rs:295:9
[INFO] [stderr]     |
[INFO] [stderr] 295 |     use plotters::element::Circle;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ChartBuilder`
[INFO] [stderr]    --> src/canvas.rs:336:25
[INFO] [stderr]     |
[INFO] [stderr] 336 |         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/canvas.rs:371:25
[INFO] [stderr]     |
[INFO] [stderr] 371 |         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/canvas.rs:402:36
[INFO] [stderr]     |
[INFO] [stderr] 402 |                         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/canvas.rs:403:37
[INFO] [stderr]     |
[INFO] [stderr] 403 |                         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 `TextStyle`
[INFO] [stderr]    --> src/canvas.rs:425:21
[INFO] [stderr]     |
[INFO] [stderr] 425 |         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 `ChartBuilder`
[INFO] [stderr]    --> src/canvas.rs:454:25
[INFO] [stderr]     |
[INFO] [stderr] 454 |         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/canvas.rs:468:42
[INFO] [stderr]     |
[INFO] [stderr] 468 |             .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/canvas.rs:471:30
[INFO] [stderr]     |
[INFO] [stderr] 471 |             .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/canvas.rs:474:42
[INFO] [stderr]     |
[INFO] [stderr] 474 |             .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/canvas.rs:477:30
[INFO] [stderr]     |
[INFO] [stderr] 477 |             .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/canvas.rs:480:13
[INFO] [stderr]     |
[INFO] [stderr] 480 |             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/canvas.rs:481:13
[INFO] [stderr]     |
[INFO] [stderr] 481 |             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/canvas.rs:482:13
[INFO] [stderr]     |
[INFO] [stderr] 482 |             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/canvas.rs:483:13
[INFO] [stderr]     |
[INFO] [stderr] 483 |             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/canvas.rs:484:13
[INFO] [stderr]     |
[INFO] [stderr] 484 |             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/canvas.rs:485:13
[INFO] [stderr]     |
[INFO] [stderr] 485 |             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/canvas.rs:486:13
[INFO] [stderr]     |
[INFO] [stderr] 486 |             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/canvas.rs:487:13
[INFO] [stderr]     |
[INFO] [stderr] 487 |             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/canvas.rs:488:13
[INFO] [stderr]     |
[INFO] [stderr] 488 |             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/canvas.rs:489:13
[INFO] [stderr]     |
[INFO] [stderr] 489 |             SeriesLabelPosition::Coordinate(70, 70),
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SeriesLabelPosition`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope
[INFO] [stderr]    --> src/canvas.rs:402:60
[INFO] [stderr]     |
[INFO] [stderr] 402 |                         root.draw(&Circle::new((x, y), 3, &BLACK.mix(0.5))).unwrap();
[INFO] [stderr]     |                                                            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `RED` in this scope
[INFO] [stderr]    --> src/canvas.rs:468:67
[INFO] [stderr]     |
[INFO] [stderr] 468 |             .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/canvas.rs:471:53
[INFO] [stderr]     |
[INFO] [stderr] 471 |             .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/canvas.rs:474:68
[INFO] [stderr]     |
[INFO] [stderr] 474 |             .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/canvas.rs:477:53
[INFO] [stderr]     |
[INFO] [stderr] 477 |             .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/canvas.rs:495:32
[INFO] [stderr]     |
[INFO] [stderr] 495 |                 .border_style(&BLACK.mix(0.5))
[INFO] [stderr]     |                                ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `BLACK` in this scope
[INFO] [stderr]    --> src/canvas.rs:519:48
[INFO] [stderr]     |
[INFO] [stderr] 519 |             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 `canvas::CanvasBackend` in the current scope
[INFO] [stderr]    --> src/canvas.rs:334:28
[INFO] [stderr]     |
[INFO] [stderr] 10  | pub struct CanvasBackend {
[INFO] [stderr]     | ------------------------ method `into_drawing_area` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 334 |         let root = backend.into_drawing_area();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^ method not found in `canvas::CanvasBackend`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `canvas::CanvasBackend` in the current scope
[INFO] [stderr]    --> src/canvas.rs:366:28
[INFO] [stderr]     |
[INFO] [stderr] 10  | pub struct CanvasBackend {
[INFO] [stderr]     | ------------------------ method `into_drawing_area` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 366 |         let root = backend.into_drawing_area();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^ method not found in `canvas::CanvasBackend`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope
[INFO] [stderr]    --> src/canvas.rs:368:55
[INFO] [stderr]     |
[INFO] [stderr] 368 |             .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/canvas.rs:403:72
[INFO] [stderr]     |
[INFO] [stderr] 403 |                         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 `canvas::CanvasBackend` in the current scope
[INFO] [stderr]    --> src/canvas.rs:423:28
[INFO] [stderr]     |
[INFO] [stderr] 10  | pub struct CanvasBackend {
[INFO] [stderr]     | ------------------------ method `into_drawing_area` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 423 |         let root = backend.into_drawing_area();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^ method not found in `canvas::CanvasBackend`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope
[INFO] [stderr]    --> src/canvas.rs:425:56
[INFO] [stderr]     |
[INFO] [stderr] 425 |         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 `canvas::CanvasBackend` in the current scope
[INFO] [stderr]    --> src/canvas.rs:452:28
[INFO] [stderr]     |
[INFO] [stderr] 10  | pub struct CanvasBackend {
[INFO] [stderr]     | ------------------------ method `into_drawing_area` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 452 |         let root = backend.into_drawing_area();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^ method not found in `canvas::CanvasBackend`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `canvas::CanvasBackend` in the current scope
[INFO] [stderr]    --> src/canvas.rs:515:28
[INFO] [stderr]     |
[INFO] [stderr] 10  | pub struct CanvasBackend {
[INFO] [stderr]     | ------------------------ method `into_drawing_area` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 515 |         let root = backend.into_drawing_area();
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^ method not found in `canvas::CanvasBackend`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 38 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-canvas`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "6d3cc05cff2307797da79c34ced790d567291892c7b0ebb7c49ae220a4ff8260"`
[INFO] running `"docker" "rm" "-f" "6d3cc05cff2307797da79c34ced790d567291892c7b0ebb7c49ae220a4ff8260"`
[INFO] [stdout] 6d3cc05cff2307797da79c34ced790d567291892c7b0ebb7c49ae220a4ff8260
