[INFO] crate plotters-cairo 0.1.0 is already in cache [INFO] checking plotters-cairo-0.1.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate plotters-cairo 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate plotters-cairo 0.1.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate plotters-cairo 0.1.0 [INFO] finished tweaking crates.io crate plotters-cairo 0.1.0 [INFO] tweaked toml for crates.io crate plotters-cairo 0.1.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] fc6a761790aeb902aca1655b97802f61a4c8640f48a25ee8c0f5ec6a5377e618 [INFO] running `"docker" "start" "-a" "fc6a761790aeb902aca1655b97802f61a4c8640f48a25ee8c0f5ec6a5377e618"` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling cairo-rs v0.8.1 [INFO] [stderr] Checking plotters-backend v0.0.1 [INFO] [stderr] Compiling glib-sys v0.9.1 [INFO] [stderr] Compiling gobject-sys v0.9.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.2 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking glib v0.9.3 [INFO] [stderr] Checking plotters-cairo v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `plotters` [INFO] [stderr] --> src/backend.rs:324:9 [INFO] [stderr] | [INFO] [stderr] 324 | 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 `ChartBuilder` [INFO] [stderr] --> src/backend.rs:354:25 [INFO] [stderr] | [INFO] [stderr] 354 | 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/backend.rs:396:25 [INFO] [stderr] | [INFO] [stderr] 396 | 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/backend.rs:427:36 [INFO] [stderr] | [INFO] [stderr] 427 | 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/backend.rs:428:37 [INFO] [stderr] | [INFO] [stderr] 428 | 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/backend.rs:459:21 [INFO] [stderr] | [INFO] [stderr] 459 | 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/backend.rs:492:25 [INFO] [stderr] | [INFO] [stderr] 492 | 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/backend.rs:506:42 [INFO] [stderr] | [INFO] [stderr] 506 | .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/backend.rs:509:30 [INFO] [stderr] | [INFO] [stderr] 509 | .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/backend.rs:512:42 [INFO] [stderr] | [INFO] [stderr] 512 | .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/backend.rs:515:30 [INFO] [stderr] | [INFO] [stderr] 515 | .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/backend.rs:518:13 [INFO] [stderr] | [INFO] [stderr] 518 | 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/backend.rs:519:13 [INFO] [stderr] | [INFO] [stderr] 519 | 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/backend.rs:520:13 [INFO] [stderr] | [INFO] [stderr] 520 | 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/backend.rs:521:13 [INFO] [stderr] | [INFO] [stderr] 521 | 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/backend.rs:522:13 [INFO] [stderr] | [INFO] [stderr] 522 | 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/backend.rs:523:13 [INFO] [stderr] | [INFO] [stderr] 523 | 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/backend.rs:524:13 [INFO] [stderr] | [INFO] [stderr] 524 | 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/backend.rs:525:13 [INFO] [stderr] | [INFO] [stderr] 525 | 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/backend.rs:526:13 [INFO] [stderr] | [INFO] [stderr] 526 | 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/backend.rs:527:13 [INFO] [stderr] | [INFO] [stderr] 527 | 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/backend.rs:427:60 [INFO] [stderr] | [INFO] [stderr] 427 | 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/backend.rs:506:67 [INFO] [stderr] | [INFO] [stderr] 506 | .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/backend.rs:509:53 [INFO] [stderr] | [INFO] [stderr] 509 | .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/backend.rs:512:68 [INFO] [stderr] | [INFO] [stderr] 512 | .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/backend.rs:515:53 [INFO] [stderr] | [INFO] [stderr] 515 | .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/backend.rs:533:32 [INFO] [stderr] | [INFO] [stderr] 533 | .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/backend.rs:556:48 [INFO] [stderr] | [INFO] [stderr] 556 | 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 `backend::CairoBackend<'_>` in the current scope [INFO] [stderr] --> src/backend.rs:351:14 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct CairoBackend<'a> { [INFO] [stderr] | --------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 351 | .into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `backend::CairoBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `backend::CairoBackend<'_>` in the current scope [INFO] [stderr] --> src/backend.rs:391:14 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct CairoBackend<'a> { [INFO] [stderr] | --------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 391 | .into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `backend::CairoBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> src/backend.rs:393:55 [INFO] [stderr] | [INFO] [stderr] 393 | .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/backend.rs:428:72 [INFO] [stderr] | [INFO] [stderr] 428 | 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 `backend::CairoBackend<'_>` in the current scope [INFO] [stderr] --> src/backend.rs:457:14 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct CairoBackend<'a> { [INFO] [stderr] | --------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 457 | .into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `backend::CairoBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_font` found for tuple `(&'static str, {integer})` in the current scope [INFO] [stderr] --> src/backend.rs:459:56 [INFO] [stderr] | [INFO] [stderr] 459 | 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 `backend::CairoBackend<'_>` in the current scope [INFO] [stderr] --> src/backend.rs:490:14 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct CairoBackend<'a> { [INFO] [stderr] | --------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 490 | .into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `backend::CairoBackend<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `into_drawing_area` found for struct `backend::CairoBackend<'_>` in the current scope [INFO] [stderr] --> src/backend.rs:552:14 [INFO] [stderr] | [INFO] [stderr] 8 | pub struct CairoBackend<'a> { [INFO] [stderr] | --------------------------- method `into_drawing_area` not found for this [INFO] [stderr] ... [INFO] [stderr] 552 | .into_drawing_area(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `backend::CairoBackend<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 36 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `plotters-cairo`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fc6a761790aeb902aca1655b97802f61a4c8640f48a25ee8c0f5ec6a5377e618"` [INFO] running `"docker" "rm" "-f" "fc6a761790aeb902aca1655b97802f61a4c8640f48a25ee8c0f5ec6a5377e618"` [INFO] [stdout] fc6a761790aeb902aca1655b97802f61a4c8640f48a25ee8c0f5ec6a5377e618