[INFO] fetching crate owners 0.1.0...
[INFO] testing owners-0.1.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate owners 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate owners 0.1.0
[INFO] finished tweaking crates.io crate owners 0.1.0
[INFO] tweaked toml for crates.io crate owners 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate owners 0.1.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding glob v0.2.11 (available: v0.3.3)
[INFO] [stderr]       Adding nom v2.2.1 (available: v8.0.0)
[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] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[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] 04139b23ba5ef906bc6c6eacd1d7edbeab0a1687f9a47341efbc5a2093fc1854
[INFO] running `Command { std: "docker" "start" "-a" "04139b23ba5ef906bc6c6eacd1d7edbeab0a1687f9a47341efbc5a2093fc1854", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04139b23ba5ef906bc6c6eacd1d7edbeab0a1687f9a47341efbc5a2093fc1854", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04139b23ba5ef906bc6c6eacd1d7edbeab0a1687f9a47341efbc5a2093fc1854", kill_on_drop: false }`
[INFO] [stdout] 04139b23ba5ef906bc6c6eacd1d7edbeab0a1687f9a47341efbc5a2093fc1854
[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] 82ec1346daf654fbb8f10082521a3772d64e4368f97be965a2fbe8915c668ff7
[INFO] running `Command { std: "docker" "start" "-a" "82ec1346daf654fbb8f10082521a3772d64e4368f97be965a2fbe8915c668ff7", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling nom v2.2.1
[INFO] [stderr]    Compiling glob v0.2.11
[INFO] [stderr]    Compiling owners v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:55:31
[INFO] [stdout]    |
[INFO] [stdout] 55 |   named!(identifier_plus_globs<(Identifier, Option<Vec<&str>>)>,
[INFO] [stdout]    |   -                             ^^^^^^^^^^             ^^^^ the same lifetime is elided here
[INFO] [stdout]    |   |                             |
[INFO] [stdout]    |  _|                             the same lifetime is hidden here
[INFO] [stdout]    | |
[INFO] [stdout] 56 | |   tuple!(identifier, opt!(glob_list))
[INFO] [stdout] 57 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 55 | named!(identifier_plus_globs<(Identifier<'a>, Option<Vec<&'a str>>)>,
[INFO] [stdout]    |                                         ++++              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:59:22
[INFO] [stdout]    |
[INFO] [stdout] 59 |   named!(glob_list<Vec<&str>>,
[INFO] [stdout]    |   -                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 60 | |   do_parse!(
[INFO] [stdout] 61 | |     space >>
[INFO] [stdout] 62 | |     gs: separated_list!(space, glob_pattern) >>
[INFO] [stdout] ...  |
[INFO] [stdout] 65 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 59 | named!(glob_list<Vec<&'a str>>,
[INFO] [stdout]    |                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:67:21
[INFO] [stdout]    |
[INFO] [stdout] 67 |   named!(glob_pattern<&str>,
[INFO] [stdout]    |   -                   ^^^^ the same lifetime is elided here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 68 | |   map_res!(
[INFO] [stdout] 69 | |     is_not!(" \t\r\n"),
[INFO] [stdout] 70 | |     str::from_utf8
[INFO] [stdout] 71 | |   )
[INFO] [stdout] 72 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 67 | named!(glob_pattern<&'a str>,
[INFO] [stdout]    |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |   named!(identifier<Identifier>,
[INFO] [stdout]    |   -                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 81 | |   alt_complete!(
[INFO] [stdout] 82 | |     team => { |(o, t)| Identifier::Team(o, t) }
[INFO] [stdout] 83 | |     | username => { |u| Identifier::Username(u) }
[INFO] [stdout] 84 | |   )
[INFO] [stdout] 85 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 80 | named!(identifier<Identifier<'a>>,
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:87:17
[INFO] [stdout]    |
[INFO] [stdout] 87 |   named!(username<&str>,
[INFO] [stdout]    |   -               ^^^^ the same lifetime is elided here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 88 | |   do_parse!(
[INFO] [stdout] 89 | |     tag!("@") >>
[INFO] [stdout] 90 | |     login: github_identifier >>
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 87 | named!(username<&'a str>,
[INFO] [stdout]    |                  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:95:14
[INFO] [stdout]     |
[INFO] [stdout]  95 |   named!(team<(&str, &str)>,
[INFO] [stdout]     |   -            ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |   |            |
[INFO] [stdout]     |  _|            the same lifetime is elided here
[INFO] [stdout]     | |
[INFO] [stdout]  96 | |   do_parse!(
[INFO] [stdout]  97 | |     tag!("@") >>
[INFO] [stdout]  98 | |     org: github_identifier >>
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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]  95 | named!(team<(&'a str, &'a str)>,
[INFO] [stdout]     |               ++       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |   named!(github_identifier<&str>,
[INFO] [stdout]     |   -                        ^^^^ the same lifetime is elided here
[INFO] [stdout]     |  _|
[INFO] [stdout]     | |
[INFO] [stdout] 106 | |   map_res!(
[INFO] [stdout] 107 | |     take_while!(is_alphanumeric),
[INFO] [stdout] 108 | |     str::from_utf8
[INFO] [stdout] 109 | |   )
[INFO] [stdout] 110 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 105 | named!(github_identifier<&'a str>,
[INFO] [stdout]     |                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "82ec1346daf654fbb8f10082521a3772d64e4368f97be965a2fbe8915c668ff7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "82ec1346daf654fbb8f10082521a3772d64e4368f97be965a2fbe8915c668ff7", kill_on_drop: false }`
[INFO] [stdout] 82ec1346daf654fbb8f10082521a3772d64e4368f97be965a2fbe8915c668ff7
[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] c21fe26a7d91e3c98bd30d238e7bcd353ea39dbe9123107a38568f50cb9f0e64
[INFO] running `Command { std: "docker" "start" "-a" "c21fe26a7d91e3c98bd30d238e7bcd353ea39dbe9123107a38568f50cb9f0e64", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:55:31
[INFO] [stdout]    |
[INFO] [stdout] 55 |   named!(identifier_plus_globs<(Identifier, Option<Vec<&str>>)>,
[INFO] [stdout]    |   -                             ^^^^^^^^^^             ^^^^ the same lifetime is elided here
[INFO] [stdout]    |   |                             |
[INFO] [stdout]    |  _|                             the same lifetime is hidden here
[INFO] [stdout]    | |
[INFO] [stdout] 56 | |   tuple!(identifier, opt!(glob_list))
[INFO] [stdout] 57 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 55 | named!(identifier_plus_globs<(Identifier<'a>, Option<Vec<&'a str>>)>,
[INFO] [stdout]    |                                         ++++              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:59:22
[INFO] [stdout]    |
[INFO] [stdout] 59 |   named!(glob_list<Vec<&str>>,
[INFO] [stdout]    |   -                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 60 | |   do_parse!(
[INFO] [stdout] 61 | |     space >>
[INFO] [stdout] 62 | |     gs: separated_list!(space, glob_pattern) >>
[INFO] [stdout] ...  |
[INFO] [stdout] 65 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 59 | named!(glob_list<Vec<&'a str>>,
[INFO] [stdout]    |                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:67:21
[INFO] [stdout]    |
[INFO] [stdout] 67 |   named!(glob_pattern<&str>,
[INFO] [stdout]    |   -                   ^^^^ the same lifetime is elided here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 68 | |   map_res!(
[INFO] [stdout] 69 | |     is_not!(" \t\r\n"),
[INFO] [stdout] 70 | |     str::from_utf8
[INFO] [stdout] 71 | |   )
[INFO] [stdout] 72 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 67 | named!(glob_pattern<&'a str>,
[INFO] [stdout]    |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |   named!(identifier<Identifier>,
[INFO] [stdout]    |   -                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 81 | |   alt_complete!(
[INFO] [stdout] 82 | |     team => { |(o, t)| Identifier::Team(o, t) }
[INFO] [stdout] 83 | |     | username => { |u| Identifier::Username(u) }
[INFO] [stdout] 84 | |   )
[INFO] [stdout] 85 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 80 | named!(identifier<Identifier<'a>>,
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:87:17
[INFO] [stdout]    |
[INFO] [stdout] 87 |   named!(username<&str>,
[INFO] [stdout]    |   -               ^^^^ the same lifetime is elided here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 88 | |   do_parse!(
[INFO] [stdout] 89 | |     tag!("@") >>
[INFO] [stdout] 90 | |     login: github_identifier >>
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 87 | named!(username<&'a str>,
[INFO] [stdout]    |                  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:95:14
[INFO] [stdout]     |
[INFO] [stdout]  95 |   named!(team<(&str, &str)>,
[INFO] [stdout]     |   -            ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |   |            |
[INFO] [stdout]     |  _|            the same lifetime is elided here
[INFO] [stdout]     | |
[INFO] [stdout]  96 | |   do_parse!(
[INFO] [stdout]  97 | |     tag!("@") >>
[INFO] [stdout]  98 | |     org: github_identifier >>
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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]  95 | named!(team<(&'a str, &'a str)>,
[INFO] [stdout]     |               ++       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |   named!(github_identifier<&str>,
[INFO] [stdout]     |   -                        ^^^^ the same lifetime is elided here
[INFO] [stdout]     |  _|
[INFO] [stdout]     | |
[INFO] [stdout] 106 | |   map_res!(
[INFO] [stdout] 107 | |     take_while!(is_alphanumeric),
[INFO] [stdout] 108 | |     str::from_utf8
[INFO] [stdout] 109 | |   )
[INFO] [stdout] 110 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 105 | named!(github_identifier<&'a str>,
[INFO] [stdout]     |                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling owners v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:55:31
[INFO] [stdout]    |
[INFO] [stdout] 55 |   named!(identifier_plus_globs<(Identifier, Option<Vec<&str>>)>,
[INFO] [stdout]    |   -                             ^^^^^^^^^^             ^^^^ the same lifetime is elided here
[INFO] [stdout]    |   |                             |
[INFO] [stdout]    |  _|                             the same lifetime is hidden here
[INFO] [stdout]    | |
[INFO] [stdout] 56 | |   tuple!(identifier, opt!(glob_list))
[INFO] [stdout] 57 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 55 | named!(identifier_plus_globs<(Identifier<'a>, Option<Vec<&'a str>>)>,
[INFO] [stdout]    |                                         ++++              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:59:22
[INFO] [stdout]    |
[INFO] [stdout] 59 |   named!(glob_list<Vec<&str>>,
[INFO] [stdout]    |   -                    ^^^^ the same lifetime is elided here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 60 | |   do_parse!(
[INFO] [stdout] 61 | |     space >>
[INFO] [stdout] 62 | |     gs: separated_list!(space, glob_pattern) >>
[INFO] [stdout] ...  |
[INFO] [stdout] 65 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 59 | named!(glob_list<Vec<&'a str>>,
[INFO] [stdout]    |                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:67:21
[INFO] [stdout]    |
[INFO] [stdout] 67 |   named!(glob_pattern<&str>,
[INFO] [stdout]    |   -                   ^^^^ the same lifetime is elided here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 68 | |   map_res!(
[INFO] [stdout] 69 | |     is_not!(" \t\r\n"),
[INFO] [stdout] 70 | |     str::from_utf8
[INFO] [stdout] 71 | |   )
[INFO] [stdout] 72 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 67 | named!(glob_pattern<&'a str>,
[INFO] [stdout]    |                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:80:19
[INFO] [stdout]    |
[INFO] [stdout] 80 |   named!(identifier<Identifier>,
[INFO] [stdout]    |   -                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 81 | |   alt_complete!(
[INFO] [stdout] 82 | |     team => { |(o, t)| Identifier::Team(o, t) }
[INFO] [stdout] 83 | |     | username => { |u| Identifier::Username(u) }
[INFO] [stdout] 84 | |   )
[INFO] [stdout] 85 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 80 | named!(identifier<Identifier<'a>>,
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/parser.rs:87:17
[INFO] [stdout]    |
[INFO] [stdout] 87 |   named!(username<&str>,
[INFO] [stdout]    |   -               ^^^^ the same lifetime is elided here
[INFO] [stdout]    |  _|
[INFO] [stdout]    | |
[INFO] [stdout] 88 | |   do_parse!(
[INFO] [stdout] 89 | |     tag!("@") >>
[INFO] [stdout] 90 | |     login: github_identifier >>
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | | );
[INFO] [stdout]    | | -
[INFO] [stdout]    | | |
[INFO] [stdout]    | |_the lifetime is named here
[INFO] [stdout]    |   the same 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] 87 | named!(username<&'a str>,
[INFO] [stdout]    |                  ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:95:14
[INFO] [stdout]     |
[INFO] [stdout]  95 |   named!(team<(&str, &str)>,
[INFO] [stdout]     |   -            ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stdout]     |   |            |
[INFO] [stdout]     |  _|            the same lifetime is elided here
[INFO] [stdout]     | |
[INFO] [stdout]  96 | |   do_parse!(
[INFO] [stdout]  97 | |     tag!("@") >>
[INFO] [stdout]  98 | |     org: github_identifier >>
[INFO] [stdout] ...   |
[INFO] [stdout] 103 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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]  95 | named!(team<(&'a str, &'a str)>,
[INFO] [stdout]     |               ++       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/parser.rs:105:26
[INFO] [stdout]     |
[INFO] [stdout] 105 |   named!(github_identifier<&str>,
[INFO] [stdout]     |   -                        ^^^^ the same lifetime is elided here
[INFO] [stdout]     |  _|
[INFO] [stdout]     | |
[INFO] [stdout] 106 | |   map_res!(
[INFO] [stdout] 107 | |     take_while!(is_alphanumeric),
[INFO] [stdout] 108 | |     str::from_utf8
[INFO] [stdout] 109 | |   )
[INFO] [stdout] 110 | | );
[INFO] [stdout]     | | -
[INFO] [stdout]     | | |
[INFO] [stdout]     | |_the lifetime is named here
[INFO] [stdout]     |   the same 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] 105 | named!(github_identifier<&'a str>,
[INFO] [stdout]     |                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "c21fe26a7d91e3c98bd30d238e7bcd353ea39dbe9123107a38568f50cb9f0e64", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c21fe26a7d91e3c98bd30d238e7bcd353ea39dbe9123107a38568f50cb9f0e64", kill_on_drop: false }`
[INFO] [stdout] c21fe26a7d91e3c98bd30d238e7bcd353ea39dbe9123107a38568f50cb9f0e64
[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] 00007724d01155bb8ca7ca90a537b4e9f9e684851eedf470d49b6d46295c89bc
[INFO] running `Command { std: "docker" "start" "-a" "00007724d01155bb8ca7ca90a537b4e9f9e684851eedf470d49b6d46295c89bc", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: hiding or eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:55:31
[INFO] [stderr]    |
[INFO] [stderr] 55 |   named!(identifier_plus_globs<(Identifier, Option<Vec<&str>>)>,
[INFO] [stderr]    |   -                             ^^^^^^^^^^             ^^^^ the same lifetime is elided here
[INFO] [stderr]    |   |                             |
[INFO] [stderr]    |  _|                             the same lifetime is hidden here
[INFO] [stderr]    | |
[INFO] [stderr] 56 | |   tuple!(identifier, opt!(glob_list))
[INFO] [stderr] 57 | | );
[INFO] [stderr]    | | -
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_the lifetime is named here
[INFO] [stderr]    |   the same 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] 55 | named!(identifier_plus_globs<(Identifier<'a>, Option<Vec<&'a str>>)>,
[INFO] [stderr]    |                                         ++++              ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:59:22
[INFO] [stderr]    |
[INFO] [stderr] 59 |   named!(glob_list<Vec<&str>>,
[INFO] [stderr]    |   -                    ^^^^ the same lifetime is elided here
[INFO] [stderr]    |  _|
[INFO] [stderr]    | |
[INFO] [stderr] 60 | |   do_parse!(
[INFO] [stderr] 61 | |     space >>
[INFO] [stderr] 62 | |     gs: separated_list!(space, glob_pattern) >>
[INFO] [stderr] ...  |
[INFO] [stderr] 65 | | );
[INFO] [stderr]    | | -
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_the lifetime is named here
[INFO] [stderr]    |   the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 59 | named!(glob_list<Vec<&'a str>>,
[INFO] [stderr]    |                       ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:67:21
[INFO] [stderr]    |
[INFO] [stderr] 67 |   named!(glob_pattern<&str>,
[INFO] [stderr]    |   -                   ^^^^ the same lifetime is elided here
[INFO] [stderr]    |  _|
[INFO] [stderr]    | |
[INFO] [stderr] 68 | |   map_res!(
[INFO] [stderr] 69 | |     is_not!(" \t\r\n"),
[INFO] [stderr] 70 | |     str::from_utf8
[INFO] [stderr] 71 | |   )
[INFO] [stderr] 72 | | );
[INFO] [stderr]    | | -
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_the lifetime is named here
[INFO] [stderr]    |   the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 67 | named!(glob_pattern<&'a str>,
[INFO] [stderr]    |                      ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:80:19
[INFO] [stderr]    |
[INFO] [stderr] 80 |   named!(identifier<Identifier>,
[INFO] [stderr]    |   -                 ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |  _|
[INFO] [stderr]    | |
[INFO] [stderr] 81 | |   alt_complete!(
[INFO] [stderr] 82 | |     team => { |(o, t)| Identifier::Team(o, t) }
[INFO] [stderr] 83 | |     | username => { |u| Identifier::Username(u) }
[INFO] [stderr] 84 | |   )
[INFO] [stderr] 85 | | );
[INFO] [stderr]    | | -
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_the lifetime is named here
[INFO] [stderr]    |   the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 80 | named!(identifier<Identifier<'a>>,
[INFO] [stderr]    |                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/parser.rs:87:17
[INFO] [stderr]    |
[INFO] [stderr] 87 |   named!(username<&str>,
[INFO] [stderr]    |   -               ^^^^ the same lifetime is elided here
[INFO] [stderr]    |  _|
[INFO] [stderr]    | |
[INFO] [stderr] 88 | |   do_parse!(
[INFO] [stderr] 89 | |     tag!("@") >>
[INFO] [stderr] 90 | |     login: github_identifier >>
[INFO] [stderr] ...  |
[INFO] [stderr] 93 | | );
[INFO] [stderr]    | | -
[INFO] [stderr]    | | |
[INFO] [stderr]    | |_the lifetime is named here
[INFO] [stderr]    |   the same lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 87 | named!(username<&'a str>,
[INFO] [stderr]    |                  ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:95:14
[INFO] [stderr]     |
[INFO] [stderr]  95 |   named!(team<(&str, &str)>,
[INFO] [stderr]     |   -            ^^^^  ^^^^ the same lifetime is elided here
[INFO] [stderr]     |   |            |
[INFO] [stderr]     |  _|            the same lifetime is elided here
[INFO] [stderr]     | |
[INFO] [stderr]  96 | |   do_parse!(
[INFO] [stderr]  97 | |     tag!("@") >>
[INFO] [stderr]  98 | |     org: github_identifier >>
[INFO] [stderr] ...   |
[INFO] [stderr] 103 | | );
[INFO] [stderr]     | | -
[INFO] [stderr]     | | |
[INFO] [stderr]     | |_the lifetime is named here
[INFO] [stderr]     |   the same lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr]  95 | named!(team<(&'a str, &'a str)>,
[INFO] [stderr]     |               ++       ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/parser.rs:105:26
[INFO] [stderr]     |
[INFO] [stderr] 105 |   named!(github_identifier<&str>,
[INFO] [stderr]     |   -                        ^^^^ the same lifetime is elided here
[INFO] [stderr]     |  _|
[INFO] [stderr]     | |
[INFO] [stderr] 106 | |   map_res!(
[INFO] [stderr] 107 | |     take_while!(is_alphanumeric),
[INFO] [stderr] 108 | |     str::from_utf8
[INFO] [stderr] 109 | |   )
[INFO] [stderr] 110 | | );
[INFO] [stderr]     | | -
[INFO] [stderr]     | | |
[INFO] [stderr]     | |_the lifetime is named here
[INFO] [stderr]     |   the same lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 105 | named!(github_identifier<&'a str>,
[INFO] [stderr]     |                           ++
[INFO] [stderr] 
[INFO] [stderr] warning: `owners` (lib) generated 7 warnings (run `cargo fix --lib -p owners` to apply 7 suggestions)
[INFO] [stderr] warning: `owners` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v2.2.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/owners-7ffb8b8d5ff4f610)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test parser::tests::test_lines ... ok
[INFO] [stdout] test parser::tests::test_identifier_parses_team ... ok
[INFO] [stdout] test parser::tests::test_identifier_parses_username ... 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] [stderr]    Doc-tests owners
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "00007724d01155bb8ca7ca90a537b4e9f9e684851eedf470d49b6d46295c89bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00007724d01155bb8ca7ca90a537b4e9f9e684851eedf470d49b6d46295c89bc", kill_on_drop: false }`
[INFO] [stdout] 00007724d01155bb8ca7ca90a537b4e9f9e684851eedf470d49b6d46295c89bc
