[INFO] cloning repository https://github.com/ivzap/cgrep
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ivzap/cgrep" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivzap%2Fcgrep", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivzap%2Fcgrep'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3f64050d53c91917cb830a523516fd516e388606
[INFO] testing ivzap/cgrep against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivzap%2Fcgrep" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ivzap/cgrep
[INFO] finished tweaking git repo https://github.com/ivzap/cgrep
[INFO] tweaked toml for git repo https://github.com/ivzap/cgrep written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ivzap/cgrep on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ivzap/cgrep already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed
[INFO] running `Command { std: "docker" "start" "8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling cc v1.0.106
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling tree-sitter v0.20.10
[INFO] [stderr]    Compiling tree-sitter-rust v0.20.4
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling cgrep v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `keyword`
[INFO] [stdout]    --> src/search.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     keyword: &str,
[INFO] [stdout]     |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_keyword`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `language`
[INFO] [stdout]    --> src/search.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     language: Language,
[INFO] [stdout]     |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Language`, `Parser`, `QueryCursor`, and `Query`
[INFO] [stdout]  --> src/main.rs:9:19
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tree_sitter::{Language, Parser, Query, QueryCursor, Tree};
[INFO] [stdout]   |                   ^^^^^^^^  ^^^^^^  ^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1m 23s
[INFO] running `Command { std: "docker" "inspect" "8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `keyword`
[INFO] [stdout]    --> src/search.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     keyword: &str,
[INFO] [stdout]     |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_keyword`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `language`
[INFO] [stdout]    --> src/search.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     language: Language,
[INFO] [stdout]     |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cgrep v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]  --> src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::sync::Arc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Language`, `Parser`, `QueryCursor`, and `Query`
[INFO] [stdout]  --> src/main.rs:9:19
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tree_sitter::{Language, Parser, Query, QueryCursor, Tree};
[INFO] [stdout]   |                   ^^^^^^^^  ^^^^^^  ^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `keyword`
[INFO] [stdout]    --> src/search.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     keyword: &str,
[INFO] [stdout]     |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_keyword`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `language`
[INFO] [stdout]    --> src/search.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     language: Language,
[INFO] [stdout]     |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_language`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/walk.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |             Err(e) => {}
[INFO] [stdout]    |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout]   --> src/walk.rs:54:17
[INFO] [stdout]    |
[INFO] [stdout] 54 |             Err(e) => {}
[INFO] [stdout]    |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 1.69s
[INFO] running `Command { std: "docker" "inspect" "8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `keyword`
[INFO] [stderr]    --> src/search.rs:116:5
[INFO] [stderr]     |
[INFO] [stderr] 116 |     keyword: &str,
[INFO] [stderr]     |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_keyword`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `language`
[INFO] [stderr]    --> src/search.rs:117:5
[INFO] [stderr]     |
[INFO] [stderr] 117 |     language: Language,
[INFO] [stderr]     |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_language`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `e`
[INFO] [stderr]   --> src/walk.rs:43:17
[INFO] [stderr]    |
[INFO] [stderr] 43 |             Err(e) => {}
[INFO] [stderr]    |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `e`
[INFO] [stderr]   --> src/walk.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 |             Err(e) => {}
[INFO] [stderr]    |                 ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stderr] 
[INFO] [stderr] warning: `cgrep` (lib) generated 2 warnings (run `cargo fix --lib -p cgrep` to apply 2 suggestions)
[INFO] [stderr] warning: `cgrep` (lib test) generated 4 warnings (2 duplicates) (run `cargo fix --lib -p cgrep --tests` to apply 2 suggestions)
[INFO] [stderr] warning: unused import: `std::sync::Arc`
[INFO] [stderr]  --> src/main.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::sync::Arc;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Language`, `Parser`, `QueryCursor`, and `Query`
[INFO] [stderr]  --> src/main.rs:9:19
[INFO] [stderr]   |
[INFO] [stderr] 9 | use tree_sitter::{Language, Parser, Query, QueryCursor, Tree};
[INFO] [stderr]   |                   ^^^^^^^^  ^^^^^^  ^^^^^  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `cgrep` (bin "cgrep" test) generated 2 warnings (run `cargo fix --bin "cgrep" -p cgrep --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/cgrep-a48fd4434eec966c)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test walk::tests::test_walk_directory_filters_py ... FAILED
[INFO] [stdout] test walk::tests::test_walk_directory_filters_rs ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- walk::tests::test_walk_directory_filters_py stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'walk::tests::test_walk_directory_filters_py' (938) panicked at src/walk.rs:46:72:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616ff79ce291 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x616ff79e273a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x616ff79d29fc - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x616ff79a9356 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x616ff79c60c9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x616ff79616b0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x616ff79c6282 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x616ff79a9402 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x616ff79a1be9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x616ff79a9ffd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x616ff79e2e6c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x616ff79e2c42 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x616ff7953cf8 - cgrep[83633bcb605b41dd]::walk::tests::setup_test_dir
[INFO] [stdout]   13:     0x616ff7953f78 - cgrep[83633bcb605b41dd]::walk::tests::test_walk_directory_filters_py
[INFO] [stdout]   14:     0x616ff7952aa9 - <cgrep[83633bcb605b41dd]::walk::tests::test_walk_directory_filters_py::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x616ff795499b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   16:     0x616ff7962005 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x616ff795b3c4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x616ff7965162 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x616ff79cdb69 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7509b6c6307a - <unknown>
[INFO] [stdout]   21:     0x7509b6cf6534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- walk::tests::test_walk_directory_filters_rs stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'walk::tests::test_walk_directory_filters_rs' (939) panicked at src/walk.rs:46:72:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x616ff79ce291 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x616ff79e273a - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x616ff79d29fc - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x616ff79a9356 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x616ff79c60c9 - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x616ff79616b0 - test[73009c9f9aebf890]::test_main_inner::<test[73009c9f9aebf890]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x616ff79c6282 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x616ff79a9402 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x616ff79a1be9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x616ff79a9ffd - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]   10:     0x616ff79e2e6c - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   11:     0x616ff79e2c42 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   12:     0x616ff7953cf8 - cgrep[83633bcb605b41dd]::walk::tests::setup_test_dir
[INFO] [stdout]   13:     0x616ff7954328 - cgrep[83633bcb605b41dd]::walk::tests::test_walk_directory_filters_rs
[INFO] [stdout]   14:     0x616ff7952ac9 - <cgrep[83633bcb605b41dd]::walk::tests::test_walk_directory_filters_rs::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x616ff795499b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   16:     0x616ff7962005 - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   17:     0x616ff795b3c4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x616ff7965162 - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x616ff79cdb69 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x7509b6c6307a - <unknown>
[INFO] [stdout]   21:     0x7509b6cf6534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     walk::tests::test_walk_directory_filters_py
[INFO] [stdout]     walk::tests::test_walk_directory_filters_rs
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed", kill_on_drop: false }`
[INFO] [stdout] 8cd5ed0e173ca0851baaec8671536307e96a8b948db72903c0349e29b3ca3aed
