[INFO] cloning repository https://github.com/jamescauwelier/gnuplotter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jamescauwelier/gnuplotter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamescauwelier%2Fgnuplotter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamescauwelier%2Fgnuplotter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 974f9f148cd846d892dc9cf816433df3404df716 [INFO] checking jamescauwelier/gnuplotter against master#385fa9d845dd326c6bbfd58c22244215e431948a for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamescauwelier%2Fgnuplotter" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jamescauwelier/gnuplotter on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jamescauwelier/gnuplotter [INFO] finished tweaking git repo https://github.com/jamescauwelier/gnuplotter [INFO] tweaked toml for git repo https://github.com/jamescauwelier/gnuplotter written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jamescauwelier/gnuplotter already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 144ad0dfefcb3f0b988dced1f2d48b9ba4e503ba8f3541dae3517aeb764683cd [INFO] running `Command { std: "docker" "start" "-a" "144ad0dfefcb3f0b988dced1f2d48b9ba4e503ba8f3541dae3517aeb764683cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "144ad0dfefcb3f0b988dced1f2d48b9ba4e503ba8f3541dae3517aeb764683cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "144ad0dfefcb3f0b988dced1f2d48b9ba4e503ba8f3541dae3517aeb764683cd", kill_on_drop: false }` [INFO] [stdout] 144ad0dfefcb3f0b988dced1f2d48b9ba4e503ba8f3541dae3517aeb764683cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 63f7e2785a23929f58b6004e78bfa54d13f772f264eff3ea89dec4937283593e [INFO] running `Command { std: "docker" "start" "-a" "63f7e2785a23929f58b6004e78bfa54d13f772f264eff3ea89dec4937283593e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Checking gnuplotter_core v0.2.3-alpha (/opt/rustwide/workdir/gnuplotter_core) [INFO] [stderr] Compiling png v0.17.11 [INFO] [stderr] Compiling tempfile v3.9.0 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Compiling derive_builder v0.12.0 [INFO] [stderr] Checking gnuplotter_macros v0.2.3-alpha (/opt/rustwide/workdir/gnuplotter_macros) [INFO] [stderr] Checking gnuplotter v0.2.3-alpha (/opt/rustwide/workdir/gnuplotter) [INFO] [stdout] warning: the item `Maybe` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | use gnuplotter::maybe::Maybe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Maybe` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Config` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:33 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Config` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Label` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:41 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Label` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Required` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:54 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Required` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Series` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:64 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Series` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Title` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:72 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Title` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `X` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `X` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Y` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:82 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Y` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.14s [INFO] running `Command { std: "docker" "inspect" "63f7e2785a23929f58b6004e78bfa54d13f772f264eff3ea89dec4937283593e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63f7e2785a23929f58b6004e78bfa54d13f772f264eff3ea89dec4937283593e", kill_on_drop: false }` [INFO] [stdout] 63f7e2785a23929f58b6004e78bfa54d13f772f264eff3ea89dec4937283593e [INFO] checking jamescauwelier/gnuplotter against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamescauwelier%2Fgnuplotter" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jamescauwelier/gnuplotter on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jamescauwelier/gnuplotter [INFO] finished tweaking git repo https://github.com/jamescauwelier/gnuplotter [INFO] tweaked toml for git repo https://github.com/jamescauwelier/gnuplotter written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/jamescauwelier/gnuplotter already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c2bd692bd1c47318e64cfbdf1f04c6fe4194a5dba1b2834d2515ab9386953aa [INFO] running `Command { std: "docker" "start" "-a" "9c2bd692bd1c47318e64cfbdf1f04c6fe4194a5dba1b2834d2515ab9386953aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c2bd692bd1c47318e64cfbdf1f04c6fe4194a5dba1b2834d2515ab9386953aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c2bd692bd1c47318e64cfbdf1f04c6fe4194a5dba1b2834d2515ab9386953aa", kill_on_drop: false }` [INFO] [stdout] 9c2bd692bd1c47318e64cfbdf1f04c6fe4194a5dba1b2834d2515ab9386953aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2984bb3d246dfda62878eae46596e6b483e07948f5d74a6e66b97a13b94d280f [INFO] running `Command { std: "docker" "start" "-a" "2984bb3d246dfda62878eae46596e6b483e07948f5d74a6e66b97a13b94d280f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Checking either v1.9.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling png v0.17.11 [INFO] [stderr] Checking gnuplotter_core v0.2.3-alpha (/opt/rustwide/workdir/gnuplotter_core) [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling tempfile v3.9.0 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling derive_builder_core v0.12.0 [INFO] [stderr] Compiling derive_builder_macro v0.12.0 [INFO] [stderr] Compiling derive_builder v0.12.0 [INFO] [stderr] Compiling gnuplotter_macros v0.2.3-alpha (/opt/rustwide/workdir/gnuplotter_macros) [INFO] [stderr] Checking gnuplotter v0.2.3-alpha (/opt/rustwide/workdir/gnuplotter) [INFO] [stdout] warning: the item `Maybe` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | use gnuplotter::maybe::Maybe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Maybe` is already imported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Config` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:33 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Config` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Label` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:41 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Label` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Required` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:54 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Required` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Series` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:64 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Series` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Title` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:72 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Title` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `X` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:79 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `X` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Y` is imported redundantly [INFO] [stdout] --> gnuplotter/examples/demo_basic.rs:35:82 [INFO] [stdout] | [INFO] [stdout] 35 | use gnuplotter::prelude::{Axis, Config, Label, Plot, Required, Series, Title, X, Y}; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | #[derive(Clone, PartialEq, Debug, Default, Plot)] [INFO] [stdout] | ---- the item `Y` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.62s [INFO] running `Command { std: "docker" "inspect" "2984bb3d246dfda62878eae46596e6b483e07948f5d74a6e66b97a13b94d280f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2984bb3d246dfda62878eae46596e6b483e07948f5d74a6e66b97a13b94d280f", kill_on_drop: false }` [INFO] [stdout] 2984bb3d246dfda62878eae46596e6b483e07948f5d74a6e66b97a13b94d280f