[INFO] fetching crate diffy-fork-filenames 0.4.0...
[INFO] testing diffy-fork-filenames-0.4.0 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate diffy-fork-filenames 0.4.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate diffy-fork-filenames 0.4.0
[INFO] finished tweaking crates.io crate diffy-fork-filenames 0.4.0
[INFO] tweaked toml for crates.io crate diffy-fork-filenames 0.4.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate diffy-fork-filenames 0.4.0 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding nu-ansi-term v0.46.0 (available: v0.50.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f02e08d9da03f70386a0506c161b07dc5b2f1836aa7bbbd1ae9eed9a07030ab6
[INFO] running `Command { std: "docker" "start" "-a" "f02e08d9da03f70386a0506c161b07dc5b2f1836aa7bbbd1ae9eed9a07030ab6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f02e08d9da03f70386a0506c161b07dc5b2f1836aa7bbbd1ae9eed9a07030ab6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f02e08d9da03f70386a0506c161b07dc5b2f1836aa7bbbd1ae9eed9a07030ab6", kill_on_drop: false }`
[INFO] [stdout] f02e08d9da03f70386a0506c161b07dc5b2f1836aa7bbbd1ae9eed9a07030ab6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 80f511ac2e2a444db829fa0be2e89feea048748cc1e7b8e4947382e66cdd4495
[INFO] running `Command { std: "docker" "start" "-a" "80f511ac2e2a444db829fa0be2e89feea048748cc1e7b8e4947382e66cdd4495", kill_on_drop: false }`
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling diffy-fork-filenames v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `ends_with` and `lines` are never used
[INFO] [stdout]   --> src/utils.rs:79:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub trait Text: Eq + Hash {
[INFO] [stdout]    |           ---- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 79 |     fn ends_with(&self, suffix: &str) -> bool;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |     fn lines(&self) -> LineIter<Self>;
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils.rs:87:14
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn lines(&self) -> LineIter<Self>;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[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] 87 |     fn lines(&self) -> LineIter<'_, Self>;
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils.rs:140:14
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn lines(&self) -> LineIter<Self> {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[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] 140 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils.rs:190:14
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn lines(&self) -> LineIter<Self> {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[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] 190 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
[INFO] running `Command { std: "docker" "inspect" "80f511ac2e2a444db829fa0be2e89feea048748cc1e7b8e4947382e66cdd4495", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "80f511ac2e2a444db829fa0be2e89feea048748cc1e7b8e4947382e66cdd4495", kill_on_drop: false }`
[INFO] [stdout] 80f511ac2e2a444db829fa0be2e89feea048748cc1e7b8e4947382e66cdd4495
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b562fc55a11fb74098ea7c553cd342de6b9bf84e3f9c7e32de85bab37dfe3113
[INFO] running `Command { std: "docker" "start" "-a" "b562fc55a11fb74098ea7c553cd342de6b9bf84e3f9c7e32de85bab37dfe3113", kill_on_drop: false }`
[INFO] [stderr]    Compiling diffy-fork-filenames v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `ends_with` and `lines` are never used
[INFO] [stdout]   --> src/utils.rs:79:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub trait Text: Eq + Hash {
[INFO] [stdout]    |           ---- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 79 |     fn ends_with(&self, suffix: &str) -> bool;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |     fn lines(&self) -> LineIter<Self>;
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils.rs:87:14
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn lines(&self) -> LineIter<Self>;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[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] 87 |     fn lines(&self) -> LineIter<'_, Self>;
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils.rs:140:14
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn lines(&self) -> LineIter<Self> {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[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] 140 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils.rs:190:14
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn lines(&self) -> LineIter<Self> {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[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] 190 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `ends_with` and `lines` are never used
[INFO] [stdout]   --> src/utils.rs:79:8
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub trait Text: Eq + Hash {
[INFO] [stdout]    |           ---- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 79 |     fn ends_with(&self, suffix: &str) -> bool;
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 87 |     fn lines(&self) -> LineIter<Self>;
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils.rs:87:14
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn lines(&self) -> LineIter<Self>;
[INFO] [stdout]    |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[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] 87 |     fn lines(&self) -> LineIter<'_, Self>;
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils.rs:140:14
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn lines(&self) -> LineIter<Self> {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[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] 140 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/utils.rs:190:14
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn lines(&self) -> LineIter<Self> {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[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] 190 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.97s
[INFO] running `Command { std: "docker" "inspect" "b562fc55a11fb74098ea7c553cd342de6b9bf84e3f9c7e32de85bab37dfe3113", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b562fc55a11fb74098ea7c553cd342de6b9bf84e3f9c7e32de85bab37dfe3113", kill_on_drop: false }`
[INFO] [stdout] b562fc55a11fb74098ea7c553cd342de6b9bf84e3f9c7e32de85bab37dfe3113
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3abfa167fea5480f4245da8dd3fdf9d4ce9af0f058545720e494136b39be36cf
[INFO] running `Command { std: "docker" "start" "-a" "3abfa167fea5480f4245da8dd3fdf9d4ce9af0f058545720e494136b39be36cf", kill_on_drop: false }`
[INFO] [stderr] warning: methods `ends_with` and `lines` are never used
[INFO] [stderr]   --> src/utils.rs:79:8
[INFO] [stderr]    |
[INFO] [stderr] 75 | pub trait Text: Eq + Hash {
[INFO] [stderr]    |           ---- methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 79 |     fn ends_with(&self, suffix: &str) -> bool;
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 87 |     fn lines(&self) -> LineIter<Self>;
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/utils.rs:87:14
[INFO] [stderr]    |
[INFO] [stderr] 87 |     fn lines(&self) -> LineIter<Self>;
[INFO] [stderr]    |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |              |
[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] 87 |     fn lines(&self) -> LineIter<'_, Self>;
[INFO] [stderr]    |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/utils.rs:140:14
[INFO] [stderr]     |
[INFO] [stderr] 140 |     fn lines(&self) -> LineIter<Self> {
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[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] 140 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stderr]     |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/utils.rs:190:14
[INFO] [stderr]     |
[INFO] [stderr] 190 |     fn lines(&self) -> LineIter<Self> {
[INFO] [stderr]     |              ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[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] 190 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stderr]     |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `diffy-fork-filenames` (lib) generated 4 warnings (run `cargo fix --lib -p diffy-fork-filenames` to apply 3 suggestions)
[INFO] [stderr] warning: `diffy-fork-filenames` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/diffy_fork_filenames-c90ad67af7bcf2fb)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test diff::myers::tests::test_find_middle_snake ... ok
[INFO] [stdout] test diff::tests::apply_with_incorrect_hunk_has_bounded_performance ... ok
[INFO] [stdout] test diff::tests::diff_str ... ok
[INFO] [stdout] test diff::tests::myers_diffy_vs_git ... ok
[INFO] [stdout] test diff::tests::test_diff_slice ... ok
[INFO] [stdout] test diff::tests::test_diff_str ... ok
[INFO] [stdout] test diff::tests::test_unicode ... ok
[INFO] [stdout] test patch::parse::tests::adjacent_hunks_correctly_parse ... ok
[INFO] [stdout] test patch::parse::tests::test_escaped_filenames ... ok
[INFO] [stdout] test diff::tests::no_newline_at_eof ... ok
[INFO] [stdout] test diff::tests::test_compact ... ok
[INFO] [stdout] test diff::tests::sample ... ok
[INFO] [stdout] test patch::parse::tests::test_missing_filename_header ... ok
[INFO] [stdout] test range::tests::test_common_prefix ... ok
[INFO] [stdout] test range::tests::test_common_suffix ... ok
[INFO] [stdout] test merge::tests::correct_range_is_used_for_both_case ... ok
[INFO] [stdout] test merge::tests::myers_diffy_vs_git ... ok
[INFO] [stdout] test merge::tests::test_merge ... ok
[INFO] [stdout] test range::tests::test_common_overlap ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests diffy_fork_filenames
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/lib.rs - (line 24) ... FAILED
[INFO] [stdout] test src/apply.rs - apply::apply (line 56) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 48) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 95) ... FAILED
[INFO] [stdout] test src/merge/mod.rs - merge::merge (line 223) ... FAILED
[INFO] [stdout] test src/diff/mod.rs - diff::create_patch (line 162) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 178) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 158) ... FAILED
[INFO] [stdout] test src/patch/mod.rs - patch::Patch<'a,str>::from_str (line 74) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 24) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]   --> src/lib.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use diffy::create_patch;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `diffy`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `diffy`, use `cargo add diffy` to add it to your `Cargo.toml`
[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/apply.rs - apply::apply (line 56) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]   --> src/apply.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | use diffy::{apply, Patch};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `diffy`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `diffy`, use `cargo add diffy` to add it to your `Cargo.toml`
[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/lib.rs - (line 48) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]   --> src/lib.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | use diffy::create_patch;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `diffy`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `diffy`, use `cargo add diffy` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]   --> src/lib.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 | use diffy::PatchFormatter;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `diffy`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `diffy`, use `cargo add diffy` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 95) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]   --> src/lib.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 | use diffy::{apply, Patch};
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `diffy`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `diffy`, use `cargo add diffy` to add it to your `Cargo.toml`
[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/merge/mod.rs - merge::merge (line 223) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]    --> src/merge/mod.rs:224:5
[INFO] [stdout]     |
[INFO] [stdout] 224 | use diffy::merge;
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `diffy`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `diffy`, use `cargo add diffy` to add it to your `Cargo.toml`
[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/diff/mod.rs - diff::create_patch (line 162) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]    --> src/diff/mod.rs:163:5
[INFO] [stdout]     |
[INFO] [stdout] 163 | use diffy::create_patch;
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `diffy`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `diffy`, use `cargo add diffy` to add it to your `Cargo.toml`
[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/lib.rs - (line 178) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]    --> src/lib.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 | use diffy::merge;
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `diffy`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `diffy`, use `cargo add diffy` to add it to your `Cargo.toml`
[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/lib.rs - (line 158) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]    --> src/lib.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 159 | use diffy::merge;
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `diffy`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `diffy`, use `cargo add diffy` to add it to your `Cargo.toml`
[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/patch/mod.rs - patch::Patch<'a,str>::from_str (line 74) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]   --> src/patch/mod.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 | use diffy::Patch;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `diffy`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `diffy`, use `cargo add diffy` to add it to your `Cargo.toml`
[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/apply.rs - apply::apply (line 56)
[INFO] [stdout]     src/diff/mod.rs - diff::create_patch (line 162)
[INFO] [stdout]     src/lib.rs - (line 158)
[INFO] [stdout]     src/lib.rs - (line 178)
[INFO] [stdout]     src/lib.rs - (line 24)
[INFO] [stdout]     src/lib.rs - (line 48)
[INFO] [stdout]     src/lib.rs - (line 95)
[INFO] [stdout]     src/merge/mod.rs - merge::merge (line 223)
[INFO] [stdout]     src/patch/mod.rs - patch::Patch<'a,str>::from_str (line 74)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "3abfa167fea5480f4245da8dd3fdf9d4ce9af0f058545720e494136b39be36cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3abfa167fea5480f4245da8dd3fdf9d4ce9af0f058545720e494136b39be36cf", kill_on_drop: false }`
[INFO] [stdout] 3abfa167fea5480f4245da8dd3fdf9d4ce9af0f058545720e494136b39be36cf
