[INFO] fetching crate diffy-fork-filenames 0.4.0... [INFO] testing diffy-fork-filenames-0.4.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [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 cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c419d135c8b556893de20e6c3866d2ffdf4cca239da35e3caf0f8b068baaba1e [INFO] running `Command { std: "docker" "start" "-a" "c419d135c8b556893de20e6c3866d2ffdf4cca239da35e3caf0f8b068baaba1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c419d135c8b556893de20e6c3866d2ffdf4cca239da35e3caf0f8b068baaba1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c419d135c8b556893de20e6c3866d2ffdf4cca239da35e3caf0f8b068baaba1e", kill_on_drop: false }` [INFO] [stdout] c419d135c8b556893de20e6c3866d2ffdf4cca239da35e3caf0f8b068baaba1e [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba3d32bb94a3620061ffb317c5fb541b1e8c428097d634072fc539bd37614229 [INFO] running `Command { std: "docker" "start" "-a" "ba3d32bb94a3620061ffb317c5fb541b1e8c428097d634072fc539bd37614229", 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; [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; [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 { [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 { [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.11s [INFO] running `Command { std: "docker" "inspect" "ba3d32bb94a3620061ffb317c5fb541b1e8c428097d634072fc539bd37614229", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba3d32bb94a3620061ffb317c5fb541b1e8c428097d634072fc539bd37614229", kill_on_drop: false }` [INFO] [stdout] ba3d32bb94a3620061ffb317c5fb541b1e8c428097d634072fc539bd37614229 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0004b2180a1e5128e89b7a1aa1b160ab9051fdc9d603ea7de5cf4e807de7e5e7 [INFO] running `Command { std: "docker" "start" "-a" "0004b2180a1e5128e89b7a1aa1b160ab9051fdc9d603ea7de5cf4e807de7e5e7", 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; [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; [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 { [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] [stderr] Compiling diffy-fork-filenames v0.4.0 (/opt/rustwide/workdir) [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 { [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; [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; [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 { [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 { [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.99s [INFO] running `Command { std: "docker" "inspect" "0004b2180a1e5128e89b7a1aa1b160ab9051fdc9d603ea7de5cf4e807de7e5e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0004b2180a1e5128e89b7a1aa1b160ab9051fdc9d603ea7de5cf4e807de7e5e7", kill_on_drop: false }` [INFO] [stdout] 0004b2180a1e5128e89b7a1aa1b160ab9051fdc9d603ea7de5cf4e807de7e5e7 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4f2dda193dc37f4750cc42d2c9a811108b309123dc590212fb42206a95c00b02 [INFO] running `Command { std: "docker" "start" "-a" "4f2dda193dc37f4750cc42d2c9a811108b309123dc590212fb42206a95c00b02", 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; [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; [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 { [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 { [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.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/diffy_fork_filenames-09ed4ba2066f1469) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test diff::tests::diff_str ... ok [INFO] [stdout] test diff::tests::no_newline_at_eof ... ok [INFO] [stdout] test diff::tests::myers_diffy_vs_git ... ok [INFO] [stdout] test diff::tests::sample ... ok [INFO] [stdout] test diff::myers::tests::test_find_middle_snake ... ok [INFO] [stdout] test diff::tests::test_compact ... ok [INFO] [stdout] test diff::tests::test_unicode ... ok [INFO] [stdout] test diff::tests::test_diff_str ... ok [INFO] [stdout] test diff::tests::test_diff_slice ... 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::adjacent_hunks_correctly_parse ... ok [INFO] [stdout] test range::tests::test_common_overlap ... ok [INFO] [stdout] test patch::parse::tests::test_escaped_filenames ... ok [INFO] [stdout] test range::tests::test_common_prefix ... ok [INFO] [stdout] test patch::parse::tests::test_missing_filename_header ... ok [INFO] [stdout] test range::tests::test_common_suffix ... ok [INFO] [stdout] test merge::tests::test_merge ... ok [INFO] [stderr] Doc-tests diffy_fork_filenames [INFO] [stdout] test diff::tests::apply_with_incorrect_hunk_has_bounded_performance ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/apply.rs - apply::apply (line 56) ... FAILED [INFO] [stdout] test src/diff/mod.rs - diff::create_patch (line 162) ... FAILED [INFO] [stdout] test src/merge/mod.rs - merge::merge (line 223) ... FAILED [INFO] [stdout] test src/patch/mod.rs - patch::Patch<'a,str>::from_str (line 74) ... FAILED [INFO] [stdout] test src/lib.rs - (line 178) ... FAILED [INFO] [stdout] test src/lib.rs - (line 95) ... FAILED [INFO] [stdout] test src/lib.rs - (line 158) ... FAILED [INFO] [stdout] test src/lib.rs - (line 24) ... FAILED [INFO] [stdout] test src/lib.rs - (line 48) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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/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/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] ---- 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/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 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 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 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/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] [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" "4f2dda193dc37f4750cc42d2c9a811108b309123dc590212fb42206a95c00b02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f2dda193dc37f4750cc42d2c9a811108b309123dc590212fb42206a95c00b02", kill_on_drop: false }` [INFO] [stdout] 4f2dda193dc37f4750cc42d2c9a811108b309123dc590212fb42206a95c00b02