[INFO] fetching crate diffy-fork-filenames 0.4.0...
[INFO] testing diffy-fork-filenames-0.4.0 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate diffy-fork-filenames 0.4.0 into /workspace/builds/worker-3-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-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate diffy-fork-filenames 0.4.0 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b50d9650db8288e74f58b06e3ebebfa5c970a5d726061942ffa9a5565f45690c
[INFO] running `Command { std: "docker" "start" "-a" "b50d9650db8288e74f58b06e3ebebfa5c970a5d726061942ffa9a5565f45690c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b50d9650db8288e74f58b06e3ebebfa5c970a5d726061942ffa9a5565f45690c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b50d9650db8288e74f58b06e3ebebfa5c970a5d726061942ffa9a5565f45690c", kill_on_drop: false }`
[INFO] [stdout] b50d9650db8288e74f58b06e3ebebfa5c970a5d726061942ffa9a5565f45690c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 879f032269a7f99766c889853de3873c939415a329ad37f6a08da5cb1b907631
[INFO] running `Command { std: "docker" "start" "-a" "879f032269a7f99766c889853de3873c939415a329ad37f6a08da5cb1b907631", 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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utils.rs:87:14
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn lines(&self) -> LineIter<Self>;
[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] 87 |     fn lines(&self) -> LineIter<'_, Self>;
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/utils.rs:140:14
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn lines(&self) -> LineIter<Self> {
[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] 140 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/utils.rs:190:14
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn lines(&self) -> LineIter<Self> {
[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] 190 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
[INFO] running `Command { std: "docker" "inspect" "879f032269a7f99766c889853de3873c939415a329ad37f6a08da5cb1b907631", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "879f032269a7f99766c889853de3873c939415a329ad37f6a08da5cb1b907631", kill_on_drop: false }`
[INFO] [stdout] 879f032269a7f99766c889853de3873c939415a329ad37f6a08da5cb1b907631
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7874ae8be1f7024f41da48417639a37a2ed653abd3d91cc2be8a9e0b9ad19b25
[INFO] running `Command { std: "docker" "start" "-a" "7874ae8be1f7024f41da48417639a37a2ed653abd3d91cc2be8a9e0b9ad19b25", kill_on_drop: false }`
[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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling diffy-fork-filenames v0.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utils.rs:87:14
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn lines(&self) -> LineIter<Self>;
[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] 87 |     fn lines(&self) -> LineIter<'_, Self>;
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/utils.rs:140:14
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn lines(&self) -> LineIter<Self> {
[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] 140 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/utils.rs:190:14
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn lines(&self) -> LineIter<Self> {
[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] 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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utils.rs:87:14
[INFO] [stdout]    |
[INFO] [stdout] 87 |     fn lines(&self) -> LineIter<Self>;
[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] 87 |     fn lines(&self) -> LineIter<'_, Self>;
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/utils.rs:140:14
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn lines(&self) -> LineIter<Self> {
[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] 140 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/utils.rs:190:14
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn lines(&self) -> LineIter<Self> {
[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] 190 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stdout]     |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.68s
[INFO] running `Command { std: "docker" "inspect" "7874ae8be1f7024f41da48417639a37a2ed653abd3d91cc2be8a9e0b9ad19b25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7874ae8be1f7024f41da48417639a37a2ed653abd3d91cc2be8a9e0b9ad19b25", kill_on_drop: false }`
[INFO] [stdout] 7874ae8be1f7024f41da48417639a37a2ed653abd3d91cc2be8a9e0b9ad19b25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 12530adda4aafef56041bebf0563ec8782f8fe8919460af488503bcc863458d0
[INFO] running `Command { std: "docker" "start" "-a" "12530adda4aafef56041bebf0563ec8782f8fe8919460af488503bcc863458d0", 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)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/utils.rs:87:14
[INFO] [stderr]    |
[INFO] [stderr] 87 |     fn lines(&self) -> LineIter<Self>;
[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] 87 |     fn lines(&self) -> LineIter<'_, Self>;
[INFO] [stderr]    |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/utils.rs:140:14
[INFO] [stderr]     |
[INFO] [stderr] 140 |     fn lines(&self) -> LineIter<Self> {
[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] 140 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stderr]     |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/utils.rs:190:14
[INFO] [stderr]     |
[INFO] [stderr] 190 |     fn lines(&self) -> LineIter<Self> {
[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] 190 |     fn lines(&self) -> LineIter<'_, Self> {
[INFO] [stderr]     |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `diffy-fork-filenames` (lib) generated 4 warnings
[INFO] [stderr] warning: `diffy-fork-filenames` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/diffy_fork_filenames-5c30349a567ed932)
[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::myers_diffy_vs_git ... ok
[INFO] [stdout] test diff::tests::sample ... ok
[INFO] [stdout] test diff::tests::diff_str ... ok
[INFO] [stdout] test diff::tests::no_newline_at_eof ... 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 merge::tests::correct_range_is_used_for_both_case ... ok
[INFO] [stdout] test merge::tests::myers_diffy_vs_git ... ok
[INFO] [stdout] test patch::parse::tests::test_missing_filename_header ... ok
[INFO] [stdout] test merge::tests::test_merge ... ok
[INFO] [stdout] test range::tests::test_common_overlap ... ok
[INFO] [stdout] test patch::parse::tests::test_escaped_filenames ... ok
[INFO] [stdout] test patch::parse::tests::adjacent_hunks_correctly_parse ... ok
[INFO] [stdout] test diff::tests::test_compact ... ok
[INFO] [stdout] test range::tests::test_common_suffix ... ok
[INFO] [stdout] test range::tests::test_common_prefix ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests diffy_fork_filenames
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test src/diff/mod.rs - diff::create_patch (line 162) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 158) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 178) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 48) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 95) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 24) ... FAILED
[INFO] [stdout] test src/apply.rs - apply::apply (line 56) ... FAILED
[INFO] [stdout] test src/patch/mod.rs - patch::Patch<'a,str>::from_str (line 74) ... FAILED
[INFO] [stdout] test src/merge/mod.rs - merge::merge (line 223) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[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] 3 | 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 158) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]  --> src/lib.rs:159:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 178) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]  --> src/lib.rs:179:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 48) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]  --> src/lib.rs:49:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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] 25 | 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] 3 | 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 24) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `diffy`
[INFO] [stdout]  --> src/lib.rs:25:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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] 3 | 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/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] 3 | 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] ---- 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] 3 | 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] 
[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.47s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "12530adda4aafef56041bebf0563ec8782f8fe8919460af488503bcc863458d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12530adda4aafef56041bebf0563ec8782f8fe8919460af488503bcc863458d0", kill_on_drop: false }`
[INFO] [stdout] 12530adda4aafef56041bebf0563ec8782f8fe8919460af488503bcc863458d0
