[INFO] fetching crate owners 0.1.0...
[INFO] testing owners-0.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate owners 0.1.0 into /workspace/builds/worker-0-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-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate owners 0.1.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 4998f835e7104b645e30ccc9d836b8f871876fb31261657a1d65b710040a498d
[INFO] running `Command { std: "docker" "start" "-a" "4998f835e7104b645e30ccc9d836b8f871876fb31261657a1d65b710040a498d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4998f835e7104b645e30ccc9d836b8f871876fb31261657a1d65b710040a498d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4998f835e7104b645e30ccc9d836b8f871876fb31261657a1d65b710040a498d", kill_on_drop: false }`
[INFO] [stdout] 4998f835e7104b645e30ccc9d836b8f871876fb31261657a1d65b710040a498d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] a4f9c5fdfaa66c09fa7987b82f92006c24dbd498cf8ba2931212ac9a9ba284e2
[INFO] running `Command { std: "docker" "start" "-a" "a4f9c5fdfaa66c09fa7987b82f92006c24dbd498cf8ba2931212ac9a9ba284e2", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling glob v0.2.11
[INFO] [stderr]    Compiling nom v2.2.1
[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.21s
[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 1`
[INFO] running `Command { std: "docker" "inspect" "a4f9c5fdfaa66c09fa7987b82f92006c24dbd498cf8ba2931212ac9a9ba284e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4f9c5fdfaa66c09fa7987b82f92006c24dbd498cf8ba2931212ac9a9ba284e2", kill_on_drop: false }`
[INFO] [stdout] a4f9c5fdfaa66c09fa7987b82f92006c24dbd498cf8ba2931212ac9a9ba284e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 9c6e3110ba39e85d7bbd61b54ed4109d42d0c97b9d802245aab5e7776346367e
[INFO] running `Command { std: "docker" "start" "-a" "9c6e3110ba39e85d7bbd61b54ed4109d42d0c97b9d802245aab5e7776346367e", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.69s
[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 1`
[INFO] running `Command { std: "docker" "inspect" "9c6e3110ba39e85d7bbd61b54ed4109d42d0c97b9d802245aab5e7776346367e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c6e3110ba39e85d7bbd61b54ed4109d42d0c97b9d802245aab5e7776346367e", kill_on_drop: false }`
[INFO] [stdout] 9c6e3110ba39e85d7bbd61b54ed4109d42d0c97b9d802245aab5e7776346367e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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", kill_on_drop: false }`
[INFO] [stdout] d8b454ef53db9a4c2e6e771ca0926766a8f6fb69bd16b33e8b15994782935da4
[INFO] running `Command { std: "docker" "start" "-a" "d8b454ef53db9a4c2e6e771ca0926766a8f6fb69bd16b33e8b15994782935da4", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.07s
[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 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/owners-4db6c82532c5878a)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test parser::tests::test_identifier_parses_team ... ok
[INFO] [stdout] test parser::tests::test_identifier_parses_username ... ok
[INFO] [stdout] test parser::tests::test_lines ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[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" "d8b454ef53db9a4c2e6e771ca0926766a8f6fb69bd16b33e8b15994782935da4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d8b454ef53db9a4c2e6e771ca0926766a8f6fb69bd16b33e8b15994782935da4", kill_on_drop: false }`
[INFO] [stdout] d8b454ef53db9a4c2e6e771ca0926766a8f6fb69bd16b33e8b15994782935da4
