[INFO] crate rustplot 0.1.0 is already in cache [INFO] checking rustplot-0.1.0 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate rustplot 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate rustplot 0.1.0 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rustplot 0.1.0 [INFO] finished tweaking crates.io crate rustplot 0.1.0 [INFO] tweaked toml for crates.io crate rustplot 0.1.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] baa4a9a60eab999775c275c1586a9ba0ac9e4fe554e60e7f6a4a19749746ff72 [INFO] running `"docker" "start" "-a" "baa4a9a60eab999775c275c1586a9ba0ac9e4fe554e60e7f6a4a19749746ff72"` [INFO] [stderr] Compiling gio v0.7.0 [INFO] [stderr] Compiling pango v0.7.0 [INFO] [stderr] Compiling gdk-pixbuf v0.7.0 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling atk v0.7.0 [INFO] [stderr] Compiling gdk v0.11.0 [INFO] [stderr] Compiling gtk v0.7.0 [INFO] [stderr] Compiling cairo-sys-rs v0.9.0 [INFO] [stderr] Checking glib-sys v0.9.0 [INFO] [stderr] Checking csv v0.15.0 [INFO] [stderr] Compiling gdk-sys v0.9.0 [INFO] [stderr] Compiling gtk-sys v0.9.0 [INFO] [stderr] Checking gobject-sys v0.9.0 [INFO] [stderr] Checking gio-sys v0.9.0 [INFO] [stderr] Checking glib v0.8.2 [INFO] [stderr] Checking pango-sys v0.9.0 [INFO] [stderr] Checking atk-sys v0.9.0 [INFO] [stderr] Checking gdk-pixbuf-sys v0.9.0 [INFO] [stderr] Checking rustplot v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `self::cairo::MatrixTrait` [INFO] [stderr] --> src/chart_builder/mod.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | use self::cairo::MatrixTrait; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `MatrixTrait` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `self::cairo::MatrixTrait` [INFO] [stderr] --> src/chart_builder/mod.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | use self::cairo::MatrixTrait; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `MatrixTrait` in the root [INFO] [stderr] [INFO] [stderr] error[E0603]: module `enums` is private [INFO] [stderr] --> src/chart_builder/mod.rs:57:18 [INFO] [stderr] | [INFO] [stderr] 57 | use self::cairo::enums::{FontSlant, FontWeight}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/chart_builder/charts/xy_scatter_plot.rs:199:81 [INFO] [stderr] | [INFO] [stderr] 199 | start_x = _left_bound - (start_x_val * _horizontal_scaling);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0603]: module `enums` is private [INFO] [stderr] --> src/chart_builder/mod.rs:57:18 [INFO] [stderr] | [INFO] [stderr] 57 | use self::cairo::enums::{FontSlant, FontWeight}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/chart_builder/charts/xy_scatter_plot.rs:199:81 [INFO] [stderr] | [INFO] [stderr] 199 | start_x = _left_bound - (start_x_val * _horizontal_scaling);; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolon)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/chart_builder/window.rs:95:45 [INFO] [stderr] | [INFO] [stderr] 95 | let application = gtk::Application::new("com.github.rustlib_app", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected enum `std::option::Option`, found `&str` [INFO] [stderr] | help: try using a variant of the expected enum: `Some("com.github.rustlib_app")` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `std::option::Option<&str>` [INFO] [stderr] found reference `&'static str` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/chart_builder/window.rs:95:45 [INFO] [stderr] | [INFO] [stderr] 95 | let application = gtk::Application::new("com.github.rustlib_app", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected enum `std::option::Option`, found `&str` [INFO] [stderr] | help: try using a variant of the expected enum: `Some("com.github.rustlib_app")` [INFO] [stderr] | [INFO] [stderr] = note: expected enum `std::option::Option<&str>` [INFO] [stderr] found reference `&'static str` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `rustplot`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `rustplot`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "baa4a9a60eab999775c275c1586a9ba0ac9e4fe554e60e7f6a4a19749746ff72"` [INFO] running `"docker" "rm" "-f" "baa4a9a60eab999775c275c1586a9ba0ac9e4fe554e60e7f6a4a19749746ff72"` [INFO] [stdout] baa4a9a60eab999775c275c1586a9ba0ac9e4fe554e60e7f6a4a19749746ff72