[INFO] fetching crate rustfmt_ignore 0.4.10... [INFO] testing rustfmt_ignore-0.4.10 against 1.60.0 for beta-1.61-1 [INFO] extracting crate rustfmt_ignore 0.4.10 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate rustfmt_ignore 0.4.10 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rustfmt_ignore 0.4.10 [INFO] finished tweaking crates.io crate rustfmt_ignore 0.4.10 [INFO] tweaked toml for crates.io crate rustfmt_ignore 0.4.10 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate rustfmt_ignore 0.4.10 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b529e0560fca8a81bf0d9c869b1181024053a7a2add6b9777243d563cc5e050 [INFO] running `Command { std: "docker" "start" "-a" "0b529e0560fca8a81bf0d9c869b1181024053a7a2add6b9777243d563cc5e050", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b529e0560fca8a81bf0d9c869b1181024053a7a2add6b9777243d563cc5e050", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b529e0560fca8a81bf0d9c869b1181024053a7a2add6b9777243d563cc5e050", kill_on_drop: false }` [INFO] [stdout] 0b529e0560fca8a81bf0d9c869b1181024053a7a2add6b9777243d563cc5e050 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 669e3e18ad617755b74c67c636e9fe26e759bd90c2887becb37886f5d074a3ff [INFO] running `Command { std: "docker" "start" "-a" "669e3e18ad617755b74c67c636e9fe26e759bd90c2887becb37886f5d074a3ff", kill_on_drop: false }` [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling globset v0.4.4 [INFO] [stderr] Compiling crossbeam-channel v0.4.0 [INFO] [stderr] Compiling rustfmt_ignore v0.4.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:269:58 [INFO] [stdout] | [INFO] [stdout] 269 | Error::WithLineNumber { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:270:52 [INFO] [stdout] | [INFO] [stdout] 270 | Error::WithPath { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:271:53 [INFO] [stdout] | [INFO] [stdout] 271 | Error::WithDepth { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:273:39 [INFO] [stdout] | [INFO] [stdout] 273 | Error::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `which` [INFO] [stdout] --> src/types.rs:352:9 [INFO] [stdout] | [INFO] [stdout] 352 | which: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `GlobInner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `negated` [INFO] [stdout] --> src/types.rs:354:9 [INFO] [stdout] | [INFO] [stdout] 354 | negated: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlobInner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.84s [INFO] running `Command { std: "docker" "inspect" "669e3e18ad617755b74c67c636e9fe26e759bd90c2887becb37886f5d074a3ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "669e3e18ad617755b74c67c636e9fe26e759bd90c2887becb37886f5d074a3ff", kill_on_drop: false }` [INFO] [stdout] 669e3e18ad617755b74c67c636e9fe26e759bd90c2887becb37886f5d074a3ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 89abbdbf39b5db72ff1f74883a2a571b20a84fcdb7ef42e11a67cd0b552eec98 [INFO] running `Command { std: "docker" "start" "-a" "89abbdbf39b5db72ff1f74883a2a571b20a84fcdb7ef42e11a67cd0b552eec98", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:269:58 [INFO] [stdout] | [INFO] [stdout] 269 | Error::WithLineNumber { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:270:52 [INFO] [stdout] | [INFO] [stdout] 270 | Error::WithPath { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:271:53 [INFO] [stdout] | [INFO] [stdout] 271 | Error::WithDepth { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:273:39 [INFO] [stdout] | [INFO] [stdout] 273 | Error::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `which` [INFO] [stdout] --> src/types.rs:352:9 [INFO] [stdout] | [INFO] [stdout] 352 | which: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `GlobInner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustfmt_ignore v0.4.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `negated` [INFO] [stdout] --> src/types.rs:354:9 [INFO] [stdout] | [INFO] [stdout] 354 | negated: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlobInner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:269:58 [INFO] [stdout] | [INFO] [stdout] 269 | Error::WithLineNumber { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:270:52 [INFO] [stdout] | [INFO] [stdout] 270 | Error::WithPath { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:271:53 [INFO] [stdout] | [INFO] [stdout] 271 | Error::WithDepth { ref err, .. } => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:273:39 [INFO] [stdout] | [INFO] [stdout] 273 | Error::Io(ref err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `which` [INFO] [stdout] --> src/types.rs:352:9 [INFO] [stdout] | [INFO] [stdout] 352 | which: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `GlobInner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `negated` [INFO] [stdout] --> src/types.rs:354:9 [INFO] [stdout] | [INFO] [stdout] 354 | negated: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `GlobInner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/types.rs:343:10 [INFO] [stdout] | [INFO] [stdout] 343 | #[derive(Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.49s [INFO] running `Command { std: "docker" "inspect" "89abbdbf39b5db72ff1f74883a2a571b20a84fcdb7ef42e11a67cd0b552eec98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89abbdbf39b5db72ff1f74883a2a571b20a84fcdb7ef42e11a67cd0b552eec98", kill_on_drop: false }` [INFO] [stdout] 89abbdbf39b5db72ff1f74883a2a571b20a84fcdb7ef42e11a67cd0b552eec98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b39e170b788460a96375d9523a925062fb604b21daddc865bf56ea9a13a17d72 [INFO] running `Command { std: "docker" "start" "-a" "b39e170b788460a96375d9523a925062fb604b21daddc865bf56ea9a13a17d72", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:269:58 [INFO] [stderr] | [INFO] [stderr] 269 | Error::WithLineNumber { ref err, .. } => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:270:52 [INFO] [stderr] | [INFO] [stderr] 270 | Error::WithPath { ref err, .. } => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:271:53 [INFO] [stderr] | [INFO] [stderr] 271 | Error::WithDepth { ref err, .. } => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:273:39 [INFO] [stderr] | [INFO] [stderr] 273 | Error::Io(ref err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `which` [INFO] [stderr] --> src/types.rs:352:9 [INFO] [stderr] | [INFO] [stderr] 352 | which: usize, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `GlobInner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:343:10 [INFO] [stderr] | [INFO] [stderr] 343 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `negated` [INFO] [stderr] --> src/types.rs:354:9 [INFO] [stderr] | [INFO] [stderr] 354 | negated: bool, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `GlobInner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/types.rs:343:10 [INFO] [stderr] | [INFO] [stderr] 343 | #[derive(Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rustfmt_ignore` (lib) generated 6 warnings [INFO] [stderr] warning: `rustfmt_ignore` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ignore-4d0f42e99b585037) [INFO] [stdout] [INFO] [stdout] running 128 tests [INFO] [stdout] test gitignore::tests::cs2 ... ok [INFO] [stdout] test gitignore::tests::cs1 ... ok [INFO] [stdout] test gitignore::tests::cs3 ... ok [INFO] [stdout] test gitignore::tests::cs4 ... ok [INFO] [stdout] test gitignore::tests::ig10 ... ok [INFO] [stdout] test gitignore::tests::ig1 ... ok [INFO] [stdout] test gitignore::tests::case_insensitive ... ok [INFO] [stdout] test gitignore::tests::ig14 ... ok [INFO] [stdout] test gitignore::tests::ig13 ... ok [INFO] [stdout] test gitignore::tests::ig2 ... ok [INFO] [stdout] test gitignore::tests::ig12 ... ok [INFO] [stdout] test gitignore::tests::ig21 ... ok [INFO] [stdout] test gitignore::tests::ig22 ... ok [INFO] [stdout] test gitignore::tests::ig11 ... ok [INFO] [stdout] test gitignore::tests::ig17 ... ok [INFO] [stdout] test gitignore::tests::ig25 ... ok [INFO] [stdout] test gitignore::tests::ig24 ... ok [INFO] [stdout] test gitignore::tests::ig16 ... ok [INFO] [stdout] test gitignore::tests::ig18 ... ok [INFO] [stdout] test gitignore::tests::ig20 ... ok [INFO] [stdout] test gitignore::tests::ig15 ... ok [INFO] [stdout] test gitignore::tests::ig27 ... ok [INFO] [stdout] test gitignore::tests::ig23 ... ok [INFO] [stdout] test gitignore::tests::ig26 ... ok [INFO] [stdout] test gitignore::tests::ig28 ... ok [INFO] [stdout] test gitignore::tests::ig19 ... ok [INFO] [stdout] test gitignore::tests::ig3 ... ok [INFO] [stdout] test gitignore::tests::ig29 ... ok [INFO] [stdout] test gitignore::tests::ig39 ... ok [INFO] [stdout] test gitignore::tests::ignot15 ... ok [INFO] [stdout] test gitignore::tests::ignot11 ... ok [INFO] [stdout] test gitignore::tests::ignot12 ... ok [INFO] [stdout] test gitignore::tests::ig38 ... ok [INFO] [stdout] test gitignore::tests::ig32 ... ok [INFO] [stdout] test gitignore::tests::ig34 ... ok [INFO] [stdout] test gitignore::tests::ig40 ... ok [INFO] [stdout] test gitignore::tests::ig33 ... ok [INFO] [stdout] test gitignore::tests::ig36 ... ok [INFO] [stdout] test gitignore::tests::ig41 ... ok [INFO] [stdout] test gitignore::tests::ig31 ... ok [INFO] [stdout] test gitignore::tests::ig9 ... ok [INFO] [stdout] test gitignore::tests::regression_106 ... ok [INFO] [stdout] test gitignore::tests::ig30 ... ok [INFO] [stdout] test gitignore::tests::ig35 ... ok [INFO] [stdout] test overrides::tests::empty ... ok [INFO] [stdout] test gitignore::tests::ig7 ... ok [INFO] [stdout] test gitignore::tests::ig37 ... ok [INFO] [stdout] test gitignore::tests::ig43 ... ok [INFO] [stdout] test overrides::tests::default_case_sensitive ... ok [INFO] [stdout] test overrides::tests::absolute_path ... ok [INFO] [stdout] test gitignore::tests::ignot14 ... ok [INFO] [stdout] test gitignore::tests::ignot2 ... ok [INFO] [stdout] test gitignore::tests::ignot1 ... ok [INFO] [stdout] test gitignore::tests::ignot6 ... ok [INFO] [stdout] test gitignore::tests::ignot7 ... ok [INFO] [stdout] test gitignore::tests::ig44 ... ok [INFO] [stdout] test overrides::tests::simple ... ok [INFO] [stdout] test gitignore::tests::ignot10 ... ok [INFO] [stdout] test gitignore::tests::ig8 ... ok [INFO] [stdout] test gitignore::tests::ig5 ... ok [INFO] [stdout] test overrides::tests::allow_directories ... ok [INFO] [stdout] test overrides::tests::only_ignores ... ok [INFO] [stdout] test gitignore::tests::ignot3 ... ok [INFO] [stdout] test gitignore::tests::ig42 ... ok [INFO] [stdout] test gitignore::tests::ig4 ... ok [INFO] [stdout] test gitignore::tests::ignot5 ... ok [INFO] [stdout] test gitignore::tests::ignot13 ... ok [INFO] [stdout] test gitignore::tests::ignot9 ... ok [INFO] [stdout] test gitignore::tests::parse_excludes_file3 ... ok [INFO] [stdout] test gitignore::tests::ignot19 ... ok [INFO] [stdout] test gitignore::tests::parse_excludes_file2 ... ok [INFO] [stdout] test overrides::tests::case_insensitive ... ok [INFO] [stdout] test gitignore::tests::ignot8 ... ok [INFO] [stdout] test gitignore::tests::ignot18 ... ok [INFO] [stdout] test gitignore::tests::ignot17 ... ok [INFO] [stdout] test gitignore::tests::ig6 ... ok [INFO] [stdout] test gitignore::tests::ignot4 ... ok [INFO] [stdout] test gitignore::tests::ignot16 ... ok [INFO] [stdout] test gitignore::tests::parse_excludes_file1 ... ok [INFO] [stdout] test overrides::tests::precedence ... ok [INFO] [stdout] test overrides::tests::gitignore ... ok [INFO] [stdout] test types::tests::match1 ... ok [INFO] [stdout] test types::tests::match5 ... ok [INFO] [stdout] test types::tests::test_invalid_defs ... ok [INFO] [stdout] test types::tests::matchnot2 ... ok [INFO] [stdout] test types::tests::matchnot6 ... ok [INFO] [stdout] test dir::tests::ignore ... ok [INFO] [stdout] test dir::tests::errored_partial ... ok [INFO] [stdout] test dir::tests::custom_ignore ... ok [INFO] [stdout] test dir::tests::explicit_ignore ... ok [INFO] [stdout] test types::tests::matchnot5 ... ok [INFO] [stdout] test types::tests::matchnot1 ... ok [INFO] [stdout] test types::tests::match6 ... ok [INFO] [stdout] test types::tests::match4 ... ok [INFO] [stdout] test types::tests::matchnot4 ... ok [INFO] [stdout] test types::tests::match8 ... ok [INFO] [stdout] test types::tests::match3 ... ok [INFO] [stdout] test types::tests::match9 ... ok [INFO] [stdout] test types::tests::match7 ... ok [INFO] [stdout] test types::tests::match2 ... ok [INFO] [stdout] test types::tests::matchnot3 ... ok [INFO] [stdout] test dir::tests::not_present_empty ... ok [INFO] [stdout] test dir::tests::ignore_over_gitignore ... ok [INFO] [stdout] test walk::tests::symlinks ... ok [INFO] [stdout] test dir::tests::git_exclude ... ok [INFO] [stdout] test walk::tests::custom_ignore_exclusive_use ... ok [INFO] [stdout] test walk::tests::gitignore_parent ... ok [INFO] [stdout] test dir::tests::errored_both ... ok [INFO] [stdout] test dir::tests::absolute_parent ... ok [INFO] [stdout] test walk::tests::symlink_loop ... ok [INFO] [stdout] test dir::tests::absolute_parent_anchored ... ok [INFO] [stdout] test dir::tests::errored ... ok [INFO] [stdout] test dir::tests::gitignore ... ok [INFO] [stdout] test dir::tests::errored_partial_and_ignore ... ok [INFO] [stdout] test dir::tests::custom_ignore_precedence ... ok [INFO] [stdout] test dir::tests::custom_ignore_over_ignore ... ok [INFO] [stdout] test dir::tests::stops_at_git_dir ... ok [INFO] [stdout] test walk::tests::explicit_ignore_exclusive_use ... ok [INFO] [stdout] test dir::tests::exclude_lowest ... ok [INFO] [stdout] test walk::tests::explicit_ignore ... ok [INFO] [stdout] test dir::tests::gitignore_no_git ... ok [INFO] [stdout] test walk::tests::first_path_not_symlink ... ok [INFO] [stdout] test walk::tests::same_file_system ... ok [INFO] [stdout] test walk::tests::no_ignores ... ok [INFO] [stdout] test walk::tests::max_filesize ... ok [INFO] [stdout] test walk::tests::custom_ignore ... ok [INFO] [stdout] test walk::tests::gitignore ... ok [INFO] [stdout] test walk::tests::max_depth ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 128 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] Running tests/gitignore_matched_path_or_any_parents_tests.rs (/opt/rustwide/target/debug/deps/gitignore_matched_path_or_any_parents_tests-b653d2279fa2db7e) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_files_in_deep ... ok [INFO] [stdout] test test_files_in_root ... ok [INFO] [stdout] test test_dirs_in_root ... ok [INFO] [stdout] test test_dirs_in_deep ... ok [INFO] [stdout] test test_path_should_be_under_root - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests ignore [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/lib.rs - (line 35) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 17) - compile ... ok [INFO] [stdout] test src/types.rs - types (line 71) ... ok [INFO] [stdout] test src/types.rs - types (line 34) ... ok [INFO] [stdout] test src/types.rs - types (line 51) ... ok [INFO] [stdout] test src/types.rs - types (line 16) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b39e170b788460a96375d9523a925062fb604b21daddc865bf56ea9a13a17d72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b39e170b788460a96375d9523a925062fb604b21daddc865bf56ea9a13a17d72", kill_on_drop: false }` [INFO] [stdout] b39e170b788460a96375d9523a925062fb604b21daddc865bf56ea9a13a17d72