[INFO] crate rustplot 0.1.0 is already in cache [INFO] checking rustplot-0.1.0 against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] extracting crate rustplot 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rustplot 0.1.0 on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] a49b8317d885f04003a5ac577bd91d80732692aca11dee068787ea2fa52c6052 [INFO] running `"docker" "start" "-a" "a49b8317d885f04003a5ac577bd91d80732692aca11dee068787ea2fa52c6052"` [INFO] [stderr] Checking futures-task v0.3.1 [INFO] [stderr] Compiling gio v0.8.0 [INFO] [stderr] Compiling pango v0.8.0 [INFO] [stderr] Checking futures-io v0.3.1 [INFO] [stderr] Compiling gdk-pixbuf v0.8.0 [INFO] [stderr] Compiling cairo-rs v0.8.0 [INFO] [stderr] Compiling gdk v0.12.0 [INFO] [stderr] Compiling atk v0.8.0 [INFO] [stderr] Compiling gtk v0.8.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.9.1 [INFO] [stderr] Compiling atk-sys v0.9.1 [INFO] [stderr] Compiling gdk-sys v0.9.1 [INFO] [stderr] Compiling gtk-sys v0.9.2 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking glib-sys v0.9.1 [INFO] [stderr] Checking csv v0.15.0 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking gobject-sys v0.9.1 [INFO] [stderr] Checking cairo-sys-rs v0.9.2 [INFO] [stderr] Checking gio-sys v0.9.1 [INFO] [stderr] Checking pango-sys v0.9.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking glib v0.9.1 [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] 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] 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" "a49b8317d885f04003a5ac577bd91d80732692aca11dee068787ea2fa52c6052"` [INFO] running `"docker" "rm" "-f" "a49b8317d885f04003a5ac577bd91d80732692aca11dee068787ea2fa52c6052"` [INFO] [stdout] a49b8317d885f04003a5ac577bd91d80732692aca11dee068787ea2fa52c6052