[INFO] fetching crate cienli 0.3.1... [INFO] testing cienli-0.3.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate cienli 0.3.1 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate cienli 0.3.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 65ef435516f53982537925b6b266b8e7d19c5ee0c6001d5ae5673be54fd043c8 [INFO] running `Command { std: "docker" "start" "-a" "65ef435516f53982537925b6b266b8e7d19c5ee0c6001d5ae5673be54fd043c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "65ef435516f53982537925b6b266b8e7d19c5ee0c6001d5ae5673be54fd043c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65ef435516f53982537925b6b266b8e7d19c5ee0c6001d5ae5673be54fd043c8", kill_on_drop: false }` [INFO] [stdout] 65ef435516f53982537925b6b266b8e7d19c5ee0c6001d5ae5673be54fd043c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c808e09caafb59da3822e42d435c62984d1e7f1984e81ec1c84c7d54e95f0dbe [INFO] running `Command { std: "docker" "start" "-a" "c808e09caafb59da3822e42d435c62984d1e7f1984e81ec1c84c7d54e95f0dbe", 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s [INFO] running `Command { std: "docker" "inspect" "c808e09caafb59da3822e42d435c62984d1e7f1984e81ec1c84c7d54e95f0dbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c808e09caafb59da3822e42d435c62984d1e7f1984e81ec1c84c7d54e95f0dbe", kill_on_drop: false }` [INFO] [stdout] c808e09caafb59da3822e42d435c62984d1e7f1984e81ec1c84c7d54e95f0dbe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4053b543c3f6e6c9ef56a7e989b9f6327e64eeed211a15ff51006d85929c2d65 [INFO] running `Command { std: "docker" "start" "-a" "4053b543c3f6e6c9ef56a7e989b9f6327e64eeed211a15ff51006d85929c2d65", 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] [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/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 0.96s [INFO] running `Command { std: "docker" "inspect" "4053b543c3f6e6c9ef56a7e989b9f6327e64eeed211a15ff51006d85929c2d65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4053b543c3f6e6c9ef56a7e989b9f6327e64eeed211a15ff51006d85929c2d65", kill_on_drop: false }` [INFO] [stdout] 4053b543c3f6e6c9ef56a7e989b9f6327e64eeed211a15ff51006d85929c2d65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4ae40a6a5a0f4d3c9b4ad6f835542c3e226566a0ed8d12ba14e3fe25155affab [INFO] running `Command { std: "docker" "start" "-a" "4ae40a6a5a0f4d3c9b4ad6f835542c3e226566a0ed8d12ba14e3fe25155affab", 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.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cienli-f950dd398f4fe080) [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::affine::tests::invalid_key_length_test ... ok [INFO] [stdout] test ciphers::affine::tests::encipher_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::same_letters ... 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::decipher_test ... 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::rot::tests::rot13_decipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot13_encipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot18_encipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot18_decipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot47_encipher ... ok [INFO] [stdout] test ciphers::rot::tests::rot5_encipher ... ok [INFO] [stdout] test ciphers::scytale::tests::big_key_test ... ok [INFO] [stdout] test ciphers::rot::tests::rot5_decipher ... ok [INFO] [stdout] test ciphers::scytale::tests::decipher_test ... ok [INFO] [stdout] test ciphers::xor::tests::decipher ... ok [INFO] [stdout] test ciphers::scytale::tests::equal_key_test ... ok [INFO] [stdout] test ciphers::vigenere::tests::encipher_test ... ok [INFO] [stdout] test ciphers::xor::tests::encipher ... ok [INFO] [stdout] test ciphers::scytale::tests::encipher_test ... 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 common::tests::make_key_smaller ... ok [INFO] [stdout] test ciphers::rot::tests::rot47_decipher ... ok [INFO] [stdout] test ciphers::bacon::tests::decipher_with_different_letters ... ok [INFO] [stdout] test ciphers::scytale::tests::invalid_key_test ... ok [INFO] [stdout] test ciphers::vigenere::tests::decipher_test ... 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.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 20) ... 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<'_>::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 32) ... 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 17) ... 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::new (line 15) ... 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::encipher (line 33) ... 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::encipher (line 43) ... ok [INFO] [stdout] test src/ciphers/bacon.rs - ciphers::bacon::Bacon::encipher (line 32) ... ok [INFO] [stdout] test src/ciphers/polybius_square.rs - ciphers::polybius_square::PolybiusSquare<'_>::encipher (line 42) ... 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<'_>::new (line 22) ... 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<'_>::decipher (line 78) ... ok [INFO] [stdout] test src/ciphers/atbash.rs - ciphers::atbash::Atbash<'_>::new (line 14) ... ok [INFO] [stdout] test src/ciphers/rot.rs - ciphers::rot::Rot<'_>::encipher (line 35) ... ok [INFO] [stdout] test src/ciphers/atbash.rs - ciphers::atbash::Atbash<'_>::decipher (line 52) ... ok [INFO] [stdout] test src/ciphers/rot.rs - ciphers::rot::Rot<'_>::decipher (line 71) ... 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 21) ... ok [INFO] [stdout] test src/ciphers/rot.rs - ciphers::rot::Rot<'_>::encipher (line 43) ... 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<'_>::new (line 22) ... 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<'_>::decipher (line 55) ... 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<'_>::decipher (line 41) ... ok [INFO] [stdout] test src/ciphers/xor.rs - ciphers::xor::Xor<'_>::encipher (line 26) ... ok [INFO] [stdout] test src/ciphers/vigenere.rs - ciphers::vigenere::Vigenere<'_>::encipher (line 26) ... 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 1.86s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4ae40a6a5a0f4d3c9b4ad6f835542c3e226566a0ed8d12ba14e3fe25155affab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ae40a6a5a0f4d3c9b4ad6f835542c3e226566a0ed8d12ba14e3fe25155affab", kill_on_drop: false }` [INFO] [stdout] 4ae40a6a5a0f4d3c9b4ad6f835542c3e226566a0ed8d12ba14e3fe25155affab