[INFO] fetching crate pex 0.2.4... [INFO] checking pex-0.2.4 against master#f25e92bd42b14e45440c0a30a4ed751ea502f430 for pr-127481-1 [INFO] extracting crate pex 0.2.4 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate pex 0.2.4 on toolchain f25e92bd42b14e45440c0a30a4ed751ea502f430 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f25e92bd42b14e45440c0a30a4ed751ea502f430" "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-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f25e92bd42b14e45440c0a30a4ed751ea502f430" "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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f25e92bd42b14e45440c0a30a4ed751ea502f430" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+f25e92bd42b14e45440c0a30a4ed751ea502f430" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2613bc3c12f705f2257023e05293efb0312b79e6bd0ff743f819f4c4d1412c3d [INFO] running `Command { std: "docker" "start" "-a" "2613bc3c12f705f2257023e05293efb0312b79e6bd0ff743f819f4c4d1412c3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2613bc3c12f705f2257023e05293efb0312b79e6bd0ff743f819f4c4d1412c3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2613bc3c12f705f2257023e05293efb0312b79e6bd0ff743f819f4c4d1412c3d", kill_on_drop: false }` [INFO] [stdout] 2613bc3c12f705f2257023e05293efb0312b79e6bd0ff743f819f4c4d1412c3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+f25e92bd42b14e45440c0a30a4ed751ea502f430" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef3faa1ab46896c3cd6c58e405c0c73aca1c7c39ac2fda303c2e317efbe3e7f1 [INFO] running `Command { std: "docker" "start" "-a" "ef3faa1ab46896c3cd6c58e405c0c73aca1c7c39ac2fda303c2e317efbe3e7f1", kill_on_drop: false }` [INFO] [stderr] Checking pex v0.2.4 (/opt/rustwide/workdir) [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 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 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 for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `error_in_core` has been stable since 1.81.0-nightly 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] = note: `#[warn(stable_features)]` on by default [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 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 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 for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `error_in_core` has been stable since 1.81.0-nightly 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] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s [INFO] running `Command { std: "docker" "inspect" "ef3faa1ab46896c3cd6c58e405c0c73aca1c7c39ac2fda303c2e317efbe3e7f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef3faa1ab46896c3cd6c58e405c0c73aca1c7c39ac2fda303c2e317efbe3e7f1", kill_on_drop: false }` [INFO] [stdout] ef3faa1ab46896c3cd6c58e405c0c73aca1c7c39ac2fda303c2e317efbe3e7f1 [INFO] checking pex-0.2.4 against try#81417ccfba1b50f064bed768ddab670f5bbfdcfe for pr-127481-1 [INFO] extracting crate pex 0.2.4 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate pex 0.2.4 on toolchain 81417ccfba1b50f064bed768ddab670f5bbfdcfe [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+81417ccfba1b50f064bed768ddab670f5bbfdcfe" "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-0-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+81417ccfba1b50f064bed768ddab670f5bbfdcfe" "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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+81417ccfba1b50f064bed768ddab670f5bbfdcfe" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+81417ccfba1b50f064bed768ddab670f5bbfdcfe" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 358d6c2fe718a6ece9581a0689bcd53e7a9f21d3bf103da7bb711bb5779d1f20 [INFO] running `Command { std: "docker" "start" "-a" "358d6c2fe718a6ece9581a0689bcd53e7a9f21d3bf103da7bb711bb5779d1f20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "358d6c2fe718a6ece9581a0689bcd53e7a9f21d3bf103da7bb711bb5779d1f20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "358d6c2fe718a6ece9581a0689bcd53e7a9f21d3bf103da7bb711bb5779d1f20", kill_on_drop: false }` [INFO] [stdout] 358d6c2fe718a6ece9581a0689bcd53e7a9f21d3bf103da7bb711bb5779d1f20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+81417ccfba1b50f064bed768ddab670f5bbfdcfe" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 328d5a3729904833d961ebd1606860b24417e063aa4c4515f3c48eb3233f5cc8 [INFO] running `Command { std: "docker" "start" "-a" "328d5a3729904833d961ebd1606860b24417e063aa4c4515f3c48eb3233f5cc8", kill_on_drop: false }` [INFO] [stderr] Checking pex v0.2.4 (/opt/rustwide/workdir) [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 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 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 for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `error_in_core` has been stable since 1.81.0-nightly 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] = note: `#[warn(stable_features)]` on by default [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

Pattern<'static> for NamedPattern

[INFO] [stdout] | ^^^^^^^--------- help: remove these 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]: 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 these 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] --> src/patterns/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | fn is_contained_in(self, haystack: &'static str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] --> src/patterns/mod.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | fn is_prefix_of(self, haystack: &'static str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] --> src/patterns/mod.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | fn strip_prefix_of(self, haystack: &'static str) -> Option<&'static str> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 these 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 these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 lifetime arguments [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 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 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 for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `

::Searcher<'_>: ReverseSearcher<'_>` is not satisfied [INFO] [stdout] --> src/patterns/mod.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 53 | self.pattern.is_suffix_of(haystack) [INFO] [stdout] | ^^^^^^^^^^^^ the trait `ReverseSearcher<'_>` is not implemented for `

::Searcher<'_>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `is_suffix_of` [INFO] [stdout] --> /rustc/81417ccfba1b50f064bed768ddab670f5bbfdcfe/library/core/src/str/pattern.rs:122:5 [INFO] [stdout] help: consider further restricting the associated type [INFO] [stdout] | [INFO] [stdout] 51 | Self::Searcher: ReverseSearcher<'static>,

::Searcher<'_>: ReverseSearcher<'_> [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `

::Searcher<'_>: ReverseSearcher<'_>` is not satisfied [INFO] [stdout] --> src/patterns/mod.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | self.pattern.strip_suffix_of(haystack) [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `ReverseSearcher<'_>` is not implemented for `

::Searcher<'_>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `strip_suffix_of` [INFO] [stdout] --> /rustc/81417ccfba1b50f064bed768ddab670f5bbfdcfe/library/core/src/str/pattern.rs:147:5 [INFO] [stdout] help: consider further restricting the associated type [INFO] [stdout] | [INFO] [stdout] 62 | Self::Searcher: ReverseSearcher<'static>,

::Searcher<'_>: ReverseSearcher<'_> [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `error_in_core` has been stable since 1.81.0-nightly 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] = note: `#[warn(stable_features)]` on by default [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

Pattern<'static> for NamedPattern

[INFO] [stdout] | ^^^^^^^--------- help: remove these 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]: 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 these 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] --> src/patterns/mod.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | fn is_contained_in(self, haystack: &'static str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] --> src/patterns/mod.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | fn is_prefix_of(self, haystack: &'static str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] --> src/patterns/mod.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | fn strip_prefix_of(self, haystack: &'static str) -> Option<&'static str> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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 these 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 these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 lifetime arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0195, E0277, 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 test) due to 17 previous errors; 4 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: the trait bound `

::Searcher<'_>: ReverseSearcher<'_>` is not satisfied [INFO] [stdout] --> src/patterns/mod.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 53 | self.pattern.is_suffix_of(haystack) [INFO] [stdout] | ^^^^^^^^^^^^ the trait `ReverseSearcher<'_>` is not implemented for `

::Searcher<'_>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `is_suffix_of` [INFO] [stdout] --> /rustc/81417ccfba1b50f064bed768ddab670f5bbfdcfe/library/core/src/str/pattern.rs:122:5 [INFO] [stdout] help: consider further restricting the associated type [INFO] [stdout] | [INFO] [stdout] 51 | Self::Searcher: ReverseSearcher<'static>,

::Searcher<'_>: ReverseSearcher<'_> [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `

::Searcher<'_>: ReverseSearcher<'_>` is not satisfied [INFO] [stdout] --> src/patterns/mod.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | self.pattern.strip_suffix_of(haystack) [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `ReverseSearcher<'_>` is not implemented for `

::Searcher<'_>` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `strip_suffix_of` [INFO] [stdout] --> /rustc/81417ccfba1b50f064bed768ddab670f5bbfdcfe/library/core/src/str/pattern.rs:147:5 [INFO] [stdout] help: consider further restricting the associated type [INFO] [stdout] | [INFO] [stdout] 62 | Self::Searcher: ReverseSearcher<'static>,

::Searcher<'_>: ReverseSearcher<'_> [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0195, E0277, 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 17 previous errors; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "328d5a3729904833d961ebd1606860b24417e063aa4c4515f3c48eb3233f5cc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "328d5a3729904833d961ebd1606860b24417e063aa4c4515f3c48eb3233f5cc8", kill_on_drop: false }` [INFO] [stdout] 328d5a3729904833d961ebd1606860b24417e063aa4c4515f3c48eb3233f5cc8