[INFO] fetching crate ignore 0.4.18... [INFO] testing ignore-0.4.18 against 1.60.0 for beta-1.61-1 [INFO] extracting crate ignore 0.4.18 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate ignore 0.4.18 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 ignore 0.4.18 [INFO] finished tweaking crates.io crate ignore 0.4.18 [INFO] tweaked toml for crates.io crate ignore 0.4.18 written to /workspace/builds/worker-18/source/Cargo.toml [INFO] crate crates.io crate ignore 0.4.18 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded globset v0.4.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] 09fccc39543df3c42b16356874f3d23e60163e93f6f4745e4ab8a08dd54445ea [INFO] running `Command { std: "docker" "start" "-a" "09fccc39543df3c42b16356874f3d23e60163e93f6f4745e4ab8a08dd54445ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09fccc39543df3c42b16356874f3d23e60163e93f6f4745e4ab8a08dd54445ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09fccc39543df3c42b16356874f3d23e60163e93f6f4745e4ab8a08dd54445ea", kill_on_drop: false }` [INFO] [stdout] 09fccc39543df3c42b16356874f3d23e60163e93f6f4745e4ab8a08dd54445ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] 62fbea67ae97e5b96b1156cc201d4567df589dfb51bb5ffa9ddfb6bd8f95bf1f [INFO] running `Command { std: "docker" "start" "-a" "62fbea67ae97e5b96b1156cc201d4567df589dfb51bb5ffa9ddfb6bd8f95bf1f", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling globset v0.4.7 [INFO] [stderr] Compiling ignore v0.4.18 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `which` [INFO] [stdout] --> src/types.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | 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:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | #[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:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | 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:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | #[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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.79s [INFO] running `Command { std: "docker" "inspect" "62fbea67ae97e5b96b1156cc201d4567df589dfb51bb5ffa9ddfb6bd8f95bf1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62fbea67ae97e5b96b1156cc201d4567df589dfb51bb5ffa9ddfb6bd8f95bf1f", kill_on_drop: false }` [INFO] [stdout] 62fbea67ae97e5b96b1156cc201d4567df589dfb51bb5ffa9ddfb6bd8f95bf1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] 0fa688c3eb8d943417335daaad85799370e19c290c8b7f78e74a6e8ab42738b8 [INFO] running `Command { std: "docker" "start" "-a" "0fa688c3eb8d943417335daaad85799370e19c290c8b7f78e74a6e8ab42738b8", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stdout] warning: field is never read: `which` [INFO] [stdout] --> src/types.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | 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:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | #[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:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | 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:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | #[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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ignore v0.4.18 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `which` [INFO] [stdout] --> src/types.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | 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:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | #[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:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | 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:117:10 [INFO] [stdout] | [INFO] [stdout] 117 | #[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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.61s [INFO] running `Command { std: "docker" "inspect" "0fa688c3eb8d943417335daaad85799370e19c290c8b7f78e74a6e8ab42738b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fa688c3eb8d943417335daaad85799370e19c290c8b7f78e74a6e8ab42738b8", kill_on_drop: false }` [INFO] [stdout] 0fa688c3eb8d943417335daaad85799370e19c290c8b7f78e74a6e8ab42738b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] 8ef0fa5dc9b862c4923d23fdd16c5b8f203dbf425a8b2005dcf3e29251e2f40a [INFO] running `Command { std: "docker" "start" "-a" "8ef0fa5dc9b862c4923d23fdd16c5b8f203dbf425a8b2005dcf3e29251e2f40a", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `which` [INFO] [stderr] --> src/types.rs:126:9 [INFO] [stderr] | [INFO] [stderr] 126 | 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:117:10 [INFO] [stderr] | [INFO] [stderr] 117 | #[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:128:9 [INFO] [stderr] | [INFO] [stderr] 128 | 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:117:10 [INFO] [stderr] | [INFO] [stderr] 117 | #[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: `ignore` (lib) generated 2 warnings [INFO] [stderr] warning: `ignore` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ignore-8c9f52ea2eeb12e7) [INFO] [stdout] [INFO] [stdout] running 132 tests [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::cs2 ... ok [INFO] [stdout] test gitignore::tests::ig1 ... ok [INFO] [stdout] test dir::tests::not_present_empty ... ok [INFO] [stdout] test gitignore::tests::ig10 ... ok [INFO] [stdout] test gitignore::tests::case_insensitive ... ok [INFO] [stdout] test dir::tests::errored_both ... ok [INFO] [stdout] test gitignore::tests::ig13 ... ok [INFO] [stdout] test dir::tests::errored ... ok [INFO] [stdout] test gitignore::tests::ig14 ... ok [INFO] [stdout] test dir::tests::ignore ... ok [INFO] [stdout] test dir::tests::explicit_ignore ... ok [INFO] [stdout] test dir::tests::custom_ignore ... ok [INFO] [stdout] test dir::tests::custom_ignore_over_ignore ... ok [INFO] [stdout] test dir::tests::errored_partial ... ok [INFO] [stdout] test dir::tests::gitignore ... ok [INFO] [stdout] test dir::tests::errored_partial_and_ignore ... ok [INFO] [stdout] test dir::tests::stops_at_git_dir ... ok [INFO] [stdout] test dir::tests::gitignore_allowed_no_git ... ok [INFO] [stdout] test dir::tests::absolute_parent ... ok [INFO] [stdout] test dir::tests::custom_ignore_precedence ... ok [INFO] [stdout] test gitignore::tests::ig11 ... ok [INFO] [stdout] test dir::tests::absolute_parent_anchored ... ok [INFO] [stdout] test dir::tests::gitignore_no_git ... ok [INFO] [stdout] test dir::tests::git_exclude ... ok [INFO] [stdout] test gitignore::tests::ig12 ... ok [INFO] [stdout] test gitignore::tests::ig16 ... ok [INFO] [stdout] test gitignore::tests::ig15 ... ok [INFO] [stdout] test gitignore::tests::ig21 ... ok [INFO] [stdout] test gitignore::tests::ig23 ... ok [INFO] [stdout] test gitignore::tests::ig24 ... ok [INFO] [stdout] test gitignore::tests::ig22 ... ok [INFO] [stdout] test gitignore::tests::ig2 ... ok [INFO] [stdout] test gitignore::tests::ig17 ... ok [INFO] [stdout] test gitignore::tests::ig20 ... ok [INFO] [stdout] test gitignore::tests::ig25 ... ok [INFO] [stdout] test gitignore::tests::ig26 ... ok [INFO] [stdout] test gitignore::tests::ig19 ... ok [INFO] [stdout] test gitignore::tests::ig18 ... ok [INFO] [stdout] test gitignore::tests::ig27 ... ok [INFO] [stdout] test gitignore::tests::ig28 ... ok [INFO] [stdout] test gitignore::tests::ig29 ... ok [INFO] [stdout] test gitignore::tests::ig3 ... ok [INFO] [stdout] test gitignore::tests::ig33 ... ok [INFO] [stdout] test gitignore::tests::ig32 ... ok [INFO] [stdout] test gitignore::tests::ig34 ... ok [INFO] [stdout] test gitignore::tests::ig30 ... ok [INFO] [stdout] test gitignore::tests::ig31 ... ok [INFO] [stdout] test gitignore::tests::ig35 ... ok [INFO] [stdout] test gitignore::tests::ig37 ... ok [INFO] [stdout] test gitignore::tests::ig36 ... ok [INFO] [stdout] test gitignore::tests::ig38 ... ok [INFO] [stdout] test gitignore::tests::ig39 ... ok [INFO] [stdout] test gitignore::tests::ig40 ... ok [INFO] [stdout] test gitignore::tests::ig41 ... ok [INFO] [stdout] test gitignore::tests::ig4 ... ok [INFO] [stdout] test gitignore::tests::ig43 ... ok [INFO] [stdout] test gitignore::tests::ig7 ... ok [INFO] [stdout] test gitignore::tests::ignot11 ... ok [INFO] [stdout] test gitignore::tests::ig44 ... ok [INFO] [stdout] test gitignore::tests::ig8 ... ok [INFO] [stdout] test gitignore::tests::ignot12 ... ok [INFO] [stdout] test gitignore::tests::ignot1 ... ok [INFO] [stdout] test gitignore::tests::ig5 ... ok [INFO] [stdout] test gitignore::tests::ig42 ... ok [INFO] [stdout] test gitignore::tests::ig9 ... ok [INFO] [stdout] test gitignore::tests::ignot10 ... ok [INFO] [stdout] test gitignore::tests::ignot14 ... ok [INFO] [stdout] test gitignore::tests::ig6 ... ok [INFO] [stdout] test gitignore::tests::ignot13 ... ok [INFO] [stdout] test gitignore::tests::ignot15 ... ok [INFO] [stdout] test gitignore::tests::ignot16 ... ok [INFO] [stdout] test gitignore::tests::ignot6 ... ok [INFO] [stdout] test gitignore::tests::ignot2 ... ok [INFO] [stdout] test gitignore::tests::ignot17 ... ok [INFO] [stdout] test gitignore::tests::regression_106 ... ok [INFO] [stdout] test gitignore::tests::ignot7 ... ok [INFO] [stdout] test gitignore::tests::ignot19 ... ok [INFO] [stdout] test gitignore::tests::ignot4 ... ok [INFO] [stdout] test gitignore::tests::ignot5 ... ok [INFO] [stdout] test gitignore::tests::ignot18 ... ok [INFO] [stdout] test gitignore::tests::ignot3 ... ok [INFO] [stdout] test gitignore::tests::ignot9 ... ok [INFO] [stdout] test gitignore::tests::ignot8 ... ok [INFO] [stdout] test overrides::tests::empty ... ok [INFO] [stdout] test overrides::tests::default_case_sensitive ... ok [INFO] [stdout] test overrides::tests::only_ignores ... ok [INFO] [stdout] test overrides::tests::absolute_path ... ok [INFO] [stdout] test overrides::tests::allow_directories ... ok [INFO] [stdout] test gitignore::tests::parse_excludes_file3 ... ok [INFO] [stdout] test overrides::tests::simple ... ok [INFO] [stdout] test gitignore::tests::parse_excludes_file1 ... ok [INFO] [stdout] test overrides::tests::case_insensitive ... ok [INFO] [stdout] test overrides::tests::gitignore ... ok [INFO] [stdout] test gitignore::tests::parse_excludes_file2 ... ok [INFO] [stdout] test overrides::tests::precedence ... ok [INFO] [stdout] test walk::tests::no_read_permissions ... ok [INFO] [stdout] test types::tests::test_invalid_defs ... ok [INFO] [stdout] test types::tests::match5 ... ok [INFO] [stdout] test types::tests::matchnot5 ... ok [INFO] [stdout] test types::tests::match1 ... ok [INFO] [stdout] test types::tests::match6 ... ok [INFO] [stdout] test types::tests::matchnot1 ... ok [INFO] [stdout] test types::tests::match7 ... ok [INFO] [stdout] test types::tests::matchnot2 ... ok [INFO] [stdout] test types::tests::match4 ... ok [INFO] [stdout] test types::tests::match9 ... ok [INFO] [stdout] test types::tests::match8 ... ok [INFO] [stdout] test types::tests::matchnot6 ... ok [INFO] [stdout] test types::tests::match2 ... ok [INFO] [stdout] test types::tests::matchnot3 ... ok [INFO] [stdout] test types::tests::match3 ... ok [INFO] [stdout] test types::tests::matchnot4 ... ok [INFO] [stdout] test dir::tests::ignore_over_gitignore ... ok [INFO] [stdout] test dir::tests::exclude_lowest ... ok [INFO] [stdout] test dir::tests::git_info_exclude_in_linked_worktree ... ok [INFO] [stdout] test walk::tests::first_path_not_symlink ... ok [INFO] [stdout] test walk::tests::explicit_ignore_exclusive_use ... ok [INFO] [stdout] test walk::tests::explicit_ignore ... ok [INFO] [stdout] test walk::tests::same_file_system ... ok [INFO] [stdout] test walk::tests::symlinks ... ok [INFO] [stdout] test walk::tests::custom_ignore_exclusive_use ... ok [INFO] [stdout] test walk::tests::symlink_loop ... ok [INFO] [stdout] test walk::tests::no_ignores ... ok [INFO] [stdout] test walk::tests::filter ... ok [INFO] [stdout] test walk::tests::custom_ignore ... ok [INFO] [stdout] test walk::tests::gitignore_parent ... ok [INFO] [stdout] test walk::tests::gitignore ... ok [INFO] [stdout] test walk::tests::max_depth ... ok [INFO] [stdout] test walk::tests::max_filesize ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 132 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [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-e22048e5c5d22af1) [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_deep ... ok [INFO] [stdout] test test_dirs_in_root ... 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 51) ... ok [INFO] [stdout] test src/types.rs - types (line 16) ... ok [INFO] [stdout] test src/types.rs - types (line 34) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.06s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8ef0fa5dc9b862c4923d23fdd16c5b8f203dbf425a8b2005dcf3e29251e2f40a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ef0fa5dc9b862c4923d23fdd16c5b8f203dbf425a8b2005dcf3e29251e2f40a", kill_on_drop: false }` [INFO] [stdout] 8ef0fa5dc9b862c4923d23fdd16c5b8f203dbf425a8b2005dcf3e29251e2f40a