[INFO] fetching crate cienli 0.3.1... [INFO] testing cienli-0.3.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate cienli 0.3.1 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate cienli 0.3.1 [INFO] finished tweaking crates.io crate cienli 0.3.1 [INFO] tweaked toml for crates.io crate cienli 0.3.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cienli 0.3.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f85abc1bf27b4bc03bc79df159789cb6829c7186f6ed8ef4973a539942fbacb6 [INFO] running `Command { std: "docker" "start" "-a" "f85abc1bf27b4bc03bc79df159789cb6829c7186f6ed8ef4973a539942fbacb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f85abc1bf27b4bc03bc79df159789cb6829c7186f6ed8ef4973a539942fbacb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f85abc1bf27b4bc03bc79df159789cb6829c7186f6ed8ef4973a539942fbacb6", kill_on_drop: false }` [INFO] [stdout] f85abc1bf27b4bc03bc79df159789cb6829c7186f6ed8ef4973a539942fbacb6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] dac6c8e2792d04888dfb9e3923b0414f79766816b9faacb83c6c92436daa035a [INFO] running `Command { std: "docker" "start" "-a" "dac6c8e2792d04888dfb9e3923b0414f79766816b9faacb83c6c92436daa035a", kill_on_drop: false }` [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling cienli v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/atbash.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash { [INFO] [stdout] | ^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/polybius_square.rs:35:25 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare { [INFO] [stdout] | ^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/rot.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot { [INFO] [stdout] | ^^^^ --- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/vigenere.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/xor.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Xor { [INFO] [stdout] | ^^^^ --- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Xor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s [INFO] running `Command { std: "docker" "inspect" "dac6c8e2792d04888dfb9e3923b0414f79766816b9faacb83c6c92436daa035a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dac6c8e2792d04888dfb9e3923b0414f79766816b9faacb83c6c92436daa035a", kill_on_drop: false }` [INFO] [stdout] dac6c8e2792d04888dfb9e3923b0414f79766816b9faacb83c6c92436daa035a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 6581e7cbe85b0f02cb55738bb982f08ab714f11887ca4962e1cd42209417d52c [INFO] running `Command { std: "docker" "start" "-a" "6581e7cbe85b0f02cb55738bb982f08ab714f11887ca4962e1cd42209417d52c", kill_on_drop: false }` [INFO] [stderr] Compiling cienli v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/atbash.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash { [INFO] [stdout] | ^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/polybius_square.rs:35:25 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare { [INFO] [stdout] | ^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/rot.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot { [INFO] [stdout] | ^^^^ --- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/vigenere.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/xor.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Xor { [INFO] [stdout] | ^^^^ --- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Xor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/atbash.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash { [INFO] [stdout] | ^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/polybius_square.rs:35:25 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare { [INFO] [stdout] | ^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/rot.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot { [INFO] [stdout] | ^^^^ --- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/vigenere.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ciphers/xor.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Xor { [INFO] [stdout] | ^^^^ --- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Xor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.01s [INFO] running `Command { std: "docker" "inspect" "6581e7cbe85b0f02cb55738bb982f08ab714f11887ca4962e1cd42209417d52c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6581e7cbe85b0f02cb55738bb982f08ab714f11887ca4962e1cd42209417d52c", kill_on_drop: false }` [INFO] [stdout] 6581e7cbe85b0f02cb55738bb982f08ab714f11887ca4962e1cd42209417d52c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] fd82076b62664ce32284e35f512039d7595faa24b9f3c909d2d14bc0870b30e9 [INFO] running `Command { std: "docker" "start" "-a" "fd82076b62664ce32284e35f512039d7595faa24b9f3c909d2d14bc0870b30e9", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ciphers/atbash.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new(message: &str) -> Atbash { [INFO] [stderr] | ^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new(message: &str) -> Atbash<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ciphers/polybius_square.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn new(message: &str) -> PolybiusSquare { [INFO] [stderr] | ^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 35 | pub fn new(message: &str) -> PolybiusSquare<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ciphers/rot.rs:26:25 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot { [INFO] [stderr] | ^^^^ --- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ciphers/vigenere.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(key: &str) -> Vigenere { [INFO] [stderr] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(key: &str) -> Vigenere<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ciphers/xor.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(key: &str) -> Xor { [INFO] [stderr] | ^^^^ --- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(key: &str) -> Xor<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `cienli` (lib) generated 5 warnings (run `cargo fix --lib -p cienli` to apply 5 suggestions) [INFO] [stdout] [INFO] [stderr] warning: `cienli` (lib test) generated 5 warnings (5 duplicates) [INFO] [stdout] running 38 tests [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/cienli-1e6da3c40e166fbd) [INFO] [stdout] test ciphers::affine::tests::decipher_test ... ok [INFO] [stdout] test ciphers::affine::tests::encipher_test ... ok [INFO] [stdout] test ciphers::affine::tests::invalid_key_coprime_test ... ok [INFO] [stdout] test ciphers::affine::tests::invalid_key_length_test ... ok [INFO] [stdout] test ciphers::atbash::tests::atbash_encipher ... ok [INFO] [stdout] test ciphers::atbash::tests::atbash_decipher ... ok [INFO] [stdout] test ciphers::bacon::tests::encipher_test ... ok [INFO] [stdout] test ciphers::bacon::tests::encipher_with_different_letters ... ok [INFO] [stdout] test ciphers::bacon::tests::same_letters ... ok [INFO] [stdout] test ciphers::bacon::tests::decipher_test ... ok [INFO] [stdout] test ciphers::caesar::tests::big_rotation ... ok [INFO] [stdout] test ciphers::caesar::tests::encipher_test ... ok [INFO] [stdout] test ciphers::caesar::tests::small_rotation ... ok [INFO] [stdout] test ciphers::polybius_square::tests::decipher_test ... ok [INFO] [stdout] test ciphers::polybius_square::tests::encipher_test ... ok [INFO] [stdout] test ciphers::caesar::tests::decipher_test ... ok [INFO] [stdout] test ciphers::bacon::tests::decipher_with_different_letters ... ok [INFO] [stdout] test ciphers::rot::tests::rot13_decipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot13_encipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot18_decipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot18_encipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot47_decipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot47_encipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot5_decipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot5_encipher ... ok [INFO] [stdout] test ciphers::scytale::tests::big_key_test ... ok [INFO] [stdout] test ciphers::scytale::tests::decipher_test ... ok [INFO] [stdout] test ciphers::scytale::tests::encipher_test ... ok [INFO] [stdout] test ciphers::scytale::tests::equal_key_test ... ok [INFO] [stdout] test ciphers::scytale::tests::invalid_key_test ... ok [INFO] [stdout] test ciphers::vigenere::tests::decipher_test ... ok [INFO] [stdout] test ciphers::vigenere::tests::encipher_test ... ok [INFO] [stdout] test ciphers::xor::tests::decipher ... ok [INFO] [stdout] test ciphers::xor::tests::encipher ... ok [INFO] [stdout] test common::tests::key_is_equal ... ok [INFO] [stdout] test common::tests::make_key_bigger ... ok [INFO] [stdout] test common::tests::make_key_smaller ... ok [INFO] [stdout] test common::tests::too_small_value ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fd82076b62664ce32284e35f512039d7595faa24b9f3c909d2d14bc0870b30e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd82076b62664ce32284e35f512039d7595faa24b9f3c909d2d14bc0870b30e9", kill_on_drop: false }` [INFO] [stdout] fd82076b62664ce32284e35f512039d7595faa24b9f3c909d2d14bc0870b30e9