[INFO] fetching crate fancy-regex 0.14.0... [INFO] testing fancy-regex-0.14.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate fancy-regex 0.14.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate fancy-regex 0.14.0 [INFO] finished tweaking crates.io crate fancy-regex 0.14.0 [INFO] tweaked toml for crates.io crate fancy-regex 0.14.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fancy-regex 0.14.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate fancy-regex 0.14.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74d99024ef198eaf113e7d0be77247e57e8639eb0f33a47e1f5ef442380f2c53 [INFO] running `Command { std: "docker" "start" "-a" "74d99024ef198eaf113e7d0be77247e57e8639eb0f33a47e1f5ef442380f2c53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74d99024ef198eaf113e7d0be77247e57e8639eb0f33a47e1f5ef442380f2c53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74d99024ef198eaf113e7d0be77247e57e8639eb0f33a47e1f5ef442380f2c53", kill_on_drop: false }` [INFO] [stdout] 74d99024ef198eaf113e7d0be77247e57e8639eb0f33a47e1f5ef442380f2c53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] bd2ecb964342111f3cc4d2f27d495e22ec6aac84781cc4cff4ef312920f89750 [INFO] running `Command { std: "docker" "start" "-a" "bd2ecb964342111f3cc4d2f27d495e22ec6aac84781cc4cff4ef312920f89750", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling fancy-regex v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:933:26 [INFO] [stdout] | [INFO] [stdout] 933 | pub fn capture_names(&self) -> CaptureNames { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 933 | pub fn capture_names(&self) -> CaptureNames<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:1532:21 [INFO] [stdout] | [INFO] [stdout] 1532 | pub fn escape(text: &str) -> Cow { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1532 | pub fn escape(text: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/replacer.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | fn no_expansion(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | fn no_expansion(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/replacer.rs:54:15 [INFO] [stdout] | [INFO] [stdout] 54 | fn by_ref(&mut self) -> ReplacerRef { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | fn by_ref(&mut self) -> ReplacerRef<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s [INFO] running `Command { std: "docker" "inspect" "bd2ecb964342111f3cc4d2f27d495e22ec6aac84781cc4cff4ef312920f89750", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd2ecb964342111f3cc4d2f27d495e22ec6aac84781cc4cff4ef312920f89750", kill_on_drop: false }` [INFO] [stdout] bd2ecb964342111f3cc4d2f27d495e22ec6aac84781cc4cff4ef312920f89750 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 9aedfbe53eb523d99a669a9488f40dd4d5512ea257db046afb95871c310e2c94 [INFO] running `Command { std: "docker" "start" "-a" "9aedfbe53eb523d99a669a9488f40dd4d5512ea257db046afb95871c310e2c94", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling serde v1.0.213 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling regex v1.11.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:933:26 [INFO] [stdout] | [INFO] [stdout] 933 | pub fn capture_names(&self) -> CaptureNames { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 933 | pub fn capture_names(&self) -> CaptureNames<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:1532:21 [INFO] [stdout] | [INFO] [stdout] 1532 | pub fn escape(text: &str) -> Cow { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1532 | pub fn escape(text: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/replacer.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | fn no_expansion(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | fn no_expansion(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/replacer.rs:54:15 [INFO] [stdout] | [INFO] [stdout] 54 | fn by_ref(&mut self) -> ReplacerRef { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | fn by_ref(&mut self) -> ReplacerRef<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap_builder v4.5.20 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling syn v2.0.85 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling is-terminal v0.4.13 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling quickcheck v1.0.3 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling serde_derive v1.0.213 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling fancy-regex v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:933:26 [INFO] [stdout] | [INFO] [stdout] 933 | pub fn capture_names(&self) -> CaptureNames { [INFO] [stdout] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 933 | pub fn capture_names(&self) -> CaptureNames<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:1532:21 [INFO] [stdout] | [INFO] [stdout] 1532 | pub fn escape(text: &str) -> Cow { [INFO] [stdout] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1532 | pub fn escape(text: &str) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/replacer.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | fn no_expansion(&mut self) -> Option> { [INFO] [stdout] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | fn no_expansion(&mut self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/replacer.rs:54:15 [INFO] [stdout] | [INFO] [stdout] 54 | fn by_ref(&mut self) -> ReplacerRef { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | fn by_ref(&mut self) -> ReplacerRef<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 36.98s [INFO] running `Command { std: "docker" "inspect" "9aedfbe53eb523d99a669a9488f40dd4d5512ea257db046afb95871c310e2c94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9aedfbe53eb523d99a669a9488f40dd4d5512ea257db046afb95871c310e2c94", kill_on_drop: false }` [INFO] [stdout] 9aedfbe53eb523d99a669a9488f40dd4d5512ea257db046afb95871c310e2c94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 010cea1fe6baa805a5262ec37d8ff8416b2fb47a3fcd46cc851907c0a2f07b6a [INFO] running `Command { std: "docker" "start" "-a" "010cea1fe6baa805a5262ec37d8ff8416b2fb47a3fcd46cc851907c0a2f07b6a", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:933:26 [INFO] [stderr] | [INFO] [stderr] 933 | pub fn capture_names(&self) -> CaptureNames { [INFO] [stderr] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 933 | pub fn capture_names(&self) -> CaptureNames<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/lib.rs:1532:21 [INFO] [stderr] | [INFO] [stderr] 1532 | pub fn escape(text: &str) -> Cow { [INFO] [stderr] | ^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1532 | pub fn escape(text: &str) -> Cow<'_, str> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/replacer.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | fn no_expansion(&mut self) -> Option> { [INFO] [stderr] | ^^^^^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 29 | fn no_expansion(&mut self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/replacer.rs:54:15 [INFO] [stderr] | [INFO] [stderr] 54 | fn by_ref(&mut self) -> ReplacerRef { [INFO] [stderr] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 54 | fn by_ref(&mut self) -> ReplacerRef<'_, Self> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `fancy-regex` (lib) generated 4 warnings (run `cargo fix --lib -p fancy-regex` to apply 4 suggestions) [INFO] [stderr] warning: `fancy-regex` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/fancy_regex-32476ea6f9337877) [INFO] [stdout] [INFO] [stdout] running 75 tests [INFO] [stdout] test analyze::tests::invalid_backref_2 ... ok [INFO] [stdout] test analyze::tests::invalid_backref_1 ... ok [INFO] [stdout] test analyze::tests::is_literal ... ok [INFO] [stdout] test analyze::tests::invalid_backref_3 ... ok [INFO] [stdout] test analyze::tests::is_literal_with_repeat ... ok [INFO] [stdout] test parse::tests::any ... ok [INFO] [stdout] test parse::tests::atomic_group ... ok [INFO] [stdout] test compile::tests::conditional_expression_can_be_compiled ... ok [INFO] [stdout] test parse::tests::backref_condition_with_one_two_or_three_branches ... ok [INFO] [stdout] test parse::tests::comments ... ok [INFO] [stdout] test parse::tests::backref ... ok [INFO] [stdout] test compile::tests::jumps_for_alternation ... ok [INFO] [stdout] test parse::tests::alt ... ok [INFO] [stdout] test parse::tests::backref_exists_condition ... ok [INFO] [stdout] test parse::tests::concat ... ok [INFO] [stdout] test parse::tests::conditional_invalid_target_of_repeat_operator ... ok [INFO] [stdout] test parse::tests::conditional_non_backref_validity_check_without_branches ... ok [INFO] [stdout] test parse::tests::empty ... ok [INFO] [stdout] test parse::tests::fuzz_1 ... ok [INFO] [stdout] test parse::tests::flag_multiline ... ok [INFO] [stdout] test parse::tests::delegate_zero ... ok [INFO] [stdout] test parse::tests::fuzz_4 ... ok [INFO] [stdout] test parse::tests::flag_state ... ok [INFO] [stdout] test parse::tests::fuzz_2 ... ok [INFO] [stdout] test parse::tests::fuzz_3 ... ok [INFO] [stdout] test parse::tests::conditional ... ok [INFO] [stdout] test parse::tests::flag_swap_greed ... ok [INFO] [stdout] test parse::tests::delegate_named_group ... ok [INFO] [stdout] test parse::tests::end_text ... ok [INFO] [stdout] test compile::tests::look_around_pattern_can_be_delegated ... ok [INFO] [stdout] test parse::tests::hex_escape ... ok [INFO] [stdout] test parse::tests::group ... ok [INFO] [stdout] test parse::tests::invalid_backref ... ok [INFO] [stdout] test parse::tests::invalid_flags ... ok [INFO] [stdout] test parse::tests::invalid_group_name ... ok [INFO] [stdout] test compile::tests::hard_concat_can_not_delegate_variable_end ... ok [INFO] [stdout] test parse::tests::group_repeat ... ok [INFO] [stdout] test parse::tests::invalid_escape ... ok [INFO] [stdout] test compile::tests::hard_concat_can_delegate_const_size_end ... ok [INFO] [stdout] test parse::tests::ignore_whitespace ... ok [INFO] [stdout] test compile::tests::easy_concat_can_delegate_end ... ok [INFO] [stdout] test parse::tests::invalid_repeat ... ok [INFO] [stdout] test parse::tests::literal_escape ... ok [INFO] [stdout] test parse::tests::lookaround ... ok [INFO] [stdout] test parse::tests::no_quantifiers_on_lookarounds ... ok [INFO] [stdout] test parse::tests::repeat ... ok [INFO] [stdout] test parse::tests::literal_unescaped_opening_curly ... ok [INFO] [stdout] test parse::tests::literal_special ... ok [INFO] [stdout] test parse::tests::literal ... ok [INFO] [stdout] test parse::tests::keepout ... ok [INFO] [stdout] test parse::tests::parse_id_test ... ok [INFO] [stdout] test parse::tests::named_backref ... ok [INFO] [stdout] test parse::tests::lifetime ... ok [INFO] [stdout] test parse::tests::start_text ... ok [INFO] [stdout] test parse::tests::unknown_flag ... ok [INFO] [stdout] test tests::as_str_debug ... ok [INFO] [stdout] test tests::escape ... ok [INFO] [stdout] test tests::display ... ok [INFO] [stdout] test parse::tests::named_backref_only ... ok [INFO] [stdout] test parse::tests::possessive ... ok [INFO] [stdout] test parse::tests::relative_backref ... ok [INFO] [stdout] test tests::to_str_concat_alt ... ok [INFO] [stdout] test tests::from_str ... ok [INFO] [stdout] test tests::to_str_rep_concat ... ok [INFO] [stdout] test tests::to_str_group_alt ... ok [INFO] [stdout] test tests::to_str_repeat ... ok [INFO] [stdout] test parse::tests::invalid_group_name_backref ... ok [INFO] [stdout] test vm::tests::state_backtrack_cut_complex ... ok [INFO] [stdout] test vm::tests::state_backtrack_cut_simple ... ok [INFO] [stdout] test vm::tests::state_explicit_stack ... ok [INFO] [stdout] test vm::tests::state_push_pop ... ok [INFO] [stdout] test vm::tests::state_save_override ... ok [INFO] [stdout] test vm::tests::state_save_override_twice ... ok [INFO] [stdout] test parse::tests::shy_group ... ok [INFO] [stdout] test vm::tests::state_save_quickcheck ... ok [INFO] [stdout] [INFO] [stderr] Running tests/captures.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/captures-9f22276ef979d8ee) [INFO] [stdout] test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test expand ... ok [INFO] [stdout] test expander_errors ... ok [INFO] [stdout] test capture_names ... ok [INFO] [stdout] test expander_escape ... ok [INFO] [stdout] test captures_iter ... ok [INFO] [stdout] test captures_with_conditional ... ok [INFO] [stdout] test captures_iter_attributes ... ok [INFO] [stdout] test captures_with_keepout_inside_in_middle ... ok [INFO] [stdout] test captures_fancy_named ... ok [INFO] [stdout] test captures_fancy ... ok [INFO] [stdout] test captures_with_keepout_inside_at_end ... ok [INFO] [stdout] test captures_fancy_unmatched_group ... ok [INFO] [stdout] test captures_from_pos ... ok [INFO] [stdout] test captures_from_pos_looking_left ... ok [INFO] [stdout] test captures_with_nested_keepout ... ok [INFO] [stdout] test captures_after_lookbehind ... ok [INFO] [stdout] test captures_with_keepout_between ... ok [INFO] [stderr] Running tests/finding.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/finding-d3f5bb800e6474aa) [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 28 tests [INFO] [stdout] test backref_with_multibyte ... ok [INFO] [stdout] test empty_repeat_non_greedy ... ok [INFO] [stdout] test backref_for_unmatched_group ... ok [INFO] [stdout] test incomplete_escape_sequences ... ok [INFO] [stdout] test keepout_matches_in_correct_place ... ok [INFO] [stdout] test find_fancy_case_insensitive ... ok [INFO] [stdout] test lookahead_grouping_single_expression ... ok [INFO] [stdout] test find_iter_continue_from_previous_match_end_with_zero_width_match ... ok [INFO] [stdout] test find_conditional ... ok [INFO] [stdout] test find_iter_overlapping_lookahead ... ok [INFO] [stdout] test lookahead_looks_left ... ok [INFO] [stdout] test lookbehind_variable_sized_alt ... ok [INFO] [stdout] test repeat_non_greedy ... ok [INFO] [stdout] test find_iter_zero_length_longer_codepoint ... ok [INFO] [stdout] test negative_lookbehind_variable_sized_alt ... ok [INFO] [stdout] test find_iter ... ok [INFO] [stdout] test find_no_matches_when_continuing_from_previous_match_end_and_no_match_at_start_of_text ... ok [INFO] [stdout] test find_iter_zero_length ... ok [INFO] [stdout] test lookbehind_grouping_single_expression ... ok [INFO] [stdout] test lookahead_grouping_multiple_expressions ... ok [INFO] [stdout] test find_iter_continue_from_previous_match_end ... ok [INFO] [stdout] test negative_lookahead_fail ... ok [INFO] [stdout] test find_iter_attributes ... ok [INFO] [stdout] test keepout_in_lookarounds_match_in_correct_place ... ok [INFO] [stdout] test delegates_match_unicode_scalar_value ... ok [INFO] [stdout] test any_match_unicode_scalar_value ... ok [INFO] [stdout] test match_api ... ok [INFO] [stdout] test find_wrap ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stderr] Running tests/matching.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/matching-4e9c54fc55b638fb) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test character_class_intersection ... ok [INFO] [stdout] test control_character_escapes ... ok [INFO] [stdout] test issue103 ... ok [INFO] [stdout] test case_insensitive_escape ... ok [INFO] [stdout] test conditional_with_backref_validity ... ok [INFO] [stdout] test end_of_hard_expression_cannot_be_delegated ... ok [INFO] [stdout] test atomic_group ... ok [INFO] [stdout] test character_class_nested ... ok [INFO] [stdout] test backreference_validity_checker ... ok [INFO] [stdout] test alternation_with_empty_arm ... ok [INFO] [stdout] test case_insensitive_character_class ... ok [INFO] [stdout] test character_class_escapes ... ok [INFO] [stdout] test conditional_with_consuming_condition ... ok [INFO] [stdout] test conditional_with_lookaround_condition ... ok [INFO] [stdout] test backtrack_limit ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] Running tests/oniguruma.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/oniguruma-45b8635d21026070) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test oniguruma ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.53s [INFO] [stdout] [INFO] [stderr] Running tests/regex_options.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/regex_options-bd9b177b575e0734) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test check_casing_option ... ok [INFO] [stdout] test check_override_casing_option ... ok [INFO] [stdout] test check_casing_insensitive_option ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/replace.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/replace-f3c760daa68c4697) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test replace_all ... ok [INFO] [stdout] test replacer_noexpand ... ok [INFO] [stdout] test replace_one ... ok [INFO] [stdout] test replacer_string ... ok [INFO] [stdout] test replacer_cow ... ok [INFO] [stdout] test replacer_callback ... ok [INFO] [stdout] test replacen ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/splitting.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/splitting-7271a5135929268f) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test split_tests::split_with_look_around ... ok [INFO] [stdout] test split_tests::split_right ... ok [INFO] [stdout] test split_tests::split_empty ... ok [INFO] [stdout] test split_tests::split_consecutive_matches ... ok [INFO] [stdout] test split_tests::split_left ... ok [INFO] [stdout] test split_tests::split_no_matches ... ok [INFO] [stdout] test split_tests::split_by_own ... ok [INFO] [stdout] test split_tests::split_mixed_characters ... ok [INFO] [stdout] test split_tests::split_center ... ok [INFO] [stdout] test split_tests::split_multiple_different_characters ... ok [INFO] [stdout] test split_tests::split_by_empty ... ok [INFO] [stdout] test splitn_tests::splitn_limit_st_num_mathes ... ok [INFO] [stdout] test split_tests::split_with_backreferences ... ok [INFO] [stdout] test splitn_tests::splitn_limit_eq_num_mathes ... ok [INFO] [stdout] test splitn_tests::splitn_limit_lt_num_mathes ... ok [INFO] [stdout] test splitn_tests::splitn_limit_zero ... ok [INFO] [stdout] test split_tests::split_by_substring ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "010cea1fe6baa805a5262ec37d8ff8416b2fb47a3fcd46cc851907c0a2f07b6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "010cea1fe6baa805a5262ec37d8ff8416b2fb47a3fcd46cc851907c0a2f07b6a", kill_on_drop: false }` [INFO] [stdout] 010cea1fe6baa805a5262ec37d8ff8416b2fb47a3fcd46cc851907c0a2f07b6a