[INFO] fetching crate xpct 0.5.1... [INFO] testing xpct-0.5.1 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate xpct 0.5.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate xpct 0.5.1 [INFO] finished tweaking crates.io crate xpct 0.5.1 [INFO] tweaked toml for crates.io crate xpct 0.5.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate xpct 0.5.1 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate xpct 0.5.1 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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f8bfcb38c843d7ed636815cbe6514218ddbcd90b6f0f31e4babb7a6419db3761 [INFO] running `Command { std: "docker" "start" "-a" "f8bfcb38c843d7ed636815cbe6514218ddbcd90b6f0f31e4babb7a6419db3761", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8bfcb38c843d7ed636815cbe6514218ddbcd90b6f0f31e4babb7a6419db3761", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8bfcb38c843d7ed636815cbe6514218ddbcd90b6f0f31e4babb7a6419db3761", kill_on_drop: false }` [INFO] [stdout] f8bfcb38c843d7ed636815cbe6514218ddbcd90b6f0f31e4babb7a6419db3761 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d33c8044b77981f3054db31643076c55d27b9ef5b2e257e9895b39316769f916 [INFO] running `Command { std: "docker" "start" "-a" "d33c8044b77981f3054db31643076c55d27b9ef5b2e257e9895b39316769f916", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling anyhow v1.0.63 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling xpct v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `debug_screenshot` [INFO] [stdout] --> src/core/format/formatter_color.rs:212:17 [INFO] [stdout] | [INFO] [stdout] 212 | if cfg!(debug_screenshot) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug_screenshot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug_screenshot)");` to the top of the `build.rs` [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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matchers/combinators/combinator.rs:147:37 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn borrow(&mut self) -> CombinatorAssertion [INFO] [stdout] | ^^^^^^^^^ --------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn borrow(&mut self) -> CombinatorAssertion<'_, T, &Borrowed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matchers/combinators/combinator.rs:176:19 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn copied(&mut self) -> CombinatorAssertion { [INFO] [stdout] | ^^^^^^^^^ ------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 176 | pub fn copied(&mut self) -> CombinatorAssertion<'_, T, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matchers/combinators/combinator.rs:191:19 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn cloned(&mut self) -> CombinatorAssertion { [INFO] [stdout] | ^^^^^^^^^ ------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 191 | pub fn cloned(&mut self) -> CombinatorAssertion<'_, T, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/format/why.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | matcher: Matcher<'a, In, PosOut, NegOut>, [INFO] [stdout] | ^^ the lifetime is named here [INFO] [stdout] 85 | reason: impl Into>, [INFO] [stdout] 86 | ) -> Matcher [INFO] [stdout] | --------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 86 | ) -> Matcher<'a, In, PosOut, NegOut> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/format/why.rs:119:22 [INFO] [stdout] | [INFO] [stdout] 119 | matcher: Matcher<'a, In, PosOut, NegOut>, [INFO] [stdout] | ^^ the lifetime is named here [INFO] [stdout] 120 | reason: impl Fn() -> Cow<'a, str> + 'a, [INFO] [stdout] 121 | ) -> Matcher [INFO] [stdout] | --------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 121 | ) -> Matcher<'a, In, PosOut, NegOut> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s [INFO] running `Command { std: "docker" "inspect" "d33c8044b77981f3054db31643076c55d27b9ef5b2e257e9895b39316769f916", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d33c8044b77981f3054db31643076c55d27b9ef5b2e257e9895b39316769f916", kill_on_drop: false }` [INFO] [stdout] d33c8044b77981f3054db31643076c55d27b9ef5b2e257e9895b39316769f916 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f14ceb1263c08f7e2107273516c09a6e930c0da0d55a231b9545c164bd6071a1 [INFO] running `Command { std: "docker" "start" "-a" "f14ceb1263c08f7e2107273516c09a6e930c0da0d55a231b9545c164bd6071a1", kill_on_drop: false }` [INFO] [stderr] Compiling xpct v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `debug_screenshot` [INFO] [stdout] --> src/core/format/formatter_color.rs:212:17 [INFO] [stdout] | [INFO] [stdout] 212 | if cfg!(debug_screenshot) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug_screenshot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug_screenshot)");` to the top of the `build.rs` [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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matchers/combinators/combinator.rs:147:37 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn borrow(&mut self) -> CombinatorAssertion [INFO] [stdout] | ^^^^^^^^^ --------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn borrow(&mut self) -> CombinatorAssertion<'_, T, &Borrowed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matchers/combinators/combinator.rs:176:19 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn copied(&mut self) -> CombinatorAssertion { [INFO] [stdout] | ^^^^^^^^^ ------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 176 | pub fn copied(&mut self) -> CombinatorAssertion<'_, T, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matchers/combinators/combinator.rs:191:19 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn cloned(&mut self) -> CombinatorAssertion { [INFO] [stdout] | ^^^^^^^^^ ------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 191 | pub fn cloned(&mut self) -> CombinatorAssertion<'_, T, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/format/why.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | matcher: Matcher<'a, In, PosOut, NegOut>, [INFO] [stdout] | ^^ the lifetime is named here [INFO] [stdout] 85 | reason: impl Into>, [INFO] [stdout] 86 | ) -> Matcher [INFO] [stdout] | --------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 86 | ) -> Matcher<'a, In, PosOut, NegOut> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/format/why.rs:119:22 [INFO] [stdout] | [INFO] [stdout] 119 | matcher: Matcher<'a, In, PosOut, NegOut>, [INFO] [stdout] | ^^ the lifetime is named here [INFO] [stdout] 120 | reason: impl Fn() -> Cow<'a, str> + 'a, [INFO] [stdout] 121 | ) -> Matcher [INFO] [stdout] | --------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 121 | ) -> Matcher<'a, In, PosOut, NegOut> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `debug_screenshot` [INFO] [stdout] --> src/core/format/formatter_color.rs:212:17 [INFO] [stdout] | [INFO] [stdout] 212 | if cfg!(debug_screenshot) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug_screenshot)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug_screenshot)");` to the top of the `build.rs` [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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matchers/combinators/combinator.rs:147:37 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn borrow(&mut self) -> CombinatorAssertion [INFO] [stdout] | ^^^^^^^^^ --------------------------------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is elided here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn borrow(&mut self) -> CombinatorAssertion<'_, T, &Borrowed> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matchers/combinators/combinator.rs:176:19 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn copied(&mut self) -> CombinatorAssertion { [INFO] [stdout] | ^^^^^^^^^ ------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 176 | pub fn copied(&mut self) -> CombinatorAssertion<'_, T, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/matchers/combinators/combinator.rs:191:19 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn cloned(&mut self) -> CombinatorAssertion { [INFO] [stdout] | ^^^^^^^^^ ------------------------- [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | | the same lifetime is hidden here [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 191 | pub fn cloned(&mut self) -> CombinatorAssertion<'_, T, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/format/why.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | matcher: Matcher<'a, In, PosOut, NegOut>, [INFO] [stdout] | ^^ the lifetime is named here [INFO] [stdout] 85 | reason: impl Into>, [INFO] [stdout] 86 | ) -> Matcher [INFO] [stdout] | --------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 86 | ) -> Matcher<'a, In, PosOut, NegOut> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/format/why.rs:119:22 [INFO] [stdout] | [INFO] [stdout] 119 | matcher: Matcher<'a, In, PosOut, NegOut>, [INFO] [stdout] | ^^ the lifetime is named here [INFO] [stdout] 120 | reason: impl Fn() -> Cow<'a, str> + 'a, [INFO] [stdout] 121 | ) -> Matcher [INFO] [stdout] | --------------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 121 | ) -> Matcher<'a, In, PosOut, NegOut> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.76s [INFO] running `Command { std: "docker" "inspect" "f14ceb1263c08f7e2107273516c09a6e930c0da0d55a231b9545c164bd6071a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f14ceb1263c08f7e2107273516c09a6e930c0da0d55a231b9545c164bd6071a1", kill_on_drop: false }` [INFO] [stdout] f14ceb1263c08f7e2107273516c09a6e930c0da0d55a231b9545c164bd6071a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3db6b8ae946bcbcf89beb130b22b64390643bd3bc8765e1388237f7f4088d299 [INFO] running `Command { std: "docker" "start" "-a" "3db6b8ae946bcbcf89beb130b22b64390643bd3bc8765e1388237f7f4088d299", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `debug_screenshot` [INFO] [stderr] --> src/core/format/formatter_color.rs:212:17 [INFO] [stderr] | [INFO] [stderr] 212 | if cfg!(debug_screenshot) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(debug_screenshot)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(debug_screenshot)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/matchers/combinators/combinator.rs:147:37 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn borrow(&mut self) -> CombinatorAssertion [INFO] [stderr] | ^^^^^^^^^ --------------------------------- [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 147 | pub fn borrow(&mut self) -> CombinatorAssertion<'_, T, &Borrowed> [INFO] [stdout] [INFO] [stderr] | +++ [INFO] [stdout] running 135 tests [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/matchers/combinators/combinator.rs:176:19 [INFO] [stderr] | [INFO] [stderr] 176 | pub fn copied(&mut self) -> CombinatorAssertion { [INFO] [stderr] | ^^^^^^^^^ ------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 176 | pub fn copied(&mut self) -> CombinatorAssertion<'_, T, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/matchers/combinators/combinator.rs:191:19 [INFO] [stderr] | [INFO] [stderr] 191 | pub fn cloned(&mut self) -> CombinatorAssertion { [INFO] [stderr] | ^^^^^^^^^ ------------------------- [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 191 | pub fn cloned(&mut self) -> CombinatorAssertion<'_, T, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/format/why.rs:84:22 [INFO] [stderr] | [INFO] [stderr] 84 | matcher: Matcher<'a, In, PosOut, NegOut>, [INFO] [stderr] | ^^ the lifetime is named here [INFO] [stderr] 85 | reason: impl Into>, [INFO] [stderr] 86 | ) -> Matcher [INFO] [stderr] | --------------------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 86 | ) -> Matcher<'a, In, PosOut, NegOut> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/format/why.rs:119:22 [INFO] [stderr] | [INFO] [stderr] 119 | matcher: Matcher<'a, In, PosOut, NegOut>, [INFO] [stderr] | ^^ the lifetime is named here [INFO] [stderr] 120 | reason: impl Fn() -> Cow<'a, str> + 'a, [INFO] [stderr] 121 | ) -> Matcher [INFO] [stderr] | --------------------------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 121 | ) -> Matcher<'a, In, PosOut, NegOut> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `xpct` (lib) generated 6 warnings (run `cargo fix --lib -p xpct` to apply 5 suggestions) [INFO] [stderr] warning: `xpct` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/xpct-36a9d7d5d5b9e7ad) [INFO] [stdout] test core::format::strings::tests::indent_when_the_indent_len_is_zero ... ok [INFO] [stdout] test core::format::strings::tests::indent_when_there_is_no_trailing_newline ... ok [INFO] [stdout] test core::format::strings::tests::indent_when_the_indent_len_is_non_zero ... ok [INFO] [stdout] test format::all::tests::succeeds_when_not_all_matchers_succeed ... ok [INFO] [stdout] test format::any::tests::succeeds_when_not_any_matchers_succeed ... ok [INFO] [stdout] test format::all::tests::succeeds_when_all_matchers_succeed ... ok [INFO] [stdout] test format::any::tests::succeeds_when_any_matchers_succeed ... ok [INFO] [stdout] test format::all::tests::fails_when_not_all_matchers_succeed - should panic ... ok [INFO] [stdout] test format::any::tests::fails_when_any_matchers_succeed - should panic ... ok [INFO] [stdout] test format::any::tests::fails_when_not_any_matchers_succeed - should panic ... ok [INFO] [stdout] test format::boolean::tests::fail_when_false - should panic ... ok [INFO] [stdout] test format::all::tests::fails_when_all_matchers_succeed - should panic ... ok [INFO] [stdout] test format::boolean::tests::fails_when_not_false - should panic ... ok [INFO] [stdout] test format::boolean::tests::fails_when_not_true - should panic ... ok [INFO] [stdout] test format::boolean::tests::fails_when_true - should panic ... ok [INFO] [stdout] test format::boolean::tests::succeeds_when_not_false ... ok [INFO] [stdout] test format::boolean::tests::succeeds_when_false ... ok [INFO] [stdout] test format::boolean::tests::succeeds_when_true ... ok [INFO] [stdout] test format::boolean::tests::succeeds_when_not_true ... ok [INFO] [stdout] test format::contain::tests::succeeds_when_contains_elements ... ok [INFO] [stdout] test format::contain::tests::succeeds_when_consists_of ... ok [INFO] [stdout] test format::contain::tests::fails_when_not_contains_elements - should panic ... ok [INFO] [stdout] test format::contain::tests::fails_when_contains_elements - should panic ... ok [INFO] [stdout] test format::contain::tests::fails_when_consists_of - should panic ... ok [INFO] [stdout] test format::contain::tests::fails_when_not_consists_of - should panic ... ok [INFO] [stdout] test format::contain::tests::fails_when_not_in_collection - should panic ... ok [INFO] [stdout] test format::contain::tests::fails_when_in_collection - should panic ... ok [INFO] [stdout] test format::contain::tests::succeeds_when_in_collection ... ok [INFO] [stdout] test format::contain::tests::succeeds_when_not_contains_elements ... ok [INFO] [stdout] test format::contain::tests::succeeds_when_not_in_collection ... ok [INFO] [stdout] test format::each::tests::succeeds_when_all_matchers_succeed ... ok [INFO] [stdout] test format::default::tests::fails_when_default_value - should panic ... ok [INFO] [stdout] test format::default::tests::succeeds_when_not_default_value ... ok [INFO] [stdout] test format::default::tests::fails_when_not_default_value - should panic ... ok [INFO] [stdout] test format::elements::tests::fails_when_all_elements_succeed - should panic ... ok [INFO] [stdout] test format::elements::tests::succeeds_when_all_elements_succeed ... ok [INFO] [stdout] test format::default::tests::succeeds_when_default_value ... ok [INFO] [stdout] test format::elements::tests::fails_when_some_elements_fail - should panic ... ok [INFO] [stdout] test format::elements::tests::succeeds_when_some_elements_fail ... ok [INFO] [stdout] test format::equal::tests::succeeds_when_equal ... ok [INFO] [stdout] test format::equal::tests::succeeds_when_not_equal ... ok [INFO] [stdout] test format::each::tests::fails_when_all_matchers_succeed - should panic ... ok [INFO] [stdout] test format::each::tests::fails_when_not_all_matchers_succeed - should panic ... ok [INFO] [stdout] test format::every::tests::succeeds_when_every_element_succeeds ... ok [INFO] [stdout] test format::every::tests::succeeds_when_not_every_element_succeeds ... ok [INFO] [stdout] test format::equal::tests::fails_when_equal - should panic ... ok [INFO] [stdout] test format::equal::tests::fails_when_not_equal - should panic ... ok [INFO] [stdout] test format::fields::tests::fails_when_all_matchers_succeed - should panic ... ok [INFO] [stdout] test format::fields::tests::fails_when_any_matchers_succeed - should panic ... ok [INFO] [stdout] test format::fields::tests::fails_when_not_any_matchers_succeed - should panic ... ok [INFO] [stdout] test format::fields::tests::succeeds_when_any_matchers_succeed ... ok [INFO] [stdout] test format::fields::tests::succeeds_when_not_all_matchers_succeed ... ok [INFO] [stdout] test format::fields::tests::succeeds_when_not_any_matchers_succeed ... ok [INFO] [stdout] test format::len::tests::fails_when_has_len - should panic ... ok [INFO] [stdout] test format::len::tests::fails_when_is_empty - should panic ... ok [INFO] [stdout] test format::len::tests::fails_when_not_empty - should panic ... ok [INFO] [stdout] test format::len::tests::fails_when_not_has_len - should panic ... ok [INFO] [stdout] test format::len::tests::succeeds_when_has_len ... ok [INFO] [stdout] test format::every::tests::fails_when_every_element_succeeds - should panic ... ok [INFO] [stdout] test format::len::tests::succeeds_when_is_empty ... ok [INFO] [stdout] test format::len::tests::succeeds_when_not_empty ... ok [INFO] [stdout] test format::len::tests::succeeds_when_not_has_len ... ok [INFO] [stdout] test format::contain::tests::succeeds_when_not_consists_of ... ok [INFO] [stdout] test format::not::tests::succeeds_when_matcher_fails ... ok [INFO] [stdout] test format::not::tests::succeeds_when_matcher_ok ... ok [INFO] [stdout] test format::not::tests::fails_when_matcher_fails - should panic ... ok [INFO] [stdout] test format::not::tests::fails_when_matcher_ok - should panic ... ok [INFO] [stdout] test format::option::tests::fails_when_none - should panic ... ok [INFO] [stdout] test format::option::tests::fails_when_not_some - should panic ... ok [INFO] [stdout] test format::option::tests::succeeds_when_none ... ok [INFO] [stdout] test format::option::tests::fails_when_some - should panic ... ok [INFO] [stdout] test format::option::tests::succeeds_when_not_none ... ok [INFO] [stdout] test format::option::tests::succeeds_when_not_some ... ok [INFO] [stdout] test format::option::tests::succeeds_when_some ... ok [INFO] [stdout] test format::ord::tests::fails_when_ge - should panic ... ok [INFO] [stdout] test format::ord::tests::fails_when_gt - should panic ... ok [INFO] [stdout] test format::ord::tests::fails_when_le - should panic ... ok [INFO] [stdout] test format::ord::tests::fails_when_not_ge - should panic ... ok [INFO] [stdout] test format::ord::tests::fails_when_lt - should panic ... ok [INFO] [stdout] test format::ord::tests::fails_when_not_gt - should panic ... ok [INFO] [stdout] test format::ord::tests::fails_when_not_le - should panic ... ok [INFO] [stdout] test format::ord::tests::fails_when_not_lt - should panic ... ok [INFO] [stdout] test format::ord::tests::fails_when_not_sorted_by - should panic ... ok [INFO] [stdout] test format::ord::tests::fails_when_not_sorted_asc - should panic ... ok [INFO] [stdout] test format::every::tests::fails_when_not_every_element_succeeds - should panic ... ok [INFO] [stdout] test format::fields::tests::fails_when_not_all_matchers_succeed - should panic ... ok [INFO] [stdout] test format::fields::tests::succeeds_when_all_matchers_succeed ... ok [INFO] [stdout] test format::each::tests::succeeds_when_not_all_matchers_succeed ... ok [INFO] [stdout] test format::ord::tests::fails_when_not_sorted_desc - should panic ... ok [INFO] [stdout] test format::ord::tests::fails_when_sorted_asc - should panic ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_ge ... ok [INFO] [stdout] test format::ord::tests::fails_when_sorted_by - should panic ... ok [INFO] [stdout] test format::option::tests::fails_when_not_none - should panic ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_gt ... ok [INFO] [stdout] test format::ord::tests::fails_when_sorted_desc - should panic ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_le ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_lt ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_not_ge ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_not_gt ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_not_le ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_not_lt ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_not_sorted_asc ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_not_sorted_by ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_sorted_asc ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_sorted_desc ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_not_sorted_desc ... ok [INFO] [stdout] test format::ord::tests::succeeds_when_sorted_by ... ok [INFO] [stdout] test format::result::tests::succeeds_when_err ... ok [INFO] [stdout] test format::result::tests::succeeds_when_not_err ... ok [INFO] [stdout] test format::result::tests::succeeds_when_ok ... ok [INFO] [stdout] test format::result::tests::fails_when_err - should panic ... ok [INFO] [stdout] test format::result::tests::succeeds_when_not_ok ... ok [INFO] [stdout] test format::substr::tests::fails_when_has_prefix - should panic ... ok [INFO] [stdout] test format::substr::tests::fails_when_has_suffix - should panic ... ok [INFO] [stdout] test format::substr::tests::fails_when_contains_substr - should panic ... ok [INFO] [stdout] test format::result::tests::fails_when_not_ok - should panic ... ok [INFO] [stdout] test format::result::tests::fails_when_ok - should panic ... ok [INFO] [stdout] test format::result::tests::fails_when_not_err - should panic ... ok [INFO] [stdout] test format::substr::tests::fails_when_not_contains_substr - should panic ... ok [INFO] [stdout] test format::substr::tests::fails_when_not_has_prefix - should panic ... ok [INFO] [stdout] test format::substr::tests::fails_when_not_has_suffix - should panic ... ok [INFO] [stdout] test format::substr::tests::succceeds_when_not_has_suffix ... ok [INFO] [stdout] test format::substr::tests::succeeds_when_contains_substr ... ok [INFO] [stdout] test format::substr::tests::succeeds_when_has_prefix ... ok [INFO] [stdout] test format::substr::tests::succeeds_when_has_suffix ... ok [INFO] [stdout] test format::substr::tests::succeeds_when_not_contains_substr ... ok [INFO] [stdout] test format::substr::tests::succeeds_when_not_has_prefix ... ok [INFO] [stdout] test format::time::tests::fails_when_approx_eq - should panic ... ok [INFO] [stdout] test format::time::tests::fails_when_not_approx_eq - should panic ... ok [INFO] [stdout] test format::time::tests::succeeds_when_approx_eq ... ok [INFO] [stdout] test format::time::tests::succeeds_when_not_approx_eq ... ok [INFO] [stdout] test format::zero::tests::fails_when_not_zero - should panic ... ok [INFO] [stdout] test format::zero::tests::succeeds_when_zero ... ok [INFO] [stdout] test format::zero::tests::fails_when_zero - should panic ... ok [INFO] [stdout] test format::zero::tests::succeeds_when_not_zero ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 135 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s [INFO] [stdout] [INFO] [stderr] Doc-tests xpct [INFO] [stdout] [INFO] [stdout] running 76 tests [INFO] [stdout] test src/core/assertion.rs - core::assertion::Assertion::iter_map (line 285) - compile fail ... ok [INFO] [stdout] test src/core/assertion.rs - core::assertion::Assertion::map (line 122) ... ok [INFO] [stdout] test src/core/assertion.rs - core::assertion::Assertion::to_not (line 91) ... ok [INFO] [stdout] test src/core/assertion.rs - core::assertion::Assertion::try_into (line 205) ... ok [INFO] [stdout] test src/core/assertion.rs - core::assertion::Assertion::into (line 179) ... ok [INFO] [stdout] test src/core/assertion.rs - core::assertion::Assertion::iter_try_map (line 326) ... ok [INFO] [stdout] test src/core/assertion.rs - core::assertion::Assertion::iter_map (line 297) ... ok [INFO] [stdout] test src/core/format/color.rs - core::format::color::OutputStyle (line 159) ... ok [INFO] [stdout] test src/core/assertion.rs - core::assertion::Assertion::try_map (line 150) ... ok [INFO] [stdout] test src/core/assertion.rs - core::assertion::Assertion::into_inner (line 236) ... ok [INFO] [stdout] test src/core/assertion.rs - core::assertion::expect (line 369) ... ok [INFO] [stdout] test src/format/all.rs - format::all::all (line 30) ... ok [INFO] [stdout] test src/format/any.rs - format::any::any (line 92) ... ok [INFO] [stdout] test src/format/any.rs - format::any::HeaderFormat (line 11) ... ok [INFO] [stdout] test src/format/boolean.rs - format::boolean::be_false (line 85) ... ok [INFO] [stdout] test src/format/boolean.rs - format::boolean::MessageFormat (line 14) ... ok [INFO] [stdout] test src/format/boolean.rs - format::boolean::be_true (line 71) ... ok [INFO] [stdout] test src/format/any.rs - format::any::any (line 80) ... ok [INFO] [stdout] test src/format/contain.rs - format::contain::be_in (line 89) ... ok [INFO] [stdout] test src/format/all.rs - format::all::all (line 41) ... ok [INFO] [stdout] test src/format/each.rs - format::each::each (line 84) ... FAILED [INFO] [stdout] test src/format/each.rs - format::each::each (line 96) ... FAILED [INFO] [stdout] test src/format/contain.rs - format::contain::contain_elements (line 40) ... ok [INFO] [stdout] test src/format/contain.rs - format::contain::consist_of (line 65) ... ok [INFO] [stdout] test src/format/default.rs - format::default::be_default (line 12) ... ok [INFO] [stdout] test src/format/contain.rs - format::contain::contain_element (line 17) ... ok [INFO] [stdout] test src/format/elements.rs - format::elements::match_elements (line 19) ... ok [INFO] [stdout] test src/format/equal.rs - format::equal::equal (line 92) ... ok [INFO] [stdout] test src/format/elements.rs - format::elements::match_elements (line 33) ... ok [INFO] [stdout] test src/format/equal.rs - format::equal::MismatchFormat (line 12) ... ok [INFO] [stdout] test src/format/file.rs - format::file::be_directory (line 62) - compile ... ok [INFO] [stdout] test src/format/equal.rs - format::equal::MismatchFormat (line 20) ... ok [INFO] [stdout] test src/format/file.rs - format::file::be_regular_file (line 40) - compile ... ok [INFO] [stdout] test src/format/file.rs - format::file::be_symlink (line 82) - compile ... ok [INFO] [stdout] test src/format/fields.rs - format::fields::match_fields (line 78) ... ok [INFO] [stdout] test src/format/file.rs - format::file::be_existing_file (line 15) - compile ... ok [INFO] [stdout] test src/format/map.rs - format::map::into (line 89) ... ok [INFO] [stdout] test src/format/every.rs - format::every::every (line 17) ... ok [INFO] [stdout] test src/format/every.rs - format::every::every (line 29) ... ok [INFO] [stdout] test src/format/map.rs - format::map::iter_map (line 146) ... ok [INFO] [stdout] test src/format/len.rs - format::len::have_len (line 14) ... ok [INFO] [stdout] test src/format/map.rs - format::map::map (line 31) ... ok [INFO] [stdout] test src/format/map.rs - format::map::try_into (line 115) ... ok [INFO] [stdout] test src/format/map.rs - format::map::iter_try_map (line 178) ... ok [INFO] [stdout] test src/format/map.rs - format::map::try_map (line 62) ... ok [INFO] [stdout] test src/format/option.rs - format::option::ExpectationFormat (line 21) ... ok [INFO] [stdout] test src/format/option.rs - format::option::be_some (line 93) ... ok [INFO] [stdout] test src/format/not.rs - format::not::not (line 38) ... ok [INFO] [stdout] test src/format/option.rs - format::option::ExpectationFormat (line 13) ... ok [INFO] [stdout] test src/format/ord.rs - format::ord::be_gt (line 13) ... ok [INFO] [stdout] test src/format/len.rs - format::len::be_empty (line 36) ... ok [INFO] [stdout] test src/format/ord.rs - format::ord::be_ge (line 33) ... ok [INFO] [stdout] test src/format/ord.rs - format::ord::be_le (line 77) ... ok [INFO] [stdout] test src/format/ord.rs - format::ord::be_lt (line 57) ... ok [INFO] [stdout] test src/format/pattern.rs - format::pattern::match_pattern (line 19) ... ok [INFO] [stdout] test src/format/pattern.rs - format::pattern::match_pattern (line 40) ... ok [INFO] [stdout] test src/format/ord.rs - format::ord::be_sorted_by (line 147) ... ok [INFO] [stdout] test src/format/option.rs - format::option::be_none (line 116) ... ok [INFO] [stdout] test src/format/ord.rs - format::ord::be_sorted_desc (line 124) ... ok [INFO] [stdout] test src/format/ord.rs - format::ord::be_sorted_asc (line 101) ... ok [INFO] [stdout] test src/format/time.rs - format::time::approx_eq_time (line 15) ... ok [INFO] [stdout] test src/format/result.rs - format::result::be_err (line 46) ... ok [INFO] [stdout] test src/format/substr.rs - format::substr::contain_substr (line 13) ... ok [INFO] [stdout] test src/format/result.rs - format::result::be_ok (line 19) ... ok [INFO] [stdout] test src/format/substr.rs - format::substr::have_suffix (line 51) ... ok [INFO] [stdout] test src/format/substr.rs - format::substr::have_prefix (line 32) ... ok [INFO] [stdout] test src/format/zero.rs - format::zero::be_zero (line 15) ... ok [INFO] [stdout] test src/format/why.rs - format::why::why (line 73) ... ok [INFO] [stdout] test src/format/why.rs - format::why::why_lazy (line 102) ... ok [INFO] [stdout] test src/matchers/fields.rs - matchers::fields::fields (line 145) ... ok [INFO] [stdout] test src/matchers/fields.rs - matchers::fields::fields (line 167) ... ok [INFO] [stdout] test src/matchers/pattern.rs - matchers::pattern::Pattern<'a,T>::matches (line 49) ... ok [INFO] [stdout] test src/matchers/pattern.rs - matchers::pattern::pattern (line 110) ... ok [INFO] [stdout] test src/matchers/combinators/combinator.rs - matchers::combinators::combinator::CombinatorAssertion<'a,'b,T,In>::done (line 110) ... ok [INFO] [stdout] test src/matchers/pattern.rs - matchers::pattern::pattern (line 101) ... ok [INFO] [stdout] test src/matchers/fields.rs - matchers::fields::fields (line 181) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/format/each.rs - format::each::each (line 84) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `xpct::match_regex` [INFO] [stdout] --> src/format/each.rs:86:36 [INFO] [stdout] | [INFO] [stdout] 5 | use xpct::{each, expect, have_len, match_regex}; [INFO] [stdout] | ^^^^^^^^^^^ no `match_regex` in the root [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/format/each.rs - format::each::each (line 96) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `xpct::match_regex` [INFO] [stdout] --> src/format/each.rs:98:36 [INFO] [stdout] | [INFO] [stdout] 5 | use xpct::{each, expect, have_len, match_regex}; [INFO] [stdout] | ^^^^^^^^^^^ no `match_regex` in the root [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/format/each.rs - format::each::each (line 84) [INFO] [stdout] src/format/each.rs - format::each::each (line 96) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 74 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.54s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "3db6b8ae946bcbcf89beb130b22b64390643bd3bc8765e1388237f7f4088d299", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3db6b8ae946bcbcf89beb130b22b64390643bd3bc8765e1388237f7f4088d299", kill_on_drop: false }` [INFO] [stdout] 3db6b8ae946bcbcf89beb130b22b64390643bd3bc8765e1388237f7f4088d299