[INFO] cloning repository https://github.com/Osso/code-index [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Osso/code-index" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOsso%2Fcode-index", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOsso%2Fcode-index'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d91af6976b5848f1840a5e8da4e99a8798310d3f [INFO] testing Osso/code-index against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOsso%2Fcode-index" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Osso/code-index [INFO] finished tweaking git repo https://github.com/Osso/code-index [INFO] tweaked toml for git repo https://github.com/Osso/code-index written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Osso/code-index on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Osso/code-index 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" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec19bdfa6abbb629082cee7a4b15d91e68ffdcb6a2f46ffbbf4f1a9f8f0ebb40 [INFO] running `Command { std: "docker" "start" "-a" "ec19bdfa6abbb629082cee7a4b15d91e68ffdcb6a2f46ffbbf4f1a9f8f0ebb40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec19bdfa6abbb629082cee7a4b15d91e68ffdcb6a2f46ffbbf4f1a9f8f0ebb40", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec19bdfa6abbb629082cee7a4b15d91e68ffdcb6a2f46ffbbf4f1a9f8f0ebb40", kill_on_drop: false }` [INFO] [stdout] ec19bdfa6abbb629082cee7a4b15d91e68ffdcb6a2f46ffbbf4f1a9f8f0ebb40 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6239633d510a7f1c61d660c3d3a2dae1c6b3ca709075874e9847f0e3723a197 [INFO] running `Command { std: "docker" "start" "-a" "c6239633d510a7f1c61d660c3d3a2dae1c6b3ca709075874e9847f0e3723a197", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.23 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling tree-sitter-language v0.1.7 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zmij v1.0.20 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling regex-syntax v0.8.9 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling cc v1.2.55 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling zerocopy v0.8.39 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling tree-sitter-php v0.24.2 [INFO] [stderr] Compiling tree-sitter-python v0.23.6 [INFO] [stderr] Compiling tree-sitter-typescript v0.23.2 [INFO] [stderr] Compiling blake3 v1.8.3 [INFO] [stderr] Compiling tree-sitter-rust v0.24.0 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling notify-types v2.1.0 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling clap_lex v0.7.7 [INFO] [stderr] Compiling rmcp v0.14.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling anyhow v1.0.101 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling dyn-clone v1.0.20 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling notify v8.2.0 [INFO] [stderr] Compiling clap_builder v4.5.57 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling pastey v0.2.1 [INFO] [stderr] Compiling jiff v0.2.19 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling constant_time_eq v0.4.2 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling streaming-iterator v0.1.9 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling env_filter v0.1.4 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling ignore v0.4.25 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling notify-debouncer-mini v0.7.0 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling tree-sitter v0.25.10 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling schemars_derive v1.2.1 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling hashlink v0.9.1 [INFO] [stderr] Compiling clap v4.5.57 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling rmcp-macros v0.14.0 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling chrono v0.4.43 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling schemars v1.2.1 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling rusqlite v0.32.1 [INFO] [stderr] Compiling code-index v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated items `open_in_memory` and `rollback` are never used [INFO] [stdout] --> src/db.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 64 | impl Database { [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 74 | pub fn open_in_memory() -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | pub fn rollback(&self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_str` is never used [INFO] [stdout] --> src/model.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 43 | impl SymbolKind { [INFO] [stdout] | --------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn from_str(s: &str) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Import` is never constructed [INFO] [stdout] --> src/model.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 71 | pub enum RefKind { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 75 | Import, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RefKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_str` is never used [INFO] [stdout] --> src/model.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 79 | impl RefKind { [INFO] [stdout] | ------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 90 | pub fn from_str(s: &str) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FileInfo` is never constructed [INFO] [stdout] --> src/model.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 145 | pub struct FileInfo { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `Command { std: "docker" "inspect" "c6239633d510a7f1c61d660c3d3a2dae1c6b3ca709075874e9847f0e3723a197", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6239633d510a7f1c61d660c3d3a2dae1c6b3ca709075874e9847f0e3723a197", kill_on_drop: false }` [INFO] [stdout] c6239633d510a7f1c61d660c3d3a2dae1c6b3ca709075874e9847f0e3723a197 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e48b387ab1d525d391c1043c7c27bc91b44b5816b24eb5c207605aaefe6cd2bb [INFO] running `Command { std: "docker" "start" "-a" "e48b387ab1d525d391c1043c7c27bc91b44b5816b24eb5c207605aaefe6cd2bb", kill_on_drop: false }` [INFO] [stderr] Compiling code-index v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `rollback` is never used [INFO] [stdout] --> src/db.rs:254:12 [INFO] [stdout] | [INFO] [stdout] 64 | impl Database { [INFO] [stdout] | ------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 254 | pub fn rollback(&self) -> Result<()> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_str` is never used [INFO] [stdout] --> src/model.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 43 | impl SymbolKind { [INFO] [stdout] | --------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn from_str(s: &str) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Import` is never constructed [INFO] [stdout] --> src/model.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 71 | pub enum RefKind { [INFO] [stdout] | ------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 75 | Import, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RefKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_str` is never used [INFO] [stdout] --> src/model.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 79 | impl RefKind { [INFO] [stdout] | ------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 90 | pub fn from_str(s: &str) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `FileInfo` is never constructed [INFO] [stdout] --> src/model.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 145 | pub struct FileInfo { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.07s [INFO] running `Command { std: "docker" "inspect" "e48b387ab1d525d391c1043c7c27bc91b44b5816b24eb5c207605aaefe6cd2bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e48b387ab1d525d391c1043c7c27bc91b44b5816b24eb5c207605aaefe6cd2bb", kill_on_drop: false }` [INFO] [stdout] e48b387ab1d525d391c1043c7c27bc91b44b5816b24eb5c207605aaefe6cd2bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] efb31e71386f27ab4c1950635d007320df78b42ccf34e7c8f4c7d8d1252bbbf7 [INFO] running `Command { std: "docker" "start" "-a" "efb31e71386f27ab4c1950635d007320df78b42ccf34e7c8f4c7d8d1252bbbf7", kill_on_drop: false }` [INFO] [stderr] warning: method `rollback` is never used [INFO] [stderr] --> src/db.rs:254:12 [INFO] [stderr] | [INFO] [stderr] 64 | impl Database { [INFO] [stderr] | ------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 254 | pub fn rollback(&self) -> Result<()> { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `from_str` is never used [INFO] [stderr] --> src/model.rs:56:12 [INFO] [stderr] | [INFO] [stderr] 43 | impl SymbolKind { [INFO] [stderr] | --------------- associated function in this implementation [INFO] [stderr] ... [INFO] [stderr] 56 | pub fn from_str(s: &str) -> Option { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant `Import` is never constructed [INFO] [stderr] --> src/model.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 71 | pub enum RefKind { [INFO] [stderr] | ------- variant in this enum [INFO] [stderr] ... [INFO] [stderr] 75 | Import, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `RefKind` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: associated function `from_str` is never used [INFO] [stderr] --> src/model.rs:90:12 [INFO] [stderr] | [INFO] [stderr] 79 | impl RefKind { [INFO] [stderr] | ------------ associated function in this implementation [INFO] [stderr] ... [INFO] [stderr] 90 | pub fn from_str(s: &str) -> Option { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `FileInfo` is never constructed [INFO] [stderr] --> src/model.rs:145:12 [INFO] [stderr] | [INFO] [stderr] 145 | pub struct FileInfo { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `code-index` (bin "code-index" test) generated 5 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/code_index-4665b7bbfccd1dc2) [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test parser::rust_lang::macro_calls::tests::scan_bare_function_refs_keeps_scoped_system_names ... ok [INFO] [stdout] test parser::rust_lang::macro_calls::tests::scan_macro_calls_keeps_scoped_qualifiers ... ok [INFO] [stdout] test parser::rust_lang::macro_calls::tests::scan_macro_calls_skips_literals_and_comments ... ok [INFO] [stdout] test db::tests::test_clear_file_data ... ok [INFO] [stdout] test db::tests::test_upsert_file ... ok [INFO] [stdout] test db::tests::test_reset_index_clears_files_symbols_and_refs ... ok [INFO] [stdout] test db::tests::test_insert_symbol_and_ref ... ok [INFO] [stdout] test db::tests::test_schema_creation ... ok [INFO] [stdout] test db::tests::test_upsert_file_after_other_inserts_returns_correct_id ... ok [INFO] [stdout] test parser::python::tests::test_parse_python_class ... ok [INFO] [stdout] test parser::python::tests::test_parse_python_calls ... ok [INFO] [stdout] test parser::python::tests::test_parse_python_imports ... ok [INFO] [stdout] test indexer::tests::test_index_rust_file ... ok [INFO] [stdout] test indexer::tests::test_full_reindex ... ok [INFO] [stdout] test indexer::tests::test_skip_unchanged ... ok [INFO] [stdout] test parser::rust_lang::tests::test_parse_macro_body_calls ... ok [INFO] [stdout] test resolver::tests::resolve_references_uses_parent_name_for_methods ... ok [INFO] [stdout] test parser::rust_lang::tests::test_parse_use_statements ... ok [INFO] [stdout] test parser::rust_lang::tests::test_parse_struct_and_impl ... ok [INFO] [stdout] test resolver::tests::resolve_references_uses_target_qualifier_for_module_calls ... ok [INFO] [stdout] test parser::rust_lang::tests::test_parse_bevy_system_registration_refs ... ok [INFO] [stdout] test parser::rust_lang::tests::test_parse_function ... ok [INFO] [stdout] test parser::rust_lang::tests::test_parse_calls ... ok [INFO] [stdout] test parser::rust_lang::tests::test_parse_scoped_call_uses_full_qualifier ... ok [INFO] [stdout] test parser::php::tests::test_parse_php_class ... ok [INFO] [stdout] test parser::php::tests::test_parse_php_calls ... ok [INFO] [stdout] test parser::php::tests::test_parse_php_use_statements ... ok [INFO] [stdout] test parser::typescript::tests::test_parse_ts_arrow ... ok [INFO] [stdout] test parser::typescript::tests::test_parse_ts_calls ... ok [INFO] [stdout] test parser::typescript::tests::test_parse_ts_jsx_component_refs_from_tests ... ok [INFO] [stdout] test parser::typescript::tests::test_parse_ts_class ... ok [INFO] [stdout] test parser::typescript::tests::test_parse_ts_vitest_callbacks_as_tests ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "efb31e71386f27ab4c1950635d007320df78b42ccf34e7c8f4c7d8d1252bbbf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efb31e71386f27ab4c1950635d007320df78b42ccf34e7c8f4c7d8d1252bbbf7", kill_on_drop: false }` [INFO] [stdout] efb31e71386f27ab4c1950635d007320df78b42ccf34e7c8f4c7d8d1252bbbf7