[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 beta-2022-04-10 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 beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2df843a65a2c75729dc81145611dee1987bccddbf3e296e180b99e7e06a3a21a [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" "2df843a65a2c75729dc81145611dee1987bccddbf3e296e180b99e7e06a3a21a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2df843a65a2c75729dc81145611dee1987bccddbf3e296e180b99e7e06a3a21a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2df843a65a2c75729dc81145611dee1987bccddbf3e296e180b99e7e06a3a21a", kill_on_drop: false }` [INFO] [stdout] 2df843a65a2c75729dc81145611dee1987bccddbf3e296e180b99e7e06a3a21a [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", 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] c03d1fe0453efa3f2214b9087ccb381912a9d6a91ac13893de5a0b4c3c169b4d [INFO] running `Command { std: "docker" "start" "-a" "c03d1fe0453efa3f2214b9087ccb381912a9d6a91ac13893de5a0b4c3c169b4d", 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 1.55s [INFO] running `Command { std: "docker" "inspect" "c03d1fe0453efa3f2214b9087ccb381912a9d6a91ac13893de5a0b4c3c169b4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c03d1fe0453efa3f2214b9087ccb381912a9d6a91ac13893de5a0b4c3c169b4d", kill_on_drop: false }` [INFO] [stdout] c03d1fe0453efa3f2214b9087ccb381912a9d6a91ac13893de5a0b4c3c169b4d [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea66ce23b12e899ddb79e8f8680cfcf0191aa63d1a0384640d3dd8b3c8a7baa4 [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" "ea66ce23b12e899ddb79e8f8680cfcf0191aa63d1a0384640d3dd8b3c8a7baa4", 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.83s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/ppgg_rust-1d62afd62f1518ea) [INFO] running `Command { std: "docker" "inspect" "ea66ce23b12e899ddb79e8f8680cfcf0191aa63d1a0384640d3dd8b3c8a7baa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea66ce23b12e899ddb79e8f8680cfcf0191aa63d1a0384640d3dd8b3c8a7baa4", kill_on_drop: false }` [INFO] [stdout] ea66ce23b12e899ddb79e8f8680cfcf0191aa63d1a0384640d3dd8b3c8a7baa4 [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" "+beta-2022-04-10" "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] 88b2d5e2441824df6436ee0fc40ff95b91460c1359cc2ddd048c0ffbf6786c0e [INFO] running `Command { std: "docker" "start" "-a" "88b2d5e2441824df6436ee0fc40ff95b91460c1359cc2ddd048c0ffbf6786c0e", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: unused variable: `error` [INFO] [stdout] running 14 tests [INFO] [stderr] --> src/functions.rs:158:17 [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_field_1 ... ok [INFO] [stderr] | [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_field_4 ... ok [INFO] [stderr] 158 | Err(error)=> [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_bad_input_1 ... ok [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error` [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_bad_input_2 ... ok [INFO] [stderr] | [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_bad_input_3 ... ok [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] test functions::test_text_parser::test_split_csq_string_two ... ok [INFO] [stderr] [INFO] [stdout] test functions::test_text_parser::test_split_csq_string_one ... ok [INFO] [stderr] warning: variant is never constructed: `MisSense` [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_bugged_input ... ok [INFO] [stderr] --> src/data_structures.rs:5:5 [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_seq_position_rare_input_2 ... ok [INFO] [stderr] | [INFO] [stdout] test functions::test_text_parser::test_parse_amino_acid_field_2 ... ok [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.02s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ppgg_rust-1d62afd62f1518ea) [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_field_3 ... 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_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.13s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "88b2d5e2441824df6436ee0fc40ff95b91460c1359cc2ddd048c0ffbf6786c0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88b2d5e2441824df6436ee0fc40ff95b91460c1359cc2ddd048c0ffbf6786c0e", kill_on_drop: false }` [INFO] [stdout] 88b2d5e2441824df6436ee0fc40ff95b91460c1359cc2ddd048c0ffbf6786c0e