[INFO] fetching crate cienli 0.3.1... [INFO] testing cienli-0.3.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate cienli 0.3.1 into /workspace/builds/worker-1-tc2/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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate cienli 0.3.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2633d1f861e31217b73d3289a55b20b0e6bc726883246e57a41f7f5fe36c0967 [INFO] running `Command { std: "docker" "start" "-a" "2633d1f861e31217b73d3289a55b20b0e6bc726883246e57a41f7f5fe36c0967", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2633d1f861e31217b73d3289a55b20b0e6bc726883246e57a41f7f5fe36c0967", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2633d1f861e31217b73d3289a55b20b0e6bc726883246e57a41f7f5fe36c0967", kill_on_drop: false }` [INFO] [stdout] 2633d1f861e31217b73d3289a55b20b0e6bc726883246e57a41f7f5fe36c0967 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02b7ddc018d564778a50d8de63f17861bf31e7f9c7082c7da322a03e5d552908 [INFO] running `Command { std: "docker" "start" "-a" "02b7ddc018d564778a50d8de63f17861bf31e7f9c7082c7da322a03e5d552908", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling cienli v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/atbash.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/polybius_square.rs:35:25 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/vigenere.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/xor.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Xor { [INFO] [stdout] | ^^^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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 9.48s [INFO] running `Command { std: "docker" "inspect" "02b7ddc018d564778a50d8de63f17861bf31e7f9c7082c7da322a03e5d552908", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02b7ddc018d564778a50d8de63f17861bf31e7f9c7082c7da322a03e5d552908", kill_on_drop: false }` [INFO] [stdout] 02b7ddc018d564778a50d8de63f17861bf31e7f9c7082c7da322a03e5d552908 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c04b40d73cb45b4d4af55500c370be33f240533da93f7f56158501c606effce8 [INFO] running `Command { std: "docker" "start" "-a" "c04b40d73cb45b4d4af55500c370be33f240533da93f7f56158501c606effce8", kill_on_drop: false }` [INFO] [stderr] Compiling cienli v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/atbash.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/polybius_square.rs:35:25 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/vigenere.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/xor.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Xor { [INFO] [stdout] | ^^^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Xor<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/atbash.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash { [INFO] [stdout] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn new(message: &str) -> Atbash<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/polybius_square.rs:35:25 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn new(message: &str) -> PolybiusSquare<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/vigenere.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere { [INFO] [stdout] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Vigenere<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ciphers/xor.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new(key: &str) -> Xor { [INFO] [stdout] | ^^^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type 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 1.45s [INFO] running `Command { std: "docker" "inspect" "c04b40d73cb45b4d4af55500c370be33f240533da93f7f56158501c606effce8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c04b40d73cb45b4d4af55500c370be33f240533da93f7f56158501c606effce8", kill_on_drop: false }` [INFO] [stdout] c04b40d73cb45b4d4af55500c370be33f240533da93f7f56158501c606effce8 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4fb241a72b79836f9f96a21b32fefc763453ce0a2c57c7ca5bf1a2f4af248c26 [INFO] running `Command { std: "docker" "start" "-a" "4fb241a72b79836f9f96a21b32fefc763453ce0a2c57c7ca5bf1a2f4af248c26", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ciphers/atbash.rs:25:25 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new(message: &str) -> Atbash { [INFO] [stderr] | ^^^^ ^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 25 | pub fn new(message: &str) -> Atbash<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ciphers/polybius_square.rs:35:25 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn new(message: &str) -> PolybiusSquare { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 35 | pub fn new(message: &str) -> PolybiusSquare<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is 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 same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 26 | pub fn new(message: &str, rot_type: RotType) -> Rot<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ciphers/vigenere.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(key: &str) -> Vigenere { [INFO] [stderr] | ^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(key: &str) -> Vigenere<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ciphers/xor.rs:19:21 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn new(key: &str) -> Xor { [INFO] [stderr] | ^^^^ ^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type 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] [stderr] warning: `cienli` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cienli-8f47dfe65ab5cb9b) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test ciphers::affine::tests::decipher_test ... ok [INFO] [stdout] test ciphers::affine::tests::invalid_key_coprime_test ... ok [INFO] [stdout] test ciphers::atbash::tests::atbash_encipher ... ok [INFO] [stdout] test ciphers::atbash::tests::atbash_decipher ... ok [INFO] [stdout] test ciphers::affine::tests::encipher_test ... ok [INFO] [stdout] test ciphers::affine::tests::invalid_key_length_test ... 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::caesar::tests::big_rotation ... ok [INFO] [stdout] test ciphers::caesar::tests::small_rotation ... ok [INFO] [stdout] test ciphers::polybius_square::tests::decipher_test ... ok [INFO] [stdout] test ciphers::bacon::tests::decipher_with_different_letters ... ok [INFO] [stdout] test ciphers::bacon::tests::decipher_test ... ok [INFO] [stdout] test ciphers::caesar::tests::decipher_test ... ok [INFO] [stdout] test ciphers::bacon::tests::same_letters ... ok [INFO] [stdout] test ciphers::caesar::tests::encipher_test ... ok [INFO] [stdout] test ciphers::polybius_square::tests::encipher_test ... 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::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::scytale::tests::equal_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::big_key_test ... ok [INFO] [stdout] test ciphers::rot::tests::rot5_encipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot18_encipher ... ok [INFO] [stdout] test ciphers::vigenere::tests::decipher_test ... ok [INFO] [stdout] test ciphers::scytale::tests::invalid_key_test ... ok [INFO] [stdout] test common::tests::key_is_equal ... ok [INFO] [stdout] test ciphers::vigenere::tests::encipher_test ... ok [INFO] [stdout] test ciphers::xor::tests::encipher ... ok [INFO] [stdout] test ciphers::xor::tests::decipher ... 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.00s [INFO] [stdout] [INFO] [stderr] Doc-tests cienli [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test src/ciphers/atbash.rs - ciphers::atbash::Atbash<'_>::new (line 14) ... ok [INFO] [stdout] test src/ciphers/affine.rs - ciphers::affine::Affine::new (line 32) ... ok [INFO] [stdout] test src/ciphers/affine.rs - ciphers::affine::Affine::new (line 17) ... ok [INFO] [stdout] test src/ciphers/atbash.rs - ciphers::atbash::Atbash<'_>::encipher (line 32) ... ok [INFO] [stdout] test src/ciphers/affine.rs - ciphers::affine::Affine::decipher (line 76) ... ok [INFO] [stdout] test src/ciphers/atbash.rs - ciphers::atbash::Atbash<'_>::decipher (line 52) ... ok [INFO] [stdout] test src/ciphers/affine.rs - ciphers::affine::Affine::encipher (line 52) ... ok [INFO] [stdout] test src/ciphers/affine.rs - ciphers::affine::Affine::new (line 24) ... ok [INFO] [stdout] test src/ciphers/bacon.rs - ciphers::bacon::Bacon::encipher (line 43) ... ok [INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::encipher (line 33) ... ok [INFO] [stdout] test src/ciphers/bacon.rs - ciphers::bacon::Bacon::encipher (line 32) ... ok [INFO] [stdout] test src/ciphers/atbash.rs - ciphers::atbash::Atbash<'_>::new (line 20) ... ok [INFO] [stdout] test src/ciphers/bacon.rs - ciphers::bacon::Bacon::decipher (line 82) ... ok [INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::new (line 13) ... ok [INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::decipher (line 47) ... ok [INFO] [stdout] test src/ciphers/bacon.rs - ciphers::bacon::Bacon::new (line 15) ... ok [INFO] [stdout] test src/ciphers/bacon.rs - ciphers::bacon::Bacon::decipher (line 70) ... ok [INFO] [stdout] test src/ciphers/polybius_square.rs - ciphers::polybius_square::PolybiusSquare<'_>::new (line 29) ... ok [INFO] [stdout] test src/ciphers/polybius_square.rs - ciphers::polybius_square::PolybiusSquare<'_>::new (line 22) ... ok [INFO] [stdout] test src/ciphers/rot.rs - ciphers::rot::Rot<'_>::encipher (line 43) ... ok [INFO] [stdout] test src/ciphers/rot.rs - ciphers::rot::Rot<'_>::decipher (line 63) ... ok [INFO] [stdout] test src/ciphers/rot.rs - ciphers::rot::Rot<'_>::decipher (line 71) ... ok [INFO] [stdout] test src/ciphers/polybius_square.rs - ciphers::polybius_square::PolybiusSquare<'_>::encipher (line 42) ... ok [INFO] [stdout] test src/ciphers/polybius_square.rs - ciphers::polybius_square::PolybiusSquare<'_>::decipher (line 78) ... ok [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::decipher (line 61) ... ok [INFO] [stdout] test src/ciphers/rot.rs - ciphers::rot::Rot<'_>::encipher (line 35) ... ok [INFO] [stdout] test src/ciphers/rot.rs - ciphers::rot::Rot<'_>::new (line 22) ... ok [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::new (line 21) ... ok [INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere<'_>::decipher (line 55) ... ok [INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere<'_>::encipher (line 26) ... ok [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::encipher (line 37) ... ok [INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::new (line 14) ... ok [INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere<'_>::new (line 15) ... ok [INFO] [stdout] test src/ciphers/xor.rs - ciphers::xor::Xor<'_>::encipher (line 26) ... ok [INFO] [stdout] test src/ciphers/xor.rs - ciphers::xor::Xor<'_>::decipher (line 41) ... ok [INFO] [stdout] test src/ciphers/xor.rs - ciphers::xor::Xor<'_>::new (line 15) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.88s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4fb241a72b79836f9f96a21b32fefc763453ce0a2c57c7ca5bf1a2f4af248c26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fb241a72b79836f9f96a21b32fefc763453ce0a2c57c7ca5bf1a2f4af248c26", kill_on_drop: false }` [INFO] [stdout] 4fb241a72b79836f9f96a21b32fefc763453ce0a2c57c7ca5bf1a2f4af248c26