[INFO] fetching crate pex-trie 0.0.3...
[INFO] testing pex-trie-0.0.3 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate pex-trie 0.0.3 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate pex-trie 0.0.3
[INFO] finished tweaking crates.io crate pex-trie 0.0.3
[INFO] tweaked toml for crates.io crate pex-trie 0.0.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pex-trie 0.0.3 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 6 packages to latest compatible versions
[INFO] [stderr]       Adding pex v0.1.17 (available: v0.1.18)
[INFO] [stderr]       Adding regex-automata v0.2.0 (available: v0.4.13)
[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]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] fc005836b9f6a0a1ed309917bd904ad82beb86ee06eb16ae64414b42585a7666
[INFO] running `Command { std: "docker" "start" "-a" "fc005836b9f6a0a1ed309917bd904ad82beb86ee06eb16ae64414b42585a7666", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc005836b9f6a0a1ed309917bd904ad82beb86ee06eb16ae64414b42585a7666", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc005836b9f6a0a1ed309917bd904ad82beb86ee06eb16ae64414b42585a7666", kill_on_drop: false }`
[INFO] [stdout] fc005836b9f6a0a1ed309917bd904ad82beb86ee06eb16ae64414b42585a7666
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] a4a10d7d770b53a003434aca0948525a8f9197ad3a7f174dc8b994bd649de5a8
[INFO] running `Command { std: "docker" "start" "-a" "a4a10d7d770b53a003434aca0948525a8f9197ad3a7f174dc8b994bd649de5a8", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling unicode-script v0.5.7
[INFO] [stderr]    Compiling regex-automata v0.2.0
[INFO] [stderr]    Compiling pex-trie v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `dense`
[INFO] [stdout]  --> src/regex_set/mod.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use regex_automata::dfa::{dense, regex::Regex};
[INFO] [stdout]   |                           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `indent`
[INFO] [stdout]   --> src/regex_set/mod.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let indent = self.left_indent;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `indent`
[INFO] [stdout]  --> src/writer/mod.rs:6:82
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn write_slice_numbers<T: Display>(&mut self, slice: &[T], max_width: usize, indent: usize) -> std::fmt::Result {
[INFO] [stdout]   |                                                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RegexDenseSet` is never constructed
[INFO] [stdout]  --> src/regex_set/mod.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct RegexDenseSet {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `export_rust_code` is never used
[INFO] [stdout]   --> src/regex_set/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl RegexDenseSet {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 12 |     pub fn export_rust_code(&self) -> Result<String, std::fmt::Error> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]  --> src/unicode_set/mod.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct UnicodeSet {
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)]
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/unicode_set/mod.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn new(set: &str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/unicode_set/mod.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn with_ranges(mut self, ranges: &[(char, char)]) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/unicode_set/mod.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | /     pub fn with_chars<I>(mut self, chars: I) -> Self
[INFO] [stdout] 44 | |     where
[INFO] [stdout] 45 | |         I: IntoIterator<Item = char>,
[INFO] [stdout]    | |_____________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/unicode_set/mod.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn with_max_width(mut self, max_width: usize) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/unicode_set/mod.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn export_rust_code(&self) -> Result<String, Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
[INFO] running `Command { std: "docker" "inspect" "a4a10d7d770b53a003434aca0948525a8f9197ad3a7f174dc8b994bd649de5a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4a10d7d770b53a003434aca0948525a8f9197ad3a7f174dc8b994bd649de5a8", kill_on_drop: false }`
[INFO] [stdout] a4a10d7d770b53a003434aca0948525a8f9197ad3a7f174dc8b994bd649de5a8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] b0e2a26e2e7c78a0e14d6cd523f0ea27022490d85b047c4ca9e1365acaf5226f
[INFO] running `Command { std: "docker" "start" "-a" "b0e2a26e2e7c78a0e14d6cd523f0ea27022490d85b047c4ca9e1365acaf5226f", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `dense`
[INFO] [stdout]  --> src/regex_set/mod.rs:1:27
[INFO] [stdout]   |
[INFO] [stdout] 1 | use regex_automata::dfa::{dense, regex::Regex};
[INFO] [stdout]   |                           ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pex v0.1.17
[INFO] [stdout] warning: unused variable: `indent`
[INFO] [stdout]   --> src/regex_set/mod.rs:14:13
[INFO] [stdout]    |
[INFO] [stdout] 14 |         let indent = self.left_indent;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `indent`
[INFO] [stdout]  --> src/writer/mod.rs:6:82
[INFO] [stdout]   |
[INFO] [stdout] 6 |     fn write_slice_numbers<T: Display>(&mut self, slice: &[T], max_width: usize, indent: usize) -> std::fmt::Result {
[INFO] [stdout]   |                                                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RegexDenseSet` is never constructed
[INFO] [stdout]  --> src/regex_set/mod.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct RegexDenseSet {
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `export_rust_code` is never used
[INFO] [stdout]   --> src/regex_set/mod.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl RegexDenseSet {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] 12 |     pub fn export_rust_code(&self) -> Result<String, std::fmt::Error> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]  --> src/unicode_set/mod.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct UnicodeSet {
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/lib.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![warn(missing_docs, rustdoc::missing_crate_level_docs)]
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/unicode_set/mod.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub fn new(set: &str) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/unicode_set/mod.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn with_ranges(mut self, ranges: &[(char, char)]) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/unicode_set/mod.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | /     pub fn with_chars<I>(mut self, chars: I) -> Self
[INFO] [stdout] 44 | |     where
[INFO] [stdout] 45 | |         I: IntoIterator<Item = char>,
[INFO] [stdout]    | |_____________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/unicode_set/mod.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn with_max_width(mut self, max_width: usize) -> Self {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/unicode_set/mod.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn export_rust_code(&self) -> Result<String, Error> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(try_trait_v2, try_blocks)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_mut_refs, const_for, const_try)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `const_mut_refs` has been stable since `1.83.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(error_in_core)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/lib.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(pattern)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/helpers/string/mod.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |         S: 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]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/helpers/string/mod.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 |         E: 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]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:63:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | 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]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:69:61
[INFO] [stdout]    |
[INFO] [stdout] 69 |     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] 69 |     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]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/surround_pair.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 |     S: 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]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/surround_pair.rs:75:8
[INFO] [stdout]    |
[INFO] [stdout] 75 |     E: 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]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:65:8
[INFO] [stdout]    |
[INFO] [stdout] 65 |     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[E0195]: lifetime parameters or bounds on associated type `Searcher` do not match the trait declaration
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:67:18
[INFO] [stdout]    |
[INFO] [stdout] 67 |     type Searcher = P::Searcher;
[INFO] [stdout]    |                  ^ lifetimes do not match associated type in trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for associated type `core::str::pattern::Pattern::Searcher`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:67:24
[INFO] [stdout]    |
[INFO] [stdout] 67 |     type Searcher = P::Searcher;
[INFO] [stdout]    |                        ^^^^^^^^ expected 1 lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] help: add missing lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] 67 |     type Searcher = P::Searcher<'a>;
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: method not compatible with trait
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn is_contained_in(self, haystack: &'static str) -> bool {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(patterns::NamedPattern<_>, &_) -> _`
[INFO] [stdout]               found signature `fn(patterns::NamedPattern<_>, &'static _) -> _`
[INFO] [stdout] note: the anonymous lifetime as defined here...
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/str/pattern.rs:110: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]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn is_prefix_of(self, haystack: &'static str) -> bool {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(patterns::NamedPattern<_>, &_) -> _`
[INFO] [stdout]               found signature `fn(patterns::NamedPattern<_>, &'static _) -> _`
[INFO] [stdout] note: the anonymous lifetime as defined here...
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/str/pattern.rs:116:37
[INFO] [stdout]    = note: ...does not necessarily outlive the static lifetime
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for associated type `core::str::pattern::Pattern::Searcher`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:83:15
[INFO] [stdout]    |
[INFO] [stdout] 83 |         Self::Searcher: ReverseSearcher<'static>,
[INFO] [stdout]    |               ^^^^^^^^ expected 1 lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] help: add missing lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] 83 |         Self::Searcher<'a>: ReverseSearcher<'static>,
[INFO] [stdout]    |                       ++++
[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]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 |     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]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:88:5
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn strip_prefix_of(self, haystack: &'static str) -> Option<&'static str> {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lifetime mismatch
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected signature `fn(patterns::NamedPattern<_>, &_) -> Option<&_>`
[INFO] [stdout]               found signature `fn(patterns::NamedPattern<_>, &'static _) -> Option<&'static _>`
[INFO] [stdout] note: the anonymous lifetime as defined here...
[INFO] [stdout]   --> /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/str/pattern.rs:131:40
[INFO] [stdout]    = note: ...does not necessarily outlive the static lifetime
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: missing generics for associated type `core::str::pattern::Pattern::Searcher`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:94:15
[INFO] [stdout]    |
[INFO] [stdout] 94 |         Self::Searcher: ReverseSearcher<'static>,
[INFO] [stdout]    |               ^^^^^^^^ expected 1 lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] help: add missing lifetime argument
[INFO] [stdout]    |
[INFO] [stdout] 94 |         Self::Searcher<'a>: ReverseSearcher<'static>,
[INFO] [stdout]    |                       ++++
[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]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:92:23
[INFO] [stdout]    |
[INFO] [stdout] 92 |     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]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/patterns/mod.rs:102:8
[INFO] [stdout]     |
[INFO] [stdout] 102 |     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]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pex-0.1.17/src/states/builtin.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 69 |         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, E0554.
[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 22 previous errors
[INFO] running `Command { std: "docker" "inspect" "b0e2a26e2e7c78a0e14d6cd523f0ea27022490d85b047c4ca9e1365acaf5226f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0e2a26e2e7c78a0e14d6cd523f0ea27022490d85b047c4ca9e1365acaf5226f", kill_on_drop: false }`
[INFO] [stdout] b0e2a26e2e7c78a0e14d6cd523f0ea27022490d85b047c4ca9e1365acaf5226f
