[INFO] fetching crate pex 0.2.4...
[INFO] checking pex-0.2.4 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate pex 0.2.4 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate pex 0.2.4 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate pex 0.2.4
[INFO] finished tweaking crates.io crate pex 0.2.4
[INFO] tweaked toml for crates.io crate pex 0.2.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ba94c624aeee6ee85e86842d484fee87588d18c627fe4eb70f1272070912ad25
[INFO] running `Command { std: "docker" "start" "-a" "ba94c624aeee6ee85e86842d484fee87588d18c627fe4eb70f1272070912ad25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ba94c624aeee6ee85e86842d484fee87588d18c627fe4eb70f1272070912ad25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba94c624aeee6ee85e86842d484fee87588d18c627fe4eb70f1272070912ad25", kill_on_drop: false }`
[INFO] [stdout] ba94c624aeee6ee85e86842d484fee87588d18c627fe4eb70f1272070912ad25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c0dcadedc6048e95323d50a4fa70d38c6b30ba9b368f63a9bf8877709133e1c9
[INFO] running `Command { std: "docker" "start" "-a" "c0dcadedc6048e95323d50a4fa70d38c6b30ba9b368f63a9bf8877709133e1c9", kill_on_drop: false }`
[INFO] [stderr]     Checking pex v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]  --> src/helpers/number/mod.rs:4:64
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn decimal_string<'i>(input: ParseState<'i>) -> ParseResult<&'i str> {
[INFO] [stdout]   |                       -- lifetime `'i` declared here           ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]  --> src/helpers/string/mod.rs:7:104
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn surround_pair_with_escaper<'i>(state: ParseState<'i>, bound: char, escaper: char) -> ParseResult<&'i str> {
[INFO] [stdout]   |                                   -- lifetime `'i` declared here                                       ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/helpers/string/mod.rs:90:85
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn quotation_pair_escaped<'i>(state: ParseState<'i>, bound: char) -> ParseResult<&'i str> {
[INFO] [stdout]    |                               -- lifetime `'i` declared here                        ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/helpers/mod.rs:39:66
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn ascii_whitespace<'i>(state: ParseState<'i>) -> ParseResult<&'i str> {
[INFO] [stdout]    |                         -- lifetime `'i` declared here           ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/helpers/mod.rs:56:60
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn whitespace<'i>(state: ParseState<'i>) -> ParseResult<&'i str> {
[INFO] [stdout]    |                   -- lifetime `'i` declared here           ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `regex-automata`
[INFO] [stdout]   --> src/states/mod.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "regex-automata")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, and `regex`
[INFO] [stdout]    = help: consider adding `regex-automata` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ucd-trie`
[INFO] [stdout]   --> src/states/mod.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature = "ucd-trie")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, and `regex`
[INFO] [stdout]    = help: consider adding `ucd-trie` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `regex-automata`
[INFO] [stdout]    --> src/states/builtin.rs:102:11
[INFO] [stdout]     |
[INFO] [stdout] 102 |     #[cfg(feature = "regex-automata")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, and `regex`
[INFO] [stdout]     = help: consider adding `regex-automata` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:158:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 158 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:170:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 170 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:195:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 195 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:226:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 226 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:237:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 237 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:255:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 255 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]  --> src/helpers/number/mod.rs:4:64
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn decimal_string<'i>(input: ParseState<'i>) -> ParseResult<&'i str> {
[INFO] [stdout]   |                       -- lifetime `'i` declared here           ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:270:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 270 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]  --> src/helpers/string/mod.rs:7:104
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn surround_pair_with_escaper<'i>(state: ParseState<'i>, bound: char, escaper: char) -> ParseResult<&'i str> {
[INFO] [stdout]   |                                   -- lifetime `'i` declared here                                       ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/helpers/string/mod.rs:90:85
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn quotation_pair_escaped<'i>(state: ParseState<'i>, bound: char) -> ParseResult<&'i str> {
[INFO] [stdout]    |                               -- lifetime `'i` declared here                        ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/helpers/mod.rs:39:66
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub fn ascii_whitespace<'i>(state: ParseState<'i>) -> ParseResult<&'i str> {
[INFO] [stdout]    |                         -- lifetime `'i` declared here           ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/helpers/mod.rs:56:60
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub fn whitespace<'i>(state: ParseState<'i>) -> ParseResult<&'i str> {
[INFO] [stdout]    |                   -- lifetime `'i` declared here           ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `regex-automata`
[INFO] [stdout]   --> src/states/mod.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[cfg(feature = "regex-automata")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, and `regex`
[INFO] [stdout]    = help: consider adding `regex-automata` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `ucd-trie`
[INFO] [stdout]   --> src/states/mod.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[cfg(feature = "ucd-trie")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `alloc`, `default`, and `regex`
[INFO] [stdout]    = help: consider adding `ucd-trie` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `regex-automata`
[INFO] [stdout]    --> src/states/builtin.rs:102:11
[INFO] [stdout]     |
[INFO] [stdout] 102 |     #[cfg(feature = "regex-automata")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `alloc`, `default`, and `regex`
[INFO] [stdout]     = help: consider adding `regex-automata` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:158:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 158 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:170:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 170 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:195:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 195 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:226:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 226 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:237:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 237 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:255:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 255 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/states/builtin.rs:270:48
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl<'i> ParseState<'i> {
[INFO] [stdout]     |      -- lifetime `'i` declared here
[INFO] [stdout] ...
[INFO] [stdout] 270 |         F: FnMut(ParseState<'i>) -> ParseResult<T>,
[INFO] [stdout]     |                                                ^ this elided lifetime gets resolved as `'i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_mut_refs, const_for, const_try)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `error_in_core` has been stable since 1.81.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(error_in_core)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_mut_refs, const_for, const_try)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `error_in_core` has been stable since 1.81.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(error_in_core)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> src/patterns/mod.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl<P> Pattern<'static> for NamedPattern<P>
[INFO] [stdout]    |         ^^^^^^^--------- help: remove the unnecessary generics
[INFO] [stdout]    |         |
[INFO] [stdout]    |         expected 0 lifetime arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> src/patterns/mod.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 | impl<P> Pattern<'static> for NamedPattern<P>
[INFO] [stdout]    |         ^^^^^^^--------- help: remove the unnecessary generics
[INFO] [stdout]    |         |
[INFO] [stdout]    |         expected 0 lifetime arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for associated type `core::str::pattern::Pattern::Searcher`
[INFO] [stdout]   --> src/patterns/mod.rs:37:61
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn into_searcher(self, haystack: &'static str) -> Self::Searcher {
[INFO] [stdout]    |                                                             ^^^^^^^^ expected 1 lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] help: add missing lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn into_searcher(self, haystack: &'static str) -> Self::Searcher<'_> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for associated type `core::str::pattern::Pattern::Searcher`
[INFO] [stdout]   --> src/patterns/mod.rs:37:61
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn into_searcher(self, haystack: &'static str) -> Self::Searcher {
[INFO] [stdout]    |                                                             ^^^^^^^^ expected 1 lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] help: add missing lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn into_searcher(self, haystack: &'static str) -> Self::Searcher<'_> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> src/patterns/mod.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 |     P: Pattern<'static>,
[INFO] [stdout]    |        ^^^^^^^--------- help: remove the unnecessary generics
[INFO] [stdout]    |        |
[INFO] [stdout]    |        expected 0 lifetime arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for associated type `core::str::pattern::Pattern::Searcher`
[INFO] [stdout]   --> src/patterns/mod.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |     type Searcher = P::Searcher;
[INFO] [stdout]    |                        ^^^^^^^^ expected 1 lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] help: add missing lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] 35 |     type Searcher = P::Searcher<'a>;
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on type `Searcher` do not match the trait declaration
[INFO] [stdout]   --> src/patterns/mod.rs:35:18
[INFO] [stdout]    |
[INFO] [stdout] 35 |     type Searcher = P::Searcher;
[INFO] [stdout]    |                  ^ lifetimes do not match type in trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: method not compatible with trait
[INFO] [stdout]   --> src/patterns/mod.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn is_contained_in(self, haystack: &'static str) -> bool {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(NamedPattern<_>, &_) -> _`
[INFO] [stdout]               found signature `fn(NamedPattern<_>, &'static _) -> _`
[INFO] [stdout] note: the anonymous lifetime as defined here...
[INFO] [stdout]   --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/str/pattern.rs:109:40
[INFO] [stdout]    = note: ...does not necessarily outlive the static lifetime
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: method not compatible with trait
[INFO] [stdout]   --> src/patterns/mod.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn is_prefix_of(self, haystack: &'static str) -> bool {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(NamedPattern<_>, &_) -> _`
[INFO] [stdout]               found signature `fn(NamedPattern<_>, &'static _) -> _`
[INFO] [stdout] note: the anonymous lifetime as defined here...
[INFO] [stdout]   --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/str/pattern.rs:115:37
[INFO] [stdout]    = note: ...does not necessarily outlive the static lifetime
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `is_suffix_of` do not match the trait declaration
[INFO] [stdout]   --> src/patterns/mod.rs:49:20
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn is_suffix_of(self, haystack: &'static str) -> bool
[INFO] [stdout]    |                    ^ lifetimes do not match method in trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: method not compatible with trait
[INFO] [stdout]   --> src/patterns/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn strip_prefix_of(self, haystack: &'static str) -> Option<&'static str> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(NamedPattern<_>, &_) -> Option<&_>`
[INFO] [stdout]               found signature `fn(NamedPattern<_>, &'static _) -> Option<&'static _>`
[INFO] [stdout] note: the anonymous lifetime as defined here...
[INFO] [stdout]   --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/str/pattern.rs:130:40
[INFO] [stdout]    = note: ...does not necessarily outlive the static lifetime
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `strip_suffix_of` do not match the trait declaration
[INFO] [stdout]   --> src/patterns/mod.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn strip_suffix_of(self, haystack: &'static str) -> Option<&'static str>
[INFO] [stdout]    |                       ^ lifetimes do not match method in trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> src/patterns/mod.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 |     P: Pattern<'p> + Clone,
[INFO] [stdout]    |        ^^^^^^^---- help: remove the unnecessary generics
[INFO] [stdout]    |        |
[INFO] [stdout]    |        expected 0 lifetime arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for associated type `core::str::pattern::Pattern::Searcher`
[INFO] [stdout]   --> src/patterns/mod.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |         Self::Searcher: ReverseSearcher<'static>,
[INFO] [stdout]    |               ^^^^^^^^ expected 1 lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] help: add missing lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] 51 |         Self::Searcher<'a>: ReverseSearcher<'static>,
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for associated type `core::str::pattern::Pattern::Searcher`
[INFO] [stdout]   --> src/patterns/mod.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |         Self::Searcher: ReverseSearcher<'static>,
[INFO] [stdout]    |               ^^^^^^^^ expected 1 lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] help: add missing lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] 62 |         Self::Searcher<'a>: ReverseSearcher<'static>,
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> src/patterns/mod.rs:33:8
[INFO] [stdout]    |
[INFO] [stdout] 33 |     P: Pattern<'static>,
[INFO] [stdout]    |        ^^^^^^^--------- help: remove the unnecessary generics
[INFO] [stdout]    |        |
[INFO] [stdout]    |        expected 0 lifetime arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for associated type `core::str::pattern::Pattern::Searcher`
[INFO] [stdout]   --> src/patterns/mod.rs:35:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |     type Searcher = P::Searcher;
[INFO] [stdout]    |                        ^^^^^^^^ expected 1 lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] help: add missing lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] 35 |     type Searcher = P::Searcher<'a>;
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on type `Searcher` do not match the trait declaration
[INFO] [stdout]   --> src/patterns/mod.rs:35:18
[INFO] [stdout]    |
[INFO] [stdout] 35 |     type Searcher = P::Searcher;
[INFO] [stdout]    |                  ^ lifetimes do not match type in trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: method not compatible with trait
[INFO] [stdout]   --> src/patterns/mod.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn is_contained_in(self, haystack: &'static str) -> bool {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(NamedPattern<_>, &_) -> _`
[INFO] [stdout]               found signature `fn(NamedPattern<_>, &'static _) -> _`
[INFO] [stdout] note: the anonymous lifetime as defined here...
[INFO] [stdout]   --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/str/pattern.rs:109:40
[INFO] [stdout]    = note: ...does not necessarily outlive the static lifetime
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: method not compatible with trait
[INFO] [stdout]   --> src/patterns/mod.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn is_prefix_of(self, haystack: &'static str) -> bool {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(NamedPattern<_>, &_) -> _`
[INFO] [stdout]               found signature `fn(NamedPattern<_>, &'static _) -> _`
[INFO] [stdout] note: the anonymous lifetime as defined here...
[INFO] [stdout]   --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/str/pattern.rs:115:37
[INFO] [stdout]    = note: ...does not necessarily outlive the static lifetime
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `is_suffix_of` do not match the trait declaration
[INFO] [stdout]   --> src/patterns/mod.rs:49:20
[INFO] [stdout]    |
[INFO] [stdout] 49 |     fn is_suffix_of(self, haystack: &'static str) -> bool
[INFO] [stdout]    |                    ^ lifetimes do not match method in trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: method not compatible with trait
[INFO] [stdout]   --> src/patterns/mod.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn strip_prefix_of(self, haystack: &'static str) -> Option<&'static str> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(NamedPattern<_>, &_) -> Option<&_>`
[INFO] [stdout]               found signature `fn(NamedPattern<_>, &'static _) -> Option<&'static _>`
[INFO] [stdout] note: the anonymous lifetime as defined here...
[INFO] [stdout]   --> /rustc/31561a63598a0f21fc74c024747ef1310fdd2eb2/library/core/src/str/pattern.rs:130:40
[INFO] [stdout]    = note: ...does not necessarily outlive the static lifetime
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `strip_suffix_of` do not match the trait declaration
[INFO] [stdout]   --> src/patterns/mod.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fn strip_suffix_of(self, haystack: &'static str) -> Option<&'static str>
[INFO] [stdout]    |                       ^ lifetimes do not match method in trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> src/patterns/mod.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 |     P: Pattern<'p> + Clone,
[INFO] [stdout]    |        ^^^^^^^---- help: remove the unnecessary generics
[INFO] [stdout]    |        |
[INFO] [stdout]    |        expected 0 lifetime arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for associated type `core::str::pattern::Pattern::Searcher`
[INFO] [stdout]   --> src/patterns/mod.rs:51:15
[INFO] [stdout]    |
[INFO] [stdout] 51 |         Self::Searcher: ReverseSearcher<'static>,
[INFO] [stdout]    |               ^^^^^^^^ expected 1 lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] help: add missing lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] 51 |         Self::Searcher<'a>: ReverseSearcher<'static>,
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for associated type `core::str::pattern::Pattern::Searcher`
[INFO] [stdout]   --> src/patterns/mod.rs:62:15
[INFO] [stdout]    |
[INFO] [stdout] 62 |         Self::Searcher: ReverseSearcher<'static>,
[INFO] [stdout]    |               ^^^^^^^^ expected 1 lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] help: add missing lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] 62 |         Self::Searcher<'a>: ReverseSearcher<'static>,
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> src/states/builtin.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 |         P: Pattern<'p>,
[INFO] [stdout]    |            ^^^^^^^---- help: remove the unnecessary generics
[INFO] [stdout]    |            |
[INFO] [stdout]    |            expected 0 lifetime arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> src/states/builtin.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 |         P: Pattern<'p>,
[INFO] [stdout]    |            ^^^^^^^---- help: remove the unnecessary generics
[INFO] [stdout]    |            |
[INFO] [stdout]    |            expected 0 lifetime arguments
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0195, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0195, E0308.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pex` (lib) due to 14 previous errors; 17 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pex` (lib test) due to 14 previous errors; 17 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "c0dcadedc6048e95323d50a4fa70d38c6b30ba9b368f63a9bf8877709133e1c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0dcadedc6048e95323d50a4fa70d38c6b30ba9b368f63a9bf8877709133e1c9", kill_on_drop: false }`
[INFO] [stdout] c0dcadedc6048e95323d50a4fa70d38c6b30ba9b368f63a9bf8877709133e1c9
