[INFO] fetching crate owners 0.1.0... [INFO] testing owners-0.1.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate owners 0.1.0 into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate owners 0.1.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nom v2.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d8dec8cb1678616e80ecfcbd98511d9a1db10707009476b36cc7636631b7473e [INFO] running `Command { std: "docker" "start" "-a" "d8dec8cb1678616e80ecfcbd98511d9a1db10707009476b36cc7636631b7473e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d8dec8cb1678616e80ecfcbd98511d9a1db10707009476b36cc7636631b7473e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8dec8cb1678616e80ecfcbd98511d9a1db10707009476b36cc7636631b7473e", kill_on_drop: false }` [INFO] [stdout] d8dec8cb1678616e80ecfcbd98511d9a1db10707009476b36cc7636631b7473e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d895a6fb9d8f186e6d1264e66cef72db41d30ddda04f3f1a18cee1b271c927c9 [INFO] running `Command { std: "docker" "start" "-a" "d895a6fb9d8f186e6d1264e66cef72db41d30ddda04f3f1a18cee1b271c927c9", 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>)>, [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>)>, [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>, [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>, [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, [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>, [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.54s [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" "d895a6fb9d8f186e6d1264e66cef72db41d30ddda04f3f1a18cee1b271c927c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d895a6fb9d8f186e6d1264e66cef72db41d30ddda04f3f1a18cee1b271c927c9", kill_on_drop: false }` [INFO] [stdout] d895a6fb9d8f186e6d1264e66cef72db41d30ddda04f3f1a18cee1b271c927c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed514f3ffca2f6df00f7e1970f8ada376d8fbab2aa8785c41fe3f36ae02ee16a [INFO] running `Command { std: "docker" "start" "-a" "ed514f3ffca2f6df00f7e1970f8ada376d8fbab2aa8785c41fe3f36ae02ee16a", 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>)>, [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>)>, [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>, [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>, [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, [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>, [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>)>, [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>)>, [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>, [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>, [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, [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>, [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.54s [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" "ed514f3ffca2f6df00f7e1970f8ada376d8fbab2aa8785c41fe3f36ae02ee16a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed514f3ffca2f6df00f7e1970f8ada376d8fbab2aa8785c41fe3f36ae02ee16a", kill_on_drop: false }` [INFO] [stdout] ed514f3ffca2f6df00f7e1970f8ada376d8fbab2aa8785c41fe3f36ae02ee16a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c1b70258d1dc956c6853124bbd6b28d765f8c73d1e4e5b05e5dc6961c79ad44b [INFO] running `Command { std: "docker" "start" "-a" "c1b70258d1dc956c6853124bbd6b28d765f8c73d1e4e5b05e5dc6961c79ad44b", 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>)>, [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>)>, [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>, [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>, [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, [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>, [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.06s [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-1731d70a47f2b77d) [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.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" "c1b70258d1dc956c6853124bbd6b28d765f8c73d1e4e5b05e5dc6961c79ad44b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1b70258d1dc956c6853124bbd6b28d765f8c73d1e4e5b05e5dc6961c79ad44b", kill_on_drop: false }` [INFO] [stdout] c1b70258d1dc956c6853124bbd6b28d765f8c73d1e4e5b05e5dc6961c79ad44b