[INFO] cloning repository https://github.com/lelorinel/codebeacon
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lelorinel/codebeacon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flelorinel%2Fcodebeacon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flelorinel%2Fcodebeacon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8f382396efca9fcc63a5a20115716089f9407cfb
[INFO] testing lelorinel/codebeacon against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flelorinel%2Fcodebeacon" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lelorinel/codebeacon
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/lelorinel/codebeacon
[INFO] tweaked toml for git repo https://github.com/lelorinel/codebeacon written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lelorinel/codebeacon on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lelorinel/codebeacon 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ignore v0.4.26
[INFO] [stderr]   Downloaded lsp-types v0.95.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e
[INFO] running `Command { std: "docker" "start" "12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e", 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" "12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e", 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" "12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling ignore v0.4.26
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling lsp-types v0.95.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling codebeacon v0.1.22 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `language_from_id` is never used
[INFO] [stdout]    --> src/config.rs:130:8
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub fn language_from_id(id: &str) -> Option<Language> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `lsp_concurrency` is never read
[INFO] [stdout]   --> src/config_file.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct CodeIndexConfig {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub lsp_concurrency: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CodeIndexConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `remove_file` is never used
[INFO] [stdout]   --> src/graph/mod.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl DependencyGraph {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn remove_file(&mut self, path: &PathBuf) {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `index_file`, `index_file_no_lsp`, and `collect_all_file_entries_except` are never used
[INFO] [stdout]   --> src/indexer/mod.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl Indexer {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn index_file(&mut self, path: &Path) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn index_file_no_lsp(&mut self, path: &Path, symbols: Vec<crate::types::SymbolEntry>) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 |     fn collect_all_file_entries_except(&self, exclude: &Path) -> Vec<FileEntry> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `document_symbols` is never used
[INFO] [stdout]    --> src/lsp/client.rs:151:12
[INFO] [stdout]     |
[INFO] [stdout]  53 | impl LspClient {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn document_symbols(&mut self, file_path: &Path, language_id: &str) -> Result<Value> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_document_symbols` is never used
[INFO] [stdout]  --> src/lsp/parser.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_document_symbols(value: &Value) -> Vec<SymbolEntry> {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_symbol` is never used
[INFO] [stdout]   --> src/lsp/parser.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn collect_symbol(s: &Value, out: &mut Vec<SymbolEntry>) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lsp_kind_to_symbol_kind` is never used
[INFO] [stdout]   --> src/lsp/parser.rs:83:4
[INFO] [stdout]    |
[INFO] [stdout] 83 | fn lsp_kind_to_symbol_kind(kind: u64) -> SymbolKind {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `jsonrpc` is never read
[INFO] [stdout]  --> src/mcp/protocol.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct McpRequest {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 6 |     pub jsonrpc: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `McpRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DefinitionLocation` is never constructed
[INFO] [stdout]   --> src/types.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct DefinitionLocation {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e", 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" "12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling codebeacon v0.1.22 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stdout] warning: function `language_from_id` is never used
[INFO] [stdout]    --> src/config.rs:130:8
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub fn language_from_id(id: &str) -> Option<Language> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `lsp_concurrency` is never read
[INFO] [stdout]   --> src/config_file.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub struct CodeIndexConfig {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub lsp_concurrency: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CodeIndexConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `remove_file` is never used
[INFO] [stdout]   --> src/graph/mod.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl DependencyGraph {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn remove_file(&mut self, path: &PathBuf) {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `index_file`, `index_file_no_lsp`, and `collect_all_file_entries_except` are never used
[INFO] [stdout]   --> src/indexer/mod.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl Indexer {
[INFO] [stdout]    | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn index_file(&mut self, path: &Path) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 |     pub fn index_file_no_lsp(&mut self, path: &Path, symbols: Vec<crate::types::SymbolEntry>) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 97 |     fn collect_all_file_entries_except(&self, exclude: &Path) -> Vec<FileEntry> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `document_symbols` is never used
[INFO] [stdout]    --> src/lsp/client.rs:151:12
[INFO] [stdout]     |
[INFO] [stdout]  53 | impl LspClient {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn document_symbols(&mut self, file_path: &Path, language_id: &str) -> Result<Value> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_document_symbols` is never used
[INFO] [stdout]  --> src/lsp/parser.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn parse_document_symbols(value: &Value) -> Vec<SymbolEntry> {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `collect_symbol` is never used
[INFO] [stdout]   --> src/lsp/parser.rs:17:4
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn collect_symbol(s: &Value, out: &mut Vec<SymbolEntry>) {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lsp_kind_to_symbol_kind` is never used
[INFO] [stdout]   --> src/lsp/parser.rs:83:4
[INFO] [stdout]    |
[INFO] [stdout] 83 | fn lsp_kind_to_symbol_kind(kind: u64) -> SymbolKind {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `jsonrpc` is never read
[INFO] [stdout]  --> src/mcp/protocol.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct McpRequest {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 6 |     pub jsonrpc: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `McpRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DefinitionLocation` is never constructed
[INFO] [stdout]   --> src/types.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct DefinitionLocation {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `language_from_id` is never used
[INFO] [stdout]    --> src/config.rs:130:8
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub fn language_from_id(id: &str) -> Option<Language> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `index_file` is never used
[INFO] [stdout]   --> src/indexer/mod.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | impl Indexer {
[INFO] [stdout]    | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 54 |     pub fn index_file(&mut self, path: &Path) -> Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `document_symbols` is never used
[INFO] [stdout]    --> src/lsp/client.rs:151:12
[INFO] [stdout]     |
[INFO] [stdout]  53 | impl LspClient {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 151 |     pub fn document_symbols(&mut self, file_path: &Path, language_id: &str) -> Result<Value> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `jsonrpc` is never read
[INFO] [stdout]  --> src/mcp/protocol.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct McpRequest {
[INFO] [stdout]   |            ---------- field in this struct
[INFO] [stdout] 6 |     pub jsonrpc: String,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `McpRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DefinitionLocation` is never constructed
[INFO] [stdout]   --> src/types.rs:63:12
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct DefinitionLocation {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.45s
[INFO] running `Command { std: "docker" "inspect" "12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e", 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" "12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: function `language_from_id` is never used
[INFO] [stderr]    --> src/config.rs:130:8
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub fn language_from_id(id: &str) -> Option<Language> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `index_file` is never used
[INFO] [stderr]   --> src/indexer/mod.rs:54:12
[INFO] [stderr]    |
[INFO] [stderr] 41 | impl Indexer {
[INFO] [stderr]    | ------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 54 |     pub fn index_file(&mut self, path: &Path) -> Result<()> {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `document_symbols` is never used
[INFO] [stderr]    --> src/lsp/client.rs:151:12
[INFO] [stderr]     |
[INFO] [stderr]  53 | impl LspClient {
[INFO] [stderr]     | -------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 151 |     pub fn document_symbols(&mut self, file_path: &Path, language_id: &str) -> Result<Value> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `jsonrpc` is never read
[INFO] [stderr]  --> src/mcp/protocol.rs:6:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub struct McpRequest {
[INFO] [stderr]   |            ---------- field in this struct
[INFO] [stderr] 6 |     pub jsonrpc: String,
[INFO] [stderr]   |         ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `McpRequest` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `DefinitionLocation` is never constructed
[INFO] [stderr]   --> src/types.rs:63:12
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub struct DefinitionLocation {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `lsp_concurrency` is never read
[INFO] [stderr]   --> src/config_file.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr]  6 | pub struct CodeIndexConfig {
[INFO] [stderr]    |            --------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 20 |     pub lsp_concurrency: usize,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `CodeIndexConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `remove_file` is never used
[INFO] [stderr]   --> src/graph/mod.rs:53:12
[INFO] [stderr]    |
[INFO] [stderr] 16 | impl DependencyGraph {
[INFO] [stderr]    | -------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 53 |     pub fn remove_file(&mut self, path: &PathBuf) {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `index_file`, `index_file_no_lsp`, and `collect_all_file_entries_except` are never used
[INFO] [stderr]   --> src/indexer/mod.rs:54:12
[INFO] [stderr]    |
[INFO] [stderr] 41 | impl Indexer {
[INFO] [stderr]    | ------------ methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 54 |     pub fn index_file(&mut self, path: &Path) -> Result<()> {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 59 |     pub fn index_file_no_lsp(&mut self, path: &Path, symbols: Vec<crate::types::SymbolEntry>) -> Result<()> {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 97 |     fn collect_all_file_entries_except(&self, exclude: &Path) -> Vec<FileEntry> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `parse_document_symbols` is never used
[INFO] [stderr]  --> src/lsp/parser.rs:5:8
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn parse_document_symbols(value: &Value) -> Vec<SymbolEntry> {
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `collect_symbol` is never used
[INFO] [stderr]   --> src/lsp/parser.rs:17:4
[INFO] [stderr]    |
[INFO] [stderr] 17 | fn collect_symbol(s: &Value, out: &mut Vec<SymbolEntry>) {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `lsp_kind_to_symbol_kind` is never used
[INFO] [stderr]   --> src/lsp/parser.rs:83:4
[INFO] [stderr]    |
[INFO] [stderr] 83 | fn lsp_kind_to_symbol_kind(kind: u64) -> SymbolKind {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `codebeacon` (bin "codebeacon" test) generated 5 warnings
[INFO] [stderr] warning: `codebeacon` (bin "codebeacon") generated 10 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codebeacon-da071f28c5b55bf5)
[INFO] [stdout] 
[INFO] [stdout] running 121 tests
[INFO] [stdout] test config::tests::detects_language_by_extension ... ok
[INFO] [stdout] test config::tests::discover_repos_empty_when_no_git_anywhere ... ok
[INFO] [stdout] test config::tests::discover_repos_single_repo_root ... ok
[INFO] [stdout] test config::tests::returns_none_when_no_git_dir ... ok
[INFO] [stdout] test config::tests::discover_repos_fallback_walk_upward ... ok
[INFO] [stdout] test config::tests::finds_repo_root_by_git_dir ... ok
[INFO] [stdout] test config_file::tests::load_returns_default_when_no_file ... ok
[INFO] [stdout] test config_file::tests::load_uses_default_lsp_concurrency_when_not_set ... ok
[INFO] [stdout] test config::tests::discover_repos_multi_child_repos ... ok
[INFO] [stdout] test config_file::tests::load_parses_config_file ... ok
[INFO] [stdout] test extractor::tests::non_existent_file ... ok
[INFO] [stdout] test extractor::tests::python_async_def ... ok
[INFO] [stdout] test extractor::tests::python_class ... ok
[INFO] [stdout] test extractor::tests::python_def ... ok
[INFO] [stdout] test extractor::tests::rust_async_fn ... ok
[INFO] [stdout] test extractor::tests::go_method ... ok
[INFO] [stdout] test extractor::tests::csharp_interface ... ok
[INFO] [stdout] test extractor::tests::rust_const ... ok
[INFO] [stdout] test extractor::tests::csharp_struct_type ... ok
[INFO] [stdout] test extractor::tests::go_struct ... ok
[INFO] [stdout] test extractor::tests::go_type_alias ... ok
[INFO] [stdout] test extractor::tests::go_func ... ok
[INFO] [stdout] test extractor::tests::go_interface ... ok
[INFO] [stdout] test extractor::tests::rust_struct ... ok
[INFO] [stdout] test daemon::watcher::tests::detects_file_change ... ok
[INFO] [stdout] test extractor::tests::rust_multiple_symbols ... ok
[INFO] [stdout] test extractor::tests::csharp_enum ... ok
[INFO] [stdout] test extractor::tests::csharp_class ... ok
[INFO] [stdout] test extractor::tests::typescript_abstract_class ... ok
[INFO] [stdout] test extractor::tests::csharp_method ... ok
[INFO] [stdout] test extractor::tests::csharp_static_method ... ok
[INFO] [stdout] test extractor::tests::csharp_async_method ... ok
[INFO] [stdout] test extractor::tests::rust_fn ... ok
[INFO] [stdout] test extractor::tests::unsupported_extension ... ok
[INFO] [stdout] test graph::bfs::tests::active_file_scores_1_0 ... ok
[INFO] [stdout] test extractor::tests::rust_trait ... ok
[INFO] [stdout] test extractor::tests::rust_mod ... ok
[INFO] [stdout] test graph::bfs::tests::two_hops_scores_0_25 ... ok
[INFO] [stdout] test extractor::tests::rust_pub_fn ... ok
[INFO] [stdout] test extractor::tests::typescript_export_function ... ok
[INFO] [stdout] test extractor::tests::rust_enum ... ok
[INFO] [stdout] test graph::bfs::tests::unrelated_file_scores_0_1 ... ok
[INFO] [stdout] test graph::persistence::tests::round_trip_preserves_edges ... ok
[INFO] [stdout] test graph::tests::reverse_neighbors_returns_dependents ... ok
[INFO] [stdout] test graph::tests::remove_file_removes_all_edges ... ok
[INFO] [stdout] test graph::bfs::tests::one_hop_scores_0_5 ... ok
[INFO] [stdout] test imports::tests::go_import_strips_module_prefix ... ok
[INFO] [stdout] test graph::tests::neighbors_returns_direct_dependencies ... ok
[INFO] [stdout] test graph::tests::add_dependency_creates_edge ... ok
[INFO] [stdout] test imports::tests::go_external_import_is_dropped ... ok
[INFO] [stdout] test imports::tests::python_absolute_resolves_from_repo_root ... ok
[INFO] [stdout] test imports::tests::go_extracts_single_import ... ok
[INFO] [stdout] test imports::tests::python_relative_resolves_sibling_py ... ok
[INFO] [stdout] test imports::tests::rust_mod_resolves_to_mod_rs ... ok
[INFO] [stdout] test imports::tests::rust_mod_resolves_to_sibling_rs ... ok
[INFO] [stdout] test extractor::tests::typescript_class ... ok
[INFO] [stdout] test extractor::tests::typescript_export_const ... ok
[INFO] [stdout] test imports::tests::rust_unknown_import_is_dropped ... ok
[INFO] [stdout] test imports::tests::go_extracts_grouped_imports ... ok
[INFO] [stdout] test imports::tests::rust_use_crate_resolves_module_file ... ok
[INFO] [stdout] test imports::tests::typescript_bare_import_is_dropped ... ok
[INFO] [stdout] test imports::tests::typescript_relative_resolves_with_ts_extension ... ok
[INFO] [stdout] test extractor::tests::rust_type_alias ... ok
[INFO] [stdout] test imports::tests::typescript_relative_resolves_index_ts ... ok
[INFO] [stdout] test indexer::package::tests::root_level_files_go_to_root_package ... ok
[INFO] [stdout] test indexer::package::tests::groups_files_by_first_directory ... ok
[INFO] [stdout] test imports::tests::typescript_extracts_relative_import ... ok
[INFO] [stdout] test imports::tests::typescript_skips_bare_package_import ... ok
[INFO] [stdout] test extractor::tests::typescript_interface ... ok
[INFO] [stdout] test extractor::tests::rust_pub_crate_fn ... ok
[INFO] [stdout] test extractor::tests::typescript_type ... ok
[INFO] [stdout] test indexer::writer::tests::write_and_read_index ... ok
[INFO] [stdout] test indexer::writer::tests::write_and_read_package ... ok
[INFO] [stdout] test lsp::client::tests::encodes_message_with_content_length ... ok
[INFO] [stdout] test lsp::client::tests::next_id_increments ... ok
[INFO] [stdout] test lsp::parser::tests::parses_function_symbol ... ok
[INFO] [stdout] test lsp::parser::tests::parses_hierarchical_document_symbols ... ok
[INFO] [stdout] test lsp::parser::tests::parses_reference_location ... ok
[INFO] [stdout] test extractor::tests::typescript_function ... ok
[INFO] [stdout] test lsp::parser::tests::unknown_symbol_kind_maps_to_other ... ok
[INFO] [stdout] test lsp::pool::tests::language_is_available_when_binary_exists ... ok
[INFO] [stdout] test mcp::protocol::tests::parses_tool_call_request ... ok
[INFO] [stdout] test mcp::protocol::tests::serializes_error ... ok
[INFO] [stdout] test lsp::pool::tests::language_not_available_for_missing_binary ... ok
[INFO] [stdout] test mcp::protocol::tests::serializes_tool_result ... ok
[INFO] [stdout] test mcp::tests::routes_unknown_method_to_error ... ok
[INFO] [stdout] test mcp::tests::routes_tools_list ... ok
[INFO] [stdout] test imports::tests::rust_extracts_mod_declaration ... ok
[INFO] [stdout] test mcp::tests::uri_to_path_parses_unix_file_uri ... ok
[INFO] [stdout] test mcp::tests::uri_to_path_returns_none_for_nonexistent ... ok
[INFO] [stdout] test mcp::tools::tests::edit_file_errors_when_old_string_not_found ... ok
[INFO] [stdout] test daemon::tests::daemon_indexes_on_file_change ... ok
[INFO] [stdout] test extractor::tests::typescript_async_function ... ok
[INFO] [stdout] test mcp::tools::tests::find_definition_multi_repo_prefixes_output ... ok
[INFO] [stdout] test mcp::tools::tests::get_context_multi_repo_filtered_by_repo ... ok
[INFO] [stdout] test mcp::tools::tests::edit_file_replaces_string ... ok
[INFO] [stdout] test mcp::tools::tests::drill_package_returns_package_detail ... ok
[INFO] [stdout] test imports::tests::python_extracts_absolute_import ... ok
[INFO] [stdout] test mcp::tools::tests::get_context_suggests_init_when_no_index ... ok
[INFO] [stdout] test mcp::tools::tests::find_definition_returns_all_matches_sorted ... ok
[INFO] [stdout] test mcp::tools::tests::get_context_multi_repo_returns_envelope ... ok
[INFO] [stdout] test mcp::tools::tests::get_dependents_returns_list ... ok
[INFO] [stdout] test imports::tests::python_extracts_relative_from_import ... ok
[INFO] [stdout] test mcp::tools::tests::get_context_returns_index_json ... ok
[INFO] [stdout] test imports::tests::rust_extracts_use_crate_path ... ok
[INFO] [stdout] test mcp::tools::tests::read_file_errors_for_missing_file ... ok
[INFO] [stdout] test indexer::tests::index_file_writes_codeindex ... ok
[INFO] [stdout] test mcp::tools::tests::list_directory_returns_entries ... ok
[INFO] [stdout] test mcp::tools::tests::write_file_denied_outside_repo ... ok
[INFO] [stdout] test mcp::tools::tests::write_file_creates_file ... ok
[INFO] [stdout] test types::tests::repo_index_serializes_round_trip ... ok
[INFO] [stdout] test mcp::tools::tests::read_file_returns_content ... ok
[INFO] [stdout] test imports::tests::rust_records_correct_line_number ... ok
[INFO] [stdout] test mcp::tools::tests::init_workspace_builds_index ... ok
[INFO] [stdout] test indexer::tests::full_index_populates_depended_by ... ok
[INFO] [stdout] test indexer::tests::sync_entries_from_graph_persists_manually_added_edge ... ok
[INFO] [stdout] test indexer::tests::full_index_populates_graph_edges ... ok
[INFO] [stdout] test indexer::tests::graph_reverse_neighbors_returns_dependents ... ok
[INFO] [stdout] test indexer::tests::full_index_populates_depends_on ... ok
[INFO] [stdout] test mcp::tools::tests::find_references_index_fallback ... ok
[INFO] [stdout] test daemon::tests::lsp_enrich_returns_ok_without_binary ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 121 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.10s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/codebeacon-bbe90d6f8c2de95d)
[INFO] [stdout] 
[INFO] [stdout] running 122 tests
[INFO] [stdout] test config::tests::detects_language_by_extension ... ok
[INFO] [stdout] test config::tests::discover_repos_single_repo_root ... ok
[INFO] [stdout] test config::tests::discover_repos_empty_when_no_git_anywhere ... ok
[INFO] [stdout] test config::tests::finds_repo_root_by_git_dir ... ok
[INFO] [stdout] test config::tests::discover_repos_fallback_walk_upward ... ok
[INFO] [stdout] test config_file::tests::load_uses_default_lsp_concurrency_when_not_set ... ok
[INFO] [stdout] test config::tests::discover_repos_multi_child_repos ... ok
[INFO] [stdout] test config_file::tests::load_returns_default_when_no_file ... ok
[INFO] [stdout] test config_file::tests::load_parses_config_file ... ok
[INFO] [stdout] test config::tests::returns_none_when_no_git_dir ... ok
[INFO] [stdout] test extractor::tests::csharp_class ... ok
[INFO] [stdout] test extractor::tests::go_interface ... ok
[INFO] [stdout] test extractor::tests::go_struct ... ok
[INFO] [stdout] test extractor::tests::python_class ... ok
[INFO] [stdout] test extractor::tests::non_existent_file ... ok
[INFO] [stdout] test extractor::tests::csharp_enum ... ok
[INFO] [stdout] test extractor::tests::python_def ... ok
[INFO] [stdout] test extractor::tests::go_type_alias ... ok
[INFO] [stdout] test extractor::tests::python_async_def ... ok
[INFO] [stdout] test extractor::tests::go_method ... ok
[INFO] [stdout] test extractor::tests::csharp_method ... ok
[INFO] [stdout] test extractor::tests::go_func ... ok
[INFO] [stdout] test extractor::tests::csharp_static_method ... ok
[INFO] [stdout] test extractor::tests::csharp_async_method ... ok
[INFO] [stdout] test extractor::tests::rust_mod ... ok
[INFO] [stdout] test daemon::watcher::tests::detects_file_change ... ok
[INFO] [stdout] test extractor::tests::csharp_interface ... ok
[INFO] [stdout] test extractor::tests::csharp_struct_type ... ok
[INFO] [stdout] test extractor::tests::rust_const ... ok
[INFO] [stdout] test extractor::tests::rust_multiple_symbols ... ok
[INFO] [stdout] test extractor::tests::rust_enum ... ok
[INFO] [stdout] test extractor::tests::rust_async_fn ... ok
[INFO] [stdout] test extractor::tests::typescript_abstract_class ... ok
[INFO] [stdout] test extractor::tests::unsupported_extension ... ok
[INFO] [stdout] test extractor::tests::typescript_async_function ... ok
[INFO] [stdout] test graph::bfs::tests::active_file_scores_1_0 ... ok
[INFO] [stdout] test graph::bfs::tests::one_hop_scores_0_5 ... ok
[INFO] [stdout] test graph::bfs::tests::two_hops_scores_0_25 ... ok
[INFO] [stdout] test extractor::tests::typescript_class ... ok
[INFO] [stdout] test graph::bfs::tests::unrelated_file_scores_0_1 ... ok
[INFO] [stdout] test graph::tests::neighbors_returns_direct_dependencies ... ok
[INFO] [stdout] test extractor::tests::rust_pub_fn ... ok
[INFO] [stdout] test graph::persistence::tests::round_trip_preserves_edges ... ok
[INFO] [stdout] test graph::tests::reverse_neighbors_returns_dependents ... ok
[INFO] [stdout] test graph::tests::add_dependency_creates_edge ... ok
[INFO] [stdout] test imports::tests::go_external_import_is_dropped ... ok
[INFO] [stdout] test imports::tests::go_extracts_grouped_imports ... ok
[INFO] [stdout] test imports::tests::go_import_strips_module_prefix ... ok
[INFO] [stdout] test imports::tests::python_absolute_resolves_from_repo_root ... ok
[INFO] [stdout] test imports::tests::go_extracts_single_import ... ok
[INFO] [stdout] test imports::tests::python_relative_resolves_sibling_py ... ok
[INFO] [stdout] test extractor::tests::rust_fn ... ok
[INFO] [stdout] test graph::tests::remove_file_removes_all_edges ... ok
[INFO] [stdout] test extractor::tests::rust_pub_crate_fn ... ok
[INFO] [stdout] test extractor::tests::typescript_export_const ... ok
[INFO] [stdout] test imports::tests::python_extracts_relative_from_import ... ok
[INFO] [stdout] test extractor::tests::rust_struct ... ok
[INFO] [stdout] test imports::tests::rust_mod_resolves_to_mod_rs ... ok
[INFO] [stdout] test extractor::tests::typescript_export_function ... ok
[INFO] [stdout] test imports::tests::rust_unknown_import_is_dropped ... ok
[INFO] [stdout] test imports::tests::typescript_relative_resolves_index_ts ... ok
[INFO] [stdout] test imports::tests::typescript_relative_resolves_with_ts_extension ... ok
[INFO] [stdout] test imports::tests::typescript_bare_import_is_dropped ... ok
[INFO] [stdout] test extractor::tests::rust_trait ... ok
[INFO] [stdout] test extractor::tests::typescript_type ... ok
[INFO] [stdout] test extractor::tests::typescript_interface ... ok
[INFO] [stdout] test indexer::package::tests::groups_files_by_first_directory ... ok
[INFO] [stdout] test imports::tests::python_extracts_absolute_import ... ok
[INFO] [stdout] test imports::tests::rust_extracts_mod_declaration ... ok
[INFO] [stdout] test extractor::tests::rust_type_alias ... ok
[INFO] [stdout] test extractor::tests::typescript_function ... ok
[INFO] [stdout] test imports::tests::rust_mod_resolves_to_sibling_rs ... ok
[INFO] [stdout] test imports::tests::rust_use_crate_resolves_module_file ... ok
[INFO] [stdout] test indexer::writer::tests::write_and_read_package ... ok
[INFO] [stdout] test indexer::package::tests::root_level_files_go_to_root_package ... ok
[INFO] [stdout] test lsp::client::tests::next_id_increments ... ok
[INFO] [stdout] test lsp::client::tests::encodes_message_with_content_length ... ok
[INFO] [stdout] test lsp::parser::tests::parses_function_symbol ... ok
[INFO] [stdout] test indexer::writer::tests::write_and_read_index ... ok
[INFO] [stdout] test imports::tests::typescript_skips_bare_package_import ... ok
[INFO] [stdout] test lsp::parser::tests::parses_reference_location ... ok
[INFO] [stdout] test lsp::parser::tests::parses_hierarchical_document_symbols ... ok
[INFO] [stdout] test lsp::parser::tests::unknown_symbol_kind_maps_to_other ... ok
[INFO] [stdout] test lsp::pool::tests::language_is_available_when_binary_exists ... ok
[INFO] [stdout] test imports::tests::typescript_extracts_relative_import ... ok
[INFO] [stdout] test imports::tests::rust_records_correct_line_number ... ok
[INFO] [stdout] test mcp::protocol::tests::serializes_tool_result ... ok
[INFO] [stdout] test mcp::protocol::tests::parses_tool_call_request ... ok
[INFO] [stdout] test mcp::tests::routes_tools_list ... ok
[INFO] [stdout] test mcp::tests::routes_unknown_method_to_error ... ok
[INFO] [stdout] test mcp::tools::tests::drill_package_returns_package_detail ... ok
[INFO] [stdout] test mcp::tools::tests::edit_file_errors_when_old_string_not_found ... ok
[INFO] [stdout] test daemon::tests::daemon_indexes_on_file_change ... ok
[INFO] [stdout] test mcp::tools::tests::edit_file_replaces_string ... ok
[INFO] [stdout] test mcp::tools::tests::find_definition_returns_all_matches_sorted ... ok
[INFO] [stdout] test mcp::tools::tests::find_definition_multi_repo_prefixes_output ... ok
[INFO] [stdout] test imports::tests::rust_extracts_use_crate_path ... ok
[INFO] [stdout] test mcp::tests::uri_to_path_parses_unix_file_uri ... ok
[INFO] [stdout] test mcp::tools::tests::get_context_returns_index_json ... ok
[INFO] [stdout] test mcp::tools::tests::get_context_multi_repo_filtered_by_repo ... ok
[INFO] [stdout] test mcp::tools::tests::list_directory_returns_entries ... ok
[INFO] [stdout] test mcp::tests::uri_to_path_returns_none_for_nonexistent ... ok
[INFO] [stdout] test mcp::tools::tests::read_file_returns_content ... ok
[INFO] [stdout] test mcp::tools::tests::read_file_errors_for_missing_file ... ok
[INFO] [stdout] test mcp::tools::tests::write_file_denied_outside_repo ... ok
[INFO] [stdout] test mcp::tools::tests::write_file_creates_file ... ok
[INFO] [stdout] test tests::cli_has_expected_subcommands ... ok
[INFO] [stdout] test mcp::tools::tests::get_dependents_returns_list ... ok
[INFO] [stdout] test types::tests::repo_index_serializes_round_trip ... ok
[INFO] [stdout] test indexer::tests::index_file_writes_codeindex ... ok
[INFO] [stdout] test mcp::protocol::tests::serializes_error ... ok
[INFO] [stdout] test mcp::tools::tests::get_context_suggests_init_when_no_index ... ok
[INFO] [stdout] test mcp::tools::tests::get_context_multi_repo_returns_envelope ... ok
[INFO] [stdout] test lsp::pool::tests::language_not_available_for_missing_binary ... ok
[INFO] [stdout] test indexer::tests::graph_reverse_neighbors_returns_dependents ... ok
[INFO] [stdout] test daemon::tests::lsp_enrich_returns_ok_without_binary ... ok
[INFO] [stdout] test indexer::tests::full_index_populates_graph_edges ... ok
[INFO] [stdout] test mcp::tools::tests::init_workspace_builds_index ... ok
[INFO] [stdout] test indexer::tests::full_index_populates_depended_by ... ok
[INFO] [stdout] test indexer::tests::full_index_populates_depends_on ... ok
[INFO] [stdout] test indexer::tests::sync_entries_from_graph_persists_manually_added_edge ... ok
[INFO] [stdout] test mcp::tools::tests::find_references_index_fallback ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 122 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.30s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration/indexer_test.rs (/opt/rustwide/target/debug/deps/indexer_integration-2b99b019b1de3c84)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test full_index_creates_codeindex_dir ... FAILED
[INFO] [stdout] test index_json_contains_packages ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- full_index_creates_codeindex_dir stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'full_index_creates_codeindex_dir' (2686) panicked at tests/integration/indexer_test.rs:16:5:
[INFO] [stdout] .codeindex dir should be created
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63921539fd28 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63921539fd28 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63921539fd28 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63921539fd28 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6392153b6b7a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6392153b6b7a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6392153a4dc2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6392153a4dc2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63921537c7b6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63921537c7b6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6392153974e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x639214e964ec - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x639214e964ec - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x639215397762 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x639215397762 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63921537c8a4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x639215371219 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63921537d67d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6392153b73ec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x639214e89094 - indexer_integration[a9c6484e5984d33e]::full_index_creates_codeindex_dir
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/indexer_test.rs:16:5
[INFO] [stdout]   20:     0x639214e887f7 - indexer_integration[a9c6484e5984d33e]::full_index_creates_codeindex_dir::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/indexer_test.rs:9:38
[INFO] [stdout]   21:     0x639214e89526 - <indexer_integration[a9c6484e5984d33e]::full_index_creates_codeindex_dir::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x639214e895cb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x639214e895cb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x639214e96e45 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x639214e96e45 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x639214e96e45 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x639214e96e45 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x639214e96e45 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x639214e96e45 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x639214e96e45 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x639214e90754 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x639214e90754 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x639214e99ec2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x639214e99ec2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x639214e99ec2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x639214e99ec2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x639214e99ec2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x639214e99ec2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x639214e99ec2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x63921539ee5f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   41:     0x63921539ee5f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7900f1d1caa4 - <unknown>
[INFO] [stdout]   43:     0x7900f1da9a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- index_json_contains_packages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'index_json_contains_packages' (2687) panicked at tests/integration/indexer_test.rs:29:70:
[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:     0x63921539fd28 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63921539fd28 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63921539fd28 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63921539fd28 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6392153b6b7a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6392153b6b7a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6392153a4dc2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6392153a4dc2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63921537c7b6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63921537c7b6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6392153974e9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x639214e964ec - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x639214e964ec - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x639215397762 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x639215397762 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63921537c872 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x639215371219 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63921537d67d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6392153b73ec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6392153b7132 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x639214e88b52 - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, std[10d71ac2c42b111e]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x639214e88b52 - indexer_integration[a9c6484e5984d33e]::index_json_contains_packages
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/indexer_test.rs:29:70
[INFO] [stdout]   22:     0x639214e887c7 - indexer_integration[a9c6484e5984d33e]::index_json_contains_packages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/indexer_test.rs:21:34
[INFO] [stdout]   23:     0x639214e894e6 - <indexer_integration[a9c6484e5984d33e]::index_json_contains_packages::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x639214e895cb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x639214e895cb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x639214e96e45 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x639214e96e45 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x639214e96e45 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x639214e96e45 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x639214e96e45 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x639214e96e45 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x639214e96e45 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x639214e90754 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x639214e90754 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x639214e99ec2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x639214e99ec2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x639214e99ec2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x639214e99ec2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x639214e99ec2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x639214e99ec2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x639214e99ec2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x63921539ee5f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x63921539ee5f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7900f1d1caa4 - <unknown>
[INFO] [stdout]   45:     0x7900f1da9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     full_index_creates_codeindex_dir
[INFO] [stdout]     index_json_contains_packages
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test indexer_integration`
[INFO] running `Command { std: "docker" "inspect" "12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e", kill_on_drop: false }`
[INFO] [stdout] 12ef781e76b2e87d2adf4792c2ed6068ea43e75118c604ff7f75e9e585c49e0e
