[INFO] fetching crate thumbs 0.7.1...
[INFO] testing thumbs-0.7.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate thumbs 0.7.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate thumbs 0.7.1
[INFO] finished tweaking crates.io crate thumbs 0.7.1
[INFO] tweaked toml for crates.io crate thumbs 0.7.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate thumbs 0.7.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate thumbs 0.7.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cbc0a6fdd32e1e9037157edf3d256fc38be3ebeb5ed2c9ea4cb19c2de0216a75
[INFO] running `Command { std: "docker" "start" "-a" "cbc0a6fdd32e1e9037157edf3d256fc38be3ebeb5ed2c9ea4cb19c2de0216a75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbc0a6fdd32e1e9037157edf3d256fc38be3ebeb5ed2c9ea4cb19c2de0216a75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbc0a6fdd32e1e9037157edf3d256fc38be3ebeb5ed2c9ea4cb19c2de0216a75", kill_on_drop: false }`
[INFO] [stdout] cbc0a6fdd32e1e9037157edf3d256fc38be3ebeb5ed2c9ea4cb19c2de0216a75
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b93a6f19944b53bbbb2bad5e7cb3b48a79d86db43210332c9208fe40264f44d3
[INFO] running `Command { std: "docker" "start" "-a" "b93a6f19944b53bbbb2bad5e7cb3b48a79d86db43210332c9208fe40264f44d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling numtoa v0.1.0
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling termion v1.5.6
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling thumbs v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/alphabets.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 |   fn new(letters: &'a str) -> Alphabet {
[INFO] [stdout]    |                    --         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 33 |   fn new(letters: &'a str) -> Alphabet<'a> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/alphabets.rs:67:36
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub fn get_alphabet(alphabet_name: &str) -> Alphabet {
[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] 67 | pub fn get_alphabet(alphabet_name: &str) -> Alphabet<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `last_executed` is never used
[INFO] [stdout]   --> src/swapper.rs:12:6
[INFO] [stdout]    |
[INFO] [stdout] 10 | trait Executor {
[INFO] [stdout]    |       -------- method in this trait
[INFO] [stdout] 11 |   fn execute(&mut self, args: Vec<String>) -> String;
[INFO] [stdout] 12 |   fn last_executed(&self) -> Option<Vec<String>>;
[INFO] [stdout]    |      ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/swapper.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 76 |     executor: Box<&'a mut dyn Executor>,
[INFO] [stdout]    |                    -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 82 |   ) -> Swapper {
[INFO] [stdout]    |        ^^^^^^^ the same lifetime is hidden 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 82 |   ) -> Swapper<'a> {
[INFO] [stdout]    |               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.06s
[INFO] running `Command { std: "docker" "inspect" "b93a6f19944b53bbbb2bad5e7cb3b48a79d86db43210332c9208fe40264f44d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b93a6f19944b53bbbb2bad5e7cb3b48a79d86db43210332c9208fe40264f44d3", kill_on_drop: false }`
[INFO] [stdout] b93a6f19944b53bbbb2bad5e7cb3b48a79d86db43210332c9208fe40264f44d3
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e35a490a375dcc93284125f523c607d6834754821bd08bdff1248cfb55905eec
[INFO] running `Command { std: "docker" "start" "-a" "e35a490a375dcc93284125f523c607d6834754821bd08bdff1248cfb55905eec", kill_on_drop: false }`
[INFO] [stderr]    Compiling thumbs v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/swapper.rs:82:8
[INFO] [stdout]    |
[INFO] [stdout] 76 |     executor: Box<&'a mut dyn Executor>,
[INFO] [stdout]    |                    -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 82 |   ) -> Swapper {
[INFO] [stdout]    |        ^^^^^^^ the same lifetime is hidden 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 82 |   ) -> Swapper<'a> {
[INFO] [stdout]    |               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/alphabets.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 |   fn new(letters: &'a str) -> Alphabet {
[INFO] [stdout]    |                    --         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 33 |   fn new(letters: &'a str) -> Alphabet<'a> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/alphabets.rs:67:36
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub fn get_alphabet(alphabet_name: &str) -> Alphabet {
[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] 67 | pub fn get_alphabet(alphabet_name: &str) -> Alphabet<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:253:44
[INFO] [stdout]     |
[INFO] [stdout] 253 |     assert_eq!(results.get(0).unwrap().text.clone(), "/tmp/foo/bar_lol");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:254:44
[INFO] [stdout]     |
[INFO] [stdout] 254 |     assert_eq!(results.get(1).unwrap().text.clone(), "/var/log/boot-strap.log");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:255:44
[INFO] [stdout]     |
[INFO] [stdout] 255 |     assert_eq!(results.get(2).unwrap().text.clone(), "../log/kern.log");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:265:44
[INFO] [stdout]     |
[INFO] [stdout] 265 |     assert_eq!(results.get(0).unwrap().text.clone(), "~/.gnu/.config.txt");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:275:44
[INFO] [stdout]     |
[INFO] [stdout] 275 |     assert_eq!(results.get(0).unwrap().text.clone(), "dev/api/[slug]/foo");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:294:44
[INFO] [stdout]     |
[INFO] [stdout] 294 |     assert_eq!(results.get(0).unwrap().text.clone(), "fd70b5695");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:295:44
[INFO] [stdout]     |
[INFO] [stdout] 295 |     assert_eq!(results.get(1).unwrap().text.clone(), "5246ddf");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:296:44
[INFO] [stdout]     |
[INFO] [stdout] 296 |     assert_eq!(results.get(2).unwrap().text.clone(), "f924213");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:298:35
[INFO] [stdout]     |
[INFO] [stdout] 298 |       results.get(3).unwrap().text.clone(),
[INFO] [stdout]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:310:44
[INFO] [stdout]     |
[INFO] [stdout] 310 |     assert_eq!(results.get(0).unwrap().text.clone(), "127.0.0.1");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:311:44
[INFO] [stdout]     |
[INFO] [stdout] 311 |     assert_eq!(results.get(1).unwrap().text.clone(), "255.255.10.255");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:312:44
[INFO] [stdout]     |
[INFO] [stdout] 312 |     assert_eq!(results.get(2).unwrap().text.clone(), "127.0.0.1");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:322:44
[INFO] [stdout]     |
[INFO] [stdout] 322 |     assert_eq!(results.get(0).unwrap().text.clone(), "fe80::2:202:fe4");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:324:35
[INFO] [stdout]     |
[INFO] [stdout] 324 |       results.get(1).unwrap().text.clone(),
[INFO] [stdout]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:327:44
[INFO] [stdout]     |
[INFO] [stdout] 327 |     assert_eq!(results.get(2).unwrap().text.clone(), "fe80::2:1");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:328:44
[INFO] [stdout]     |
[INFO] [stdout] 328 |     assert_eq!(results.get(3).unwrap().text.clone(), "fe80:22:312:fe::1%eth0");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:338:47
[INFO] [stdout]     |
[INFO] [stdout] 338 |     assert_eq!(results.get(0).unwrap().pattern.clone(), "markdown_url");
[INFO] [stdout]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:339:44
[INFO] [stdout]     |
[INFO] [stdout] 339 |     assert_eq!(results.get(0).unwrap().text.clone(), "https://github.io?foo=bar");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:340:47
[INFO] [stdout]     |
[INFO] [stdout] 340 |     assert_eq!(results.get(1).unwrap().pattern.clone(), "markdown_url");
[INFO] [stdout]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:341:44
[INFO] [stdout]     |
[INFO] [stdout] 341 |     assert_eq!(results.get(1).unwrap().text.clone(), "http://cdn.com/img.jpg");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:351:44
[INFO] [stdout]     |
[INFO] [stdout] 351 |     assert_eq!(results.get(0).unwrap().text.clone(), "https://www.rust-lang.org/tools");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:352:47
[INFO] [stdout]     |
[INFO] [stdout] 352 |     assert_eq!(results.get(0).unwrap().pattern.clone(), "url");
[INFO] [stdout]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:353:44
[INFO] [stdout]     |
[INFO] [stdout] 353 |     assert_eq!(results.get(1).unwrap().text.clone(), "https://crates.io");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:354:47
[INFO] [stdout]     |
[INFO] [stdout] 354 |     assert_eq!(results.get(1).unwrap().pattern.clone(), "url");
[INFO] [stdout]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:355:44
[INFO] [stdout]     |
[INFO] [stdout] 355 |     assert_eq!(results.get(2).unwrap().text.clone(), "https://github.io?foo=bar");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:356:47
[INFO] [stdout]     |
[INFO] [stdout] 356 |     assert_eq!(results.get(2).unwrap().pattern.clone(), "url");
[INFO] [stdout]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:357:44
[INFO] [stdout]     |
[INFO] [stdout] 357 |     assert_eq!(results.get(3).unwrap().text.clone(), "ssh://github.io");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:358:47
[INFO] [stdout]     |
[INFO] [stdout] 358 |     assert_eq!(results.get(3).unwrap().pattern.clone(), "url");
[INFO] [stdout]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:368:44
[INFO] [stdout]     |
[INFO] [stdout] 368 |     assert_eq!(results.get(0).unwrap().text.clone(), "0xfd70b5695");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:369:44
[INFO] [stdout]     |
[INFO] [stdout] 369 |     assert_eq!(results.get(1).unwrap().text.clone(), "0x5246ddf");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:370:44
[INFO] [stdout]     |
[INFO] [stdout] 370 |     assert_eq!(results.get(2).unwrap().text.clone(), "0x973113");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:380:44
[INFO] [stdout]     |
[INFO] [stdout] 380 |     assert_eq!(results.get(0).unwrap().text.clone(), "#fd7b56");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:381:44
[INFO] [stdout]     |
[INFO] [stdout] 381 |     assert_eq!(results.get(1).unwrap().text.clone(), "#FF00FF");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:382:44
[INFO] [stdout]     |
[INFO] [stdout] 382 |     assert_eq!(results.get(2).unwrap().text.clone(), "#00fF05");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:383:44
[INFO] [stdout]     |
[INFO] [stdout] 383 |     assert_eq!(results.get(3).unwrap().text.clone(), "#abcd00");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:394:35
[INFO] [stdout]     |
[INFO] [stdout] 394 |       results.get(0).unwrap().text.clone(),
[INFO] [stdout]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:416:44
[INFO] [stdout]     |
[INFO] [stdout] 416 |     assert_eq!(results.get(0).unwrap().text.clone(), "src/main.rs");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:426:44
[INFO] [stdout]     |
[INFO] [stdout] 426 |     assert_eq!(results.get(0).unwrap().text.clone(), "src/main.rs");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:436:44
[INFO] [stdout]     |
[INFO] [stdout] 436 |     assert_eq!(results.get(0).unwrap().text.clone(), "samples/test1");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:437:44
[INFO] [stdout]     |
[INFO] [stdout] 437 |     assert_eq!(results.get(1).unwrap().text.clone(), "samples/test2");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:447:44
[INFO] [stdout]     |
[INFO] [stdout] 447 |     assert_eq!(results.get(0).unwrap().text.clone(), "http://foo.bar");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:448:44
[INFO] [stdout]     |
[INFO] [stdout] 448 |     assert_eq!(results.get(1).unwrap().text.clone(), "CUSTOM-52463");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:449:44
[INFO] [stdout]     |
[INFO] [stdout] 449 |     assert_eq!(results.get(2).unwrap().text.clone(), "ISSUE-123");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:450:44
[INFO] [stdout]     |
[INFO] [stdout] 450 |     assert_eq!(results.get(3).unwrap().text.clone(), "/var/fd70b569/9999.log");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:451:44
[INFO] [stdout]     |
[INFO] [stdout] 451 |     assert_eq!(results.get(4).unwrap().text.clone(), "52463");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:452:44
[INFO] [stdout]     |
[INFO] [stdout] 452 |     assert_eq!(results.get(5).unwrap().text.clone(), "973113");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:454:35
[INFO] [stdout]     |
[INFO] [stdout] 454 |       results.get(6).unwrap().text.clone(),
[INFO] [stdout]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:457:44
[INFO] [stdout]     |
[INFO] [stdout] 457 |     assert_eq!(results.get(7).unwrap().text.clone(), "8888");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/state.rs:458:44
[INFO] [stdout]     |
[INFO] [stdout] 458 |     assert_eq!(results.get(8).unwrap().text.clone(), "https://crates.io/23456/fd70b569");
[INFO] [stdout]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.19s
[INFO] running `Command { std: "docker" "inspect" "e35a490a375dcc93284125f523c607d6834754821bd08bdff1248cfb55905eec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e35a490a375dcc93284125f523c607d6834754821bd08bdff1248cfb55905eec", kill_on_drop: false }`
[INFO] [stdout] e35a490a375dcc93284125f523c607d6834754821bd08bdff1248cfb55905eec
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 044f6188e4dec5cb1dc9bcf68f7fba31246a5c1adce77a0e8574278284544f02
[INFO] running `Command { std: "docker" "start" "-a" "044f6188e4dec5cb1dc9bcf68f7fba31246a5c1adce77a0e8574278284544f02", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/alphabets.rs:33:31
[INFO] [stderr]    |
[INFO] [stderr] 33 |   fn new(letters: &'a str) -> Alphabet {
[INFO] [stderr]    |                    --         ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                    |
[INFO] [stderr]    |                    the lifetime is named 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: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 33 |   fn new(letters: &'a str) -> Alphabet<'a> {
[INFO] [stderr]    |                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/alphabets.rs:67:36
[INFO] [stderr]    |
[INFO] [stderr] 67 | pub fn get_alphabet(alphabet_name: &str) -> Alphabet {
[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] 67 | pub fn get_alphabet(alphabet_name: &str) -> Alphabet<'_> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:253:44
[INFO] [stderr]     |
[INFO] [stderr] 253 |     assert_eq!(results.get(0).unwrap().text.clone(), "/tmp/foo/bar_lol");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:254:44
[INFO] [stderr]     |
[INFO] [stderr] 254 |     assert_eq!(results.get(1).unwrap().text.clone(), "/var/log/boot-strap.log");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:255:44
[INFO] [stderr]     |
[INFO] [stderr] 255 |     assert_eq!(results.get(2).unwrap().text.clone(), "../log/kern.log");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:265:44
[INFO] [stderr]     |
[INFO] [stderr] 265 |     assert_eq!(results.get(0).unwrap().text.clone(), "~/.gnu/.config.txt");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:275:44
[INFO] [stderr]     |
[INFO] [stderr] 275 |     assert_eq!(results.get(0).unwrap().text.clone(), "dev/api/[slug]/foo");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:294:44
[INFO] [stderr]     |
[INFO] [stderr] 294 |     assert_eq!(results.get(0).unwrap().text.clone(), "fd70b5695");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:295:44
[INFO] [stderr]     |
[INFO] [stderr] 295 |     assert_eq!(results.get(1).unwrap().text.clone(), "5246ddf");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:296:44
[INFO] [stderr]     |
[INFO] [stderr] 296 |     assert_eq!(results.get(2).unwrap().text.clone(), "f924213");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:298:35
[INFO] [stderr]     |
[INFO] [stderr] 298 |       results.get(3).unwrap().text.clone(),
[INFO] [stderr]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:310:44
[INFO] [stderr]     |
[INFO] [stderr] 310 |     assert_eq!(results.get(0).unwrap().text.clone(), "127.0.0.1");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:311:44
[INFO] [stderr]     |
[INFO] [stderr] 311 |     assert_eq!(results.get(1).unwrap().text.clone(), "255.255.10.255");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:312:44
[INFO] [stderr]     |
[INFO] [stderr] 312 |     assert_eq!(results.get(2).unwrap().text.clone(), "127.0.0.1");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:322:44
[INFO] [stderr]     |
[INFO] [stderr] 322 |     assert_eq!(results.get(0).unwrap().text.clone(), "fe80::2:202:fe4");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:324:35
[INFO] [stderr]     |
[INFO] [stderr] 324 |       results.get(1).unwrap().text.clone(),
[INFO] [stderr]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:327:44
[INFO] [stderr]     |
[INFO] [stderr] 327 |     assert_eq!(results.get(2).unwrap().text.clone(), "fe80::2:1");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:328:44
[INFO] [stderr]     |
[INFO] [stderr] 328 |     assert_eq!(results.get(3).unwrap().text.clone(), "fe80:22:312:fe::1%eth0");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:338:47
[INFO] [stderr]     |
[INFO] [stderr] 338 |     assert_eq!(results.get(0).unwrap().pattern.clone(), "markdown_url");
[INFO] [stderr]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:339:44
[INFO] [stderr]     |
[INFO] [stderr] 339 |     assert_eq!(results.get(0).unwrap().text.clone(), "https://github.io?foo=bar");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:340:47
[INFO] [stderr]     |
[INFO] [stderr] 340 |     assert_eq!(results.get(1).unwrap().pattern.clone(), "markdown_url");
[INFO] [stderr]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:341:44
[INFO] [stderr]     |
[INFO] [stderr] 341 |     assert_eq!(results.get(1).unwrap().text.clone(), "http://cdn.com/img.jpg");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:351:44
[INFO] [stderr]     |
[INFO] [stderr] 351 |     assert_eq!(results.get(0).unwrap().text.clone(), "https://www.rust-lang.org/tools");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:352:47
[INFO] [stderr]     |
[INFO] [stderr] 352 |     assert_eq!(results.get(0).unwrap().pattern.clone(), "url");
[INFO] [stderr]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:353:44
[INFO] [stderr]     |
[INFO] [stderr] 353 |     assert_eq!(results.get(1).unwrap().text.clone(), "https://crates.io");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:354:47
[INFO] [stderr]     |
[INFO] [stderr] 354 |     assert_eq!(results.get(1).unwrap().pattern.clone(), "url");
[INFO] [stderr]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:355:44
[INFO] [stderr]     |
[INFO] [stderr] 355 |     assert_eq!(results.get(2).unwrap().text.clone(), "https://github.io?foo=bar");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:356:47
[INFO] [stderr]     |
[INFO] [stderr] 356 |     assert_eq!(results.get(2).unwrap().pattern.clone(), "url");
[INFO] [stderr]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:357:44
[INFO] [stderr]     |
[INFO] [stderr] 357 |     assert_eq!(results.get(3).unwrap().text.clone(), "ssh://github.io");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:358:47
[INFO] [stderr]     |
[INFO] [stderr] 358 |     assert_eq!(results.get(3).unwrap().pattern.clone(), "url");
[INFO] [stderr]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:368:44
[INFO] [stderr]     |
[INFO] [stderr] 368 |     assert_eq!(results.get(0).unwrap().text.clone(), "0xfd70b5695");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:369:44
[INFO] [stderr]     |
[INFO] [stderr] 369 |     assert_eq!(results.get(1).unwrap().text.clone(), "0x5246ddf");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:370:44
[INFO] [stderr]     |
[INFO] [stderr] 370 |     assert_eq!(results.get(2).unwrap().text.clone(), "0x973113");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:380:44
[INFO] [stderr]     |
[INFO] [stderr] 380 |     assert_eq!(results.get(0).unwrap().text.clone(), "#fd7b56");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:381:44
[INFO] [stderr]     |
[INFO] [stderr] 381 |     assert_eq!(results.get(1).unwrap().text.clone(), "#FF00FF");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:382:44
[INFO] [stderr]     |
[INFO] [stderr] 382 |     assert_eq!(results.get(2).unwrap().text.clone(), "#00fF05");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:383:44
[INFO] [stderr]     |
[INFO] [stderr] 383 |     assert_eq!(results.get(3).unwrap().text.clone(), "#abcd00");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:394:35
[INFO] [stderr]     |
[INFO] [stderr] 394 |       results.get(0).unwrap().text.clone(),
[INFO] [stderr]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:416:44
[INFO] [stderr]     |
[INFO] [stderr] 416 |     assert_eq!(results.get(0).unwrap().text.clone(), "src/main.rs");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:426:44
[INFO] [stderr]     |
[INFO] [stderr] 426 |     assert_eq!(results.get(0).unwrap().text.clone(), "src/main.rs");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:436:44
[INFO] [stderr]     |
[INFO] [stderr] 436 |     assert_eq!(results.get(0).unwrap().text.clone(), "samples/test1");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:437:44
[INFO] [stderr]     |
[INFO] [stderr] 437 |     assert_eq!(results.get(1).unwrap().text.clone(), "samples/test2");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:447:44
[INFO] [stderr]     |
[INFO] [stderr] 447 |     assert_eq!(results.get(0).unwrap().text.clone(), "http://foo.bar");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:448:44
[INFO] [stderr]     |
[INFO] [stderr] 448 |     assert_eq!(results.get(1).unwrap().text.clone(), "CUSTOM-52463");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:449:44
[INFO] [stderr]     |
[INFO] [stderr] 449 |     assert_eq!(results.get(2).unwrap().text.clone(), "ISSUE-123");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:450:44
[INFO] [stderr]     |
[INFO] [stderr] 450 |     assert_eq!(results.get(3).unwrap().text.clone(), "/var/fd70b569/9999.log");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:451:44
[INFO] [stderr]     |
[INFO] [stderr] 451 |     assert_eq!(results.get(4).unwrap().text.clone(), "52463");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:452:44
[INFO] [stderr]     |
[INFO] [stderr] 452 |     assert_eq!(results.get(5).unwrap().text.clone(), "973113");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:454:35
[INFO] [stderr]     |
[INFO] [stderr] 454 |       results.get(6).unwrap().text.clone(),
[INFO] [stderr]     |                                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:457:44
[INFO] [stderr]     |
[INFO] [stderr] 457 |     assert_eq!(results.get(7).unwrap().text.clone(), "8888");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/state.rs:458:44
[INFO] [stderr]     |
[INFO] [stderr] 458 |     assert_eq!(results.get(8).unwrap().text.clone(), "https://crates.io/23456/fd70b569");
[INFO] [stderr]     |                                            ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/swapper.rs:82:8
[INFO] [stderr]    |
[INFO] [stderr] 76 |     executor: Box<&'a mut dyn Executor>,
[INFO] [stderr]    |                    -- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 82 |   ) -> Swapper {
[INFO] [stderr]    |        ^^^^^^^ the same lifetime is hidden 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: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 82 |   ) -> Swapper<'a> {
[INFO] [stderr]    |               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `thumbs` (bin "thumbs" test) generated 51 warnings (run `cargo fix --bin "thumbs" -p thumbs --tests` to apply 51 suggestions)
[INFO] [stderr] warning: `thumbs` (bin "tmux-thumbs" test) generated 1 warning (run `cargo fix --bin "tmux-thumbs" -p thumbs --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/thumbs-720979c70f995f43)
[INFO] [stdout] 
[INFO] [stdout] running 30 tests
[INFO] [stdout] test alphabets::tests::simple_matches ... ok
[INFO] [stdout] test alphabets::tests::composed_matches ... ok
[INFO] [stdout] test colors::tests::match_color ... ok
[INFO] [stdout] test alphabets::tests::composed_matches_multiple ... ok
[INFO] [stdout] test colors::tests::parse_rgb ... ok
[INFO] [stdout] test alphabets::tests::composed_matches_max ... ok
[INFO] [stdout] test state::tests::match_addresses ... ok
[INFO] [stdout] test colors::tests::parse_invalid_rgb - should panic ... ok
[INFO] [stdout] test colors::tests::no_match_color - should panic ... ok
[INFO] [stdout] test state::tests::match_bash ... ok
[INFO] [stdout] test state::tests::match_docker ... ok
[INFO] [stdout] test state::tests::match_hex_colors ... ok
[INFO] [stdout] test state::tests::match_diff_b ... ok
[INFO] [stdout] test state::tests::match_diff_a ... ok
[INFO] [stdout] test state::tests::match_home ... ok
[INFO] [stdout] test state::tests::match_diff_summary ... ok
[INFO] [stdout] test state::tests::match_ips ... ok
[INFO] [stdout] test state::tests::match_ipfs ... ok
[INFO] [stdout] test state::tests::match_process_port ... ok
[INFO] [stdout] test state::tests::match_shas ... ok
[INFO] [stdout] test state::tests::match_ipv6s ... ok
[INFO] [stdout] test state::tests::match_markdown_urls ... ok
[INFO] [stdout] test view::tests::hint_text ... ok
[INFO] [stdout] test state::tests::match_paths ... ok
[INFO] [stdout] test state::tests::match_slugs ... ok
[INFO] [stdout] test state::tests::match_reverse ... ok
[INFO] [stdout] test state::tests::match_uids ... ok
[INFO] [stdout] test state::tests::match_unique ... ok
[INFO] [stdout] test state::tests::priority ... ok
[INFO] [stdout] test state::tests::match_urls ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/swapper.rs (/opt/rustwide/target/debug/deps/tmux_thumbs-e81258ba08d00a9f)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::retrieve_active_pane ... ok
[INFO] [stdout] test tests::quoted_execution ... ok
[INFO] [stdout] test tests::swap_panes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "044f6188e4dec5cb1dc9bcf68f7fba31246a5c1adce77a0e8574278284544f02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "044f6188e4dec5cb1dc9bcf68f7fba31246a5c1adce77a0e8574278284544f02", kill_on_drop: false }`
[INFO] [stdout] 044f6188e4dec5cb1dc9bcf68f7fba31246a5c1adce77a0e8574278284544f02
