[INFO] fetching crate cienli 0.3.1...
[INFO] testing cienli-0.3.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate cienli 0.3.1 into /workspace/builds/worker-1-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-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cienli 0.3.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2a4b632241c697410217b4787fb9c10fb25c76ebf413582c004ff507bda18a08
[INFO] running `Command { std: "docker" "start" "-a" "2a4b632241c697410217b4787fb9c10fb25c76ebf413582c004ff507bda18a08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a4b632241c697410217b4787fb9c10fb25c76ebf413582c004ff507bda18a08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a4b632241c697410217b4787fb9c10fb25c76ebf413582c004ff507bda18a08", kill_on_drop: false }`
[INFO] [stdout] 2a4b632241c697410217b4787fb9c10fb25c76ebf413582c004ff507bda18a08
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4682b00a6b32e00c33bf535ade2f704d1f8730c01b6d54143c93d1bfc757ceb4
[INFO] running `Command { std: "docker" "start" "-a" "4682b00a6b32e00c33bf535ade2f704d1f8730c01b6d54143c93d1bfc757ceb4", 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 10.15s
[INFO] running `Command { std: "docker" "inspect" "4682b00a6b32e00c33bf535ade2f704d1f8730c01b6d54143c93d1bfc757ceb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4682b00a6b32e00c33bf535ade2f704d1f8730c01b6d54143c93d1bfc757ceb4", kill_on_drop: false }`
[INFO] [stdout] 4682b00a6b32e00c33bf535ade2f704d1f8730c01b6d54143c93d1bfc757ceb4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e08b3bd37aa48f502aef9daa6423d7a2dcc20fbc54da028e2b8ef8c739ddc7a
[INFO] running `Command { std: "docker" "start" "-a" "9e08b3bd37aa48f502aef9daa6423d7a2dcc20fbc54da028e2b8ef8c739ddc7a", kill_on_drop: false }`
[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]    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 `test` profile [unoptimized + debuginfo] target(s) in 1.00s
[INFO] running `Command { std: "docker" "inspect" "9e08b3bd37aa48f502aef9daa6423d7a2dcc20fbc54da028e2b8ef8c739ddc7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e08b3bd37aa48f502aef9daa6423d7a2dcc20fbc54da028e2b8ef8c739ddc7a", kill_on_drop: false }`
[INFO] [stdout] 9e08b3bd37aa48f502aef9daa6423d7a2dcc20fbc54da028e2b8ef8c739ddc7a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4312abe72e6350dd511b4524e0b370f9f13cdd15ac427fc38f54cc1e82731507
[INFO] running `Command { std: "docker" "start" "-a" "4312abe72e6350dd511b4524e0b370f9f13cdd15ac427fc38f54cc1e82731507", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[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.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cienli-8f47dfe65ab5cb9b)
[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_decipher ... ok
[INFO] [stdout] test ciphers::atbash::tests::atbash_encipher ... 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::decipher_with_different_letters ... ok
[INFO] [stdout] test ciphers::bacon::tests::same_letters ... ok
[INFO] [stdout] test ciphers::caesar::tests::big_rotation ... ok
[INFO] [stdout] test ciphers::caesar::tests::decipher_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::affine::tests::decipher_test ... 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::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::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::rot::tests::rot47_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::too_small_value ... ok
[INFO] [stdout] test ciphers::scytale::tests::encipher_test ... ok
[INFO] [stderr]    Doc-tests cienli
[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::xor::tests::encipher ... ok
[INFO] [stdout] test common::tests::make_key_smaller ... ok
[INFO] [stdout] test ciphers::bacon::tests::decipher_test ... 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] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test src/ciphers/affine.rs - ciphers::affine::Affine::new (line 32) ... ok
[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 24) ... ok
[INFO] [stdout] test src/ciphers/atbash.rs - ciphers::atbash::Atbash<'_>::decipher (line 52) ... 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/affine.rs - ciphers::affine::Affine::new (line 17) ... ok
[INFO] [stdout] test src/ciphers/affine.rs - ciphers::affine::Affine::encipher (line 52) ... 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::decipher (line 47) ... 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::new (line 15) ... ok
[INFO] [stdout] test src/ciphers/bacon.rs - ciphers::bacon::Bacon::decipher (line 70) ... ok
[INFO] [stdout] test src/ciphers/bacon.rs - ciphers::bacon::Bacon::decipher (line 82) ... ok
[INFO] [stdout] test src/ciphers/bacon.rs - ciphers::bacon::Bacon::encipher (line 32) ... ok
[INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::encipher (line 33) ... ok
[INFO] [stdout] test src/ciphers/caesar.rs - ciphers::caesar::Caesar::new (line 13) ... 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<'_>::encipher (line 42) ... ok
[INFO] [stdout] test src/ciphers/rot.rs - ciphers::rot::Rot<'_>::decipher (line 63) ... ok
[INFO] [stdout] test src/ciphers/polybius_square.rs - ciphers::polybius_square::PolybiusSquare<'_>::new (line 22) ... ok
[INFO] [stdout] test src/ciphers/polybius_square.rs - ciphers::polybius_square::PolybiusSquare<'_>::decipher (line 78) ... ok
[INFO] [stdout] test src/ciphers/rot.rs - ciphers::rot::Rot<'_>::decipher (line 71) ... 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<'_>::encipher (line 35) ... ok
[INFO] [stdout] test src/ciphers/scytale.rs - ciphers::scytale::Scytale::new (line 21) ... 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::decipher (line 61) ... ok
[INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere<'_>::decipher (line 55) ... ok
[INFO] [stdout] test src/ciphers/xor.rs - ciphers::xor::Xor<'_>::decipher (line 41) ... 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<'_>::new (line 15) ... ok
[INFO] [stdout] test src/ciphers/xor.rs - ciphers::xor::Xor<'_>::encipher (line 26) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4312abe72e6350dd511b4524e0b370f9f13cdd15ac427fc38f54cc1e82731507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4312abe72e6350dd511b4524e0b370f9f13cdd15ac427fc38f54cc1e82731507", kill_on_drop: false }`
[INFO] [stdout] 4312abe72e6350dd511b4524e0b370f9f13cdd15ac427fc38f54cc1e82731507
