[INFO] fetching crate wrapgen 0.2.0...
[INFO] testing wrapgen-0.2.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate wrapgen 0.2.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate wrapgen 0.2.0
[INFO] finished tweaking crates.io crate wrapgen 0.2.0
[INFO] tweaked toml for crates.io crate wrapgen 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate wrapgen 0.2.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wrapgen 0.2.0 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aceee7a13db937fa60057270e5295dad464c8cf356522992906b0b99f4dc213f
[INFO] running `Command { std: "docker" "start" "-a" "aceee7a13db937fa60057270e5295dad464c8cf356522992906b0b99f4dc213f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aceee7a13db937fa60057270e5295dad464c8cf356522992906b0b99f4dc213f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aceee7a13db937fa60057270e5295dad464c8cf356522992906b0b99f4dc213f", kill_on_drop: false }`
[INFO] [stdout] aceee7a13db937fa60057270e5295dad464c8cf356522992906b0b99f4dc213f
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e0dfd7f21ac75980a95aabe8dc71b68ac8caaa58979bc335852c6f5b36864432
[INFO] running `Command { std: "docker" "start" "-a" "e0dfd7f21ac75980a95aabe8dc71b68ac8caaa58979bc335852c6f5b36864432", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling aho-corasick v0.7.13
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling wrapgen v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:129:33
[INFO] [stdout]     |
[INFO] [stdout] 129 |             .map(|v| (v.original.clone(), v.renamed.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]     = 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/lib.rs:129:52
[INFO] [stdout]     |
[INFO] [stdout] 129 |             .map(|v| (v.original.clone(), v.renamed.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: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn read_fns(lines: &'a str) -> Vec<FnDefinition> {
[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] 136 |     fn read_fns(lines: &'a str) -> Vec<FnDefinition<'a>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/fn_definition.rs:13:56
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn from_str(function: &'a str) -> Result<Self, &str> {
[INFO] [stdout]    |                                --                      ^^^^ the same lifetime is elided 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] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn from_str(function: &'a str) -> Result<Self, &'a str> {
[INFO] [stdout]    |                                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/fn_definition.rs:25:56
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn from_cap(cap: Captures<'a>) -> Result<Self, &str> {
[INFO] [stdout]    |                                   --                   ^^^^ the same lifetime is elided 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] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn from_cap(cap: Captures<'a>) -> Result<Self, &'a str> {
[INFO] [stdout]    |                                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s
[INFO] running `Command { std: "docker" "inspect" "e0dfd7f21ac75980a95aabe8dc71b68ac8caaa58979bc335852c6f5b36864432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0dfd7f21ac75980a95aabe8dc71b68ac8caaa58979bc335852c6f5b36864432", kill_on_drop: false }`
[INFO] [stdout] e0dfd7f21ac75980a95aabe8dc71b68ac8caaa58979bc335852c6f5b36864432
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ad5cd5de7ba4ab794e8459b68acbdecfb6189eec7da827a2e15bc06f4c0429e
[INFO] running `Command { std: "docker" "start" "-a" "6ad5cd5de7ba4ab794e8459b68acbdecfb6189eec7da827a2e15bc06f4c0429e", kill_on_drop: false }`
[INFO] [stderr]    Compiling wrapgen v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:129:33
[INFO] [stdout]     |
[INFO] [stdout] 129 |             .map(|v| (v.original.clone(), v.renamed.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]     = 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/lib.rs:129:52
[INFO] [stdout]     |
[INFO] [stdout] 129 |             .map(|v| (v.original.clone(), v.renamed.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: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn read_fns(lines: &'a str) -> Vec<FnDefinition> {
[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] 136 |     fn read_fns(lines: &'a str) -> Vec<FnDefinition<'a>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/fn_definition.rs:13:56
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn from_str(function: &'a str) -> Result<Self, &str> {
[INFO] [stdout]    |                                --                      ^^^^ the same lifetime is elided 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] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn from_str(function: &'a str) -> Result<Self, &'a str> {
[INFO] [stdout]    |                                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/fn_definition.rs:25:56
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn from_cap(cap: Captures<'a>) -> Result<Self, &str> {
[INFO] [stdout]    |                                   --                   ^^^^ the same lifetime is elided 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] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn from_cap(cap: Captures<'a>) -> Result<Self, &'a str> {
[INFO] [stdout]    |                                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: free function without a body
[INFO] [stdout]  --> examples/to_wrap.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn page_symlink(inode: *mut inode, symname: *const cty::c_char, len: cty::c_int) -> cty::c_int;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]   |                                                                                               |
[INFO] [stdout]   |                                                                                               help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: free function without a body
[INFO] [stdout]  --> examples/to_wrap.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | fn c_dget(dentry: *mut dentry) -> *mut dentry;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
[INFO] [stdout]   |                                              |
[INFO] [stdout]   |                                              help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: free function without a body
[INFO] [stdout]  --> examples/to_wrap.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn test_fn();
[INFO] [stdout]   | ^^^^^^^^^^^^-
[INFO] [stdout]   |             |
[INFO] [stdout]   |             help: provide a definition for the function: `{ <body> }`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `inode` in this scope
[INFO] [stdout]  --> examples/to_wrap.rs:1:29
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn page_symlink(inode: *mut inode, symname: *const cty::c_char, len: cty::c_int) -> cty::c_int;
[INFO] [stdout]   |                             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `dentry` in this scope
[INFO] [stdout]  --> examples/to_wrap.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | fn c_dget(dentry: *mut dentry) -> *mut dentry;
[INFO] [stdout]   |                        ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `dentry` in this scope
[INFO] [stdout]  --> examples/to_wrap.rs:2:40
[INFO] [stdout]   |
[INFO] [stdout] 2 | fn c_dget(dentry: *mut dentry) -> *mut dentry;
[INFO] [stdout]   |                                        ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `to_wrap`
[INFO] [stdout]  --> examples/to_wrap.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | fn test_fn();
[INFO] [stdout]   |              ^ consider adding a `main` function to `examples/to_wrap.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cty`
[INFO] [stdout]  --> examples/to_wrap.rs:1:52
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn page_symlink(inode: *mut inode, symname: *const cty::c_char, len: cty::c_int) -> cty::c_int;
[INFO] [stdout]   |                                                    ^^^ use of unresolved module or unlinked crate `cty`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `cty`, use `cargo add cty` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cty`
[INFO] [stdout]  --> examples/to_wrap.rs:1:70
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn page_symlink(inode: *mut inode, symname: *const cty::c_char, len: cty::c_int) -> cty::c_int;
[INFO] [stdout]   |                                                                      ^^^ use of unresolved module or unlinked crate `cty`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `cty`, use `cargo add cty` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `cty`
[INFO] [stdout]  --> examples/to_wrap.rs:1:85
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn page_symlink(inode: *mut inode, symname: *const cty::c_char, len: cty::c_int) -> cty::c_int;
[INFO] [stdout]   |                                                                                     ^^^ use of unresolved module or unlinked crate `cty`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `cty`, use `cargo add cty` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433, E0601.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wrapgen` (example "to_wrap") due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/lib.rs:129:33
[INFO] [stdout]     |
[INFO] [stdout] 129 |             .map(|v| (v.original.clone(), v.renamed.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]     = 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/lib.rs:129:52
[INFO] [stdout]     |
[INFO] [stdout] 129 |             .map(|v| (v.original.clone(), v.renamed.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: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:136:40
[INFO] [stdout]     |
[INFO] [stdout] 136 |     fn read_fns(lines: &'a str) -> Vec<FnDefinition> {
[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] 136 |     fn read_fns(lines: &'a str) -> Vec<FnDefinition<'a>> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/fn_definition.rs:13:56
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn from_str(function: &'a str) -> Result<Self, &str> {
[INFO] [stdout]    |                                --                      ^^^^ the same lifetime is elided 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] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub fn from_str(function: &'a str) -> Result<Self, &'a str> {
[INFO] [stdout]    |                                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/fn_definition.rs:25:56
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn from_cap(cap: Captures<'a>) -> Result<Self, &str> {
[INFO] [stdout]    |                                   --                   ^^^^ the same lifetime is elided 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] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn from_cap(cap: Captures<'a>) -> Result<Self, &'a str> {
[INFO] [stdout]    |                                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6ad5cd5de7ba4ab794e8459b68acbdecfb6189eec7da827a2e15bc06f4c0429e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ad5cd5de7ba4ab794e8459b68acbdecfb6189eec7da827a2e15bc06f4c0429e", kill_on_drop: false }`
[INFO] [stdout] 6ad5cd5de7ba4ab794e8459b68acbdecfb6189eec7da827a2e15bc06f4c0429e
