[INFO] cloning repository https://github.com/HeshamElAbd/ppgg_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HeshamElAbd/ppgg_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHeshamElAbd%2Fppgg_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHeshamElAbd%2Fppgg_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a41c4ead23432f0830655e0b497a049bf335e718 [INFO] testing HeshamElAbd/ppgg_rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHeshamElAbd%2Fppgg_rust" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HeshamElAbd/ppgg_rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/HeshamElAbd/ppgg_rust [INFO] finished tweaking git repo https://github.com/HeshamElAbd/ppgg_rust [INFO] tweaked toml for git repo https://github.com/HeshamElAbd/ppgg_rust written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/HeshamElAbd/ppgg_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 13ec61e64d2393f71f28381bfe79cf9e1350de41ad7a42c127cb7e6481bad3a8 [INFO] running `Command { std: "docker" "start" "-a" "13ec61e64d2393f71f28381bfe79cf9e1350de41ad7a42c127cb7e6481bad3a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13ec61e64d2393f71f28381bfe79cf9e1350de41ad7a42c127cb7e6481bad3a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13ec61e64d2393f71f28381bfe79cf9e1350de41ad7a42c127cb7e6481bad3a8", kill_on_drop: false }` [INFO] [stdout] 13ec61e64d2393f71f28381bfe79cf9e1350de41ad7a42c127cb7e6481bad3a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0ac66af929d0093cfc04f1a707cd4631b76eeb87cc4dabac3f1f733602d0eb7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f0ac66af929d0093cfc04f1a707cd4631b76eeb87cc4dabac3f1f733602d0eb7", kill_on_drop: false }` [INFO] [stderr] Compiling ppgg_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `MisSense` [INFO] [stdout] --> src/data_structures.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | MisSense, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InframeInsertion` [INFO] [stdout] --> src/data_structures.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | InframeInsertion, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InframeDeletion` [INFO] [stdout] --> src/data_structures.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | InframeDeletion, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FrameShift` [INFO] [stdout] --> src/data_structures.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | FrameShift, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `StopGain` [INFO] [stdout] --> src/data_structures.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | StopGain, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `StopLost` [INFO] [stdout] --> src/data_structures.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | StopLost [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/data_structures.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn new(ref_aa_position:u16, mut_aa_position:u16,ref_aa:String,mut_aa:String)->MutationInfo [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Mutation` [INFO] [stdout] --> src/data_structures.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | pub struct Mutation [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `split_csq_string` [INFO] [stdout] --> src/functions.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn split_csq_string(input_string:String, )->Result,String> [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_amino_acid_field` [INFO] [stdout] --> src/functions.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn parse_amino_acid_field(input_string:String)->Result [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `parse_amino_acid_seq_position` [INFO] [stdout] --> src/functions.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn parse_amino_acid_seq_position(input_seq: &str)->Result<(u16,String),String> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.03s [INFO] running `Command { std: "docker" "inspect" "f0ac66af929d0093cfc04f1a707cd4631b76eeb87cc4dabac3f1f733602d0eb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0ac66af929d0093cfc04f1a707cd4631b76eeb87cc4dabac3f1f733602d0eb7", kill_on_drop: false }` [INFO] [stdout] f0ac66af929d0093cfc04f1a707cd4631b76eeb87cc4dabac3f1f733602d0eb7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9072e6e2202de48a95acaffbb5b44d962098f00657dedf5a4000cd4c1d38d61 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a9072e6e2202de48a95acaffbb5b44d962098f00657dedf5a4000cd4c1d38d61", kill_on_drop: false }` [INFO] [stderr] Compiling ppgg_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `error` [INFO] [stdout] --> src/functions.rs:158:17 [INFO] [stdout] | [INFO] [stdout] 158 | Err(error)=> [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MisSense` [INFO] [stdout] --> src/data_structures.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | MisSense, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InframeInsertion` [INFO] [stdout] --> src/data_structures.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | InframeInsertion, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InframeDeletion` [INFO] [stdout] --> src/data_structures.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | InframeDeletion, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FrameShift` [INFO] [stdout] --> src/data_structures.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | FrameShift, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `StopGain` [INFO] [stdout] --> src/data_structures.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | StopGain, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `StopLost` [INFO] [stdout] --> src/data_structures.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | StopLost [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/data_structures.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Mutation` [INFO] [stdout] --> src/data_structures.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | pub struct Mutation [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.94s [INFO] running `Command { std: "docker" "inspect" "a9072e6e2202de48a95acaffbb5b44d962098f00657dedf5a4000cd4c1d38d61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9072e6e2202de48a95acaffbb5b44d962098f00657dedf5a4000cd4c1d38d61", kill_on_drop: false }` [INFO] [stdout] a9072e6e2202de48a95acaffbb5b44d962098f00657dedf5a4000cd4c1d38d61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 57d76062f918f46d54522608425ea4c26d1c92ecf3c7911cc8fc84d5215a7b94 [INFO] running `Command { std: "docker" "start" "-a" "57d76062f918f46d54522608425ea4c26d1c92ecf3c7911cc8fc84d5215a7b94", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `error` [INFO] [stderr] --> src/functions.rs:158:17 [INFO] [stderr] | [INFO] [stderr] 158 | Err(error)=> [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `MisSense` [INFO] [stderr] --> src/data_structures.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | MisSense, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/data_structures.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `InframeInsertion` [INFO] [stderr] --> src/data_structures.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | InframeInsertion, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/data_structures.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `InframeDeletion` [INFO] [stderr] --> src/data_structures.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | InframeDeletion, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/data_structures.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FrameShift` [INFO] [stderr] --> src/data_structures.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | FrameShift, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/data_structures.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `StopGain` [INFO] [stderr] --> src/data_structures.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | StopGain, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/data_structures.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `StopLost` [INFO] [stderr] --> src/data_structures.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | StopLost [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `MutationType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/data_structures.rs:2:10 [INFO] [stderr] | [INFO] [stderr] 2 | #[derive(Debug,Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `Mutation` [INFO] [stderr] --> src/data_structures.rs:68:12 [INFO] [stderr] | [INFO] [stderr] 68 | pub struct Mutation [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `ppgg_rust` (bin "ppgg_rust" test) generated 8 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ppgg_rust-d9cf5f5ca0835432) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_bad_input_1 ... ok [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_bad_input_3 ... ok [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_field_2 ... ok [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position ... ok [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_bugged_input ... ok [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_field_4 ... ok [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_bad_input_2 ... ok [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_rare_input_1 ... ok [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_field_3 ... ok [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_rare_input_2 ... ok [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_field_1 ... ok [INFO] [stdout] test functions::test_text_parser::test_split_csq_string_one ... ok [INFO] [stdout] test functions::test_text_parser::test_split_csq_string_two ... ok [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_indepth ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "57d76062f918f46d54522608425ea4c26d1c92ecf3c7911cc8fc84d5215a7b94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57d76062f918f46d54522608425ea4c26d1c92ecf3c7911cc8fc84d5215a7b94", kill_on_drop: false }` [INFO] [stdout] 57d76062f918f46d54522608425ea4c26d1c92ecf3c7911cc8fc84d5215a7b94