[INFO] cloning repository https://github.com/BrianHicks/tree-grepper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BrianHicks/tree-grepper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrianHicks%2Ftree-grepper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrianHicks%2Ftree-grepper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a6353bd737acdd7be2a7661476d43029fbaaf174 [INFO] testing BrianHicks/tree-grepper against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrianHicks%2Ftree-grepper" "/workspace/builds/worker-63/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-63/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/BrianHicks/tree-grepper on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/BrianHicks/tree-grepper [INFO] finished tweaking git repo https://github.com/BrianHicks/tree-grepper [INFO] tweaked toml for git repo https://github.com/BrianHicks/tree-grepper written to /workspace/builds/worker-63/source/Cargo.toml [INFO] crate git repo https://github.com/BrianHicks/tree-grepper already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8aebfbe7ab0fc22df244d930a6f17b5c878af57c8717b40f7e4b31a50d61ea3a [INFO] running `Command { std: "docker" "start" "-a" "8aebfbe7ab0fc22df244d930a6f17b5c878af57c8717b40f7e4b31a50d61ea3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8aebfbe7ab0fc22df244d930a6f17b5c878af57c8717b40f7e4b31a50d61ea3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8aebfbe7ab0fc22df244d930a6f17b5c878af57c8717b40f7e4b31a50d61ea3a", kill_on_drop: false }` [INFO] [stdout] 8aebfbe7ab0fc22df244d930a6f17b5c878af57c8717b40f7e4b31a50d61ea3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9f2143677302492353ce24117283bcd162567d91c6ba010f1334de571b8aa0b [INFO] running `Command { std: "docker" "start" "-a" "a9f2143677302492353ce24117283bcd162567d91c6ba010f1334de571b8aa0b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.2 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling anyhow v1.0.44 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling os_str_bytes v2.4.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling bump_alloc v0.1.0 [INFO] [stderr] Compiling crossbeam v0.8.1 [INFO] [stderr] Compiling cc v1.0.71 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling tree-sitter v0.20.0 [INFO] [stderr] Compiling tree-grepper v2.0.6 (/opt/rustwide/workdir) [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling ignore v0.4.18 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.4 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] warning: In file included from vendor/tree-sitter-elm/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-elm/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-elm/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-elm/src/parser.c:5079:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 5079 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-ruby/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/parser.c:4969:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 4969 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/scanner.cc: In member function 'bool {anonymous}::Scanner::scan_open_delimiter(TSLexer*, {anonymous}::Literal&, const bool*)': [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/scanner.cc:497:13: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 497 | if (valid_symbols[FORWARD_SLASH]) return false; [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/scanner.cc:499:11: note: here [INFO] [stderr] warning: 499 | case '|': [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-haskell/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-haskell/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-haskell/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-haskell/src/parser.c:4355:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 4355 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-rust/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-rust/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-rust/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-rust/src/parser.c:10834:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 10834 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-typescript/typescript/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-typescript/typescript/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-typescript/typescript/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-typescript/typescript/src/parser.c:5021:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 5021 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.87s [INFO] running `Command { std: "docker" "inspect" "a9f2143677302492353ce24117283bcd162567d91c6ba010f1334de571b8aa0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9f2143677302492353ce24117283bcd162567d91c6ba010f1334de571b8aa0b", kill_on_drop: false }` [INFO] [stdout] a9f2143677302492353ce24117283bcd162567d91c6ba010f1334de571b8aa0b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87273689d5629c36fefb2c0c3d3d399be956a04a0aed6a3c8a239c4d2c030daf [INFO] running `Command { std: "docker" "start" "-a" "87273689d5629c36fefb2c0c3d3d399be956a04a0aed6a3c8a239c4d2c030daf", kill_on_drop: false }` [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling similar v1.3.0 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] warning: In file included from vendor/tree-sitter-elm/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-elm/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-elm/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-elm/src/parser.c:5079:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 5079 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-ruby/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/parser.c:4969:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 4969 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/scanner.cc: In member function 'bool {anonymous}::Scanner::scan_open_delimiter(TSLexer*, {anonymous}::Literal&, const bool*)': [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/scanner.cc:497:13: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 497 | if (valid_symbols[FORWARD_SLASH]) return false; [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/scanner.cc:499:11: note: here [INFO] [stderr] warning: 499 | case '|': [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-haskell/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-haskell/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-haskell/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-haskell/src/parser.c:4355:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 4355 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-rust/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-rust/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-rust/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-rust/src/parser.c:10834:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 10834 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-typescript/typescript/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-typescript/typescript/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-typescript/typescript/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-typescript/typescript/src/parser.c:5021:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 5021 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling serde_yaml v0.8.19 [INFO] [stderr] Compiling insta v1.8.0 [INFO] [stderr] Compiling tree-grepper v2.0.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 13.09s [INFO] running `Command { std: "docker" "inspect" "87273689d5629c36fefb2c0c3d3d399be956a04a0aed6a3c8a239c4d2c030daf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87273689d5629c36fefb2c0c3d3d399be956a04a0aed6a3c8a239c4d2c030daf", kill_on_drop: false }` [INFO] [stdout] 87273689d5629c36fefb2c0c3d3d399be956a04a0aed6a3c8a239c4d2c030daf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-63/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1dab0017df5dd340e6dda84042838a2965b7989bdcb4d0252c4d935bc6079255 [INFO] running `Command { std: "docker" "start" "-a" "1dab0017df5dd340e6dda84042838a2965b7989bdcb4d0252c4d935bc6079255", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: In file included from vendor/tree-sitter-elm/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-elm/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-elm/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-elm/src/parser.c:5079:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 5079 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-ruby/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/parser.c:4969:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 4969 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/scanner.cc: In member function 'bool {anonymous}::Scanner::scan_open_delimiter(TSLexer*, {anonymous}::Literal&, const bool*)': [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/scanner.cc:497:13: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 497 | if (valid_symbols[FORWARD_SLASH]) return false; [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: vendor/tree-sitter-ruby/src/scanner.cc:499:11: note: here [INFO] [stderr] warning: 499 | case '|': [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-haskell/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-haskell/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-haskell/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-haskell/src/parser.c:4355:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 4355 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-rust/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-rust/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-rust/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-rust/src/parser.c:10834:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 10834 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] warning: In file included from vendor/tree-sitter-typescript/typescript/src/parser.c:1: [INFO] [stderr] warning: vendor/tree-sitter-typescript/typescript/src/parser.c: In function 'ts_lex_keywords': [INFO] [stderr] warning: vendor/tree-sitter-typescript/typescript/src/tree_sitter/parser.h:135:8: warning: variable 'eof' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: 135 | bool eof = false; \ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: vendor/tree-sitter-typescript/typescript/src/parser.c:5021:3: note: in expansion of macro 'START_LEXER' [INFO] [stderr] warning: 5021 | START_LEXER(); [INFO] [stderr] warning: | ^~~~~~~~~~~ [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 57.43s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/tree_grepper-94d35d977868ff32) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test extractor::tests::test_matches_are_extracted ... ok [INFO] [stdout] test language::tests::to_str_reflects_from_str ... ok [INFO] [stdout] test extractor::tests::test_underscore_names_are_ignored ... ok [INFO] [stdout] test language::tests::parse_query_problem ... ok [INFO] [stdout] test language::tests::parse_query_smoke_test ... ok [INFO] [stdout] test extractor::tests::test_underscore_names_can_still_be_used_in_matchers ... ok [INFO] [stdout] test tests::json_output ... ok [INFO] [stdout] test tests::lines_output ... ok [INFO] [stdout] test tests::all_typescript ... ok [INFO] [stdout] test tests::pretty_json_output ... ok [INFO] [stdout] test tests::all_ruby ... ok [INFO] [stdout] test tests::all_javascript ... ok [INFO] [stdout] test tests::all_elm ... ok [INFO] [stdout] test tests::all_haskell ... ok [INFO] [stdout] test tests::all_rust ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.44s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1dab0017df5dd340e6dda84042838a2965b7989bdcb4d0252c4d935bc6079255", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1dab0017df5dd340e6dda84042838a2965b7989bdcb4d0252c4d935bc6079255", kill_on_drop: false }` [INFO] [stdout] 1dab0017df5dd340e6dda84042838a2965b7989bdcb4d0252c4d935bc6079255