[INFO] cloning repository https://github.com/LaelLuo/code_nexus [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LaelLuo/code_nexus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLaelLuo%2Fcode_nexus", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLaelLuo%2Fcode_nexus'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 81e51ec91aacda377ef8995a1ca53fae74ec2b75 [INFO] checking LaelLuo/code_nexus against try#fcfb0ffc7ed7fc631df1136063939ef648434735 for pr-152543 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLaelLuo%2Fcode_nexus" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/LaelLuo/code_nexus [INFO] finished tweaking git repo https://github.com/LaelLuo/code_nexus [INFO] tweaked toml for git repo https://github.com/LaelLuo/code_nexus written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/LaelLuo/code_nexus on toolchain fcfb0ffc7ed7fc631df1136063939ef648434735 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fcfb0ffc7ed7fc631df1136063939ef648434735" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/LaelLuo/code_nexus 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" "+fcfb0ffc7ed7fc631df1136063939ef648434735" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+fcfb0ffc7ed7fc631df1136063939ef648434735" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d73b4f547009b7b78cb79680be6261cd391c25a4aebb588301584c9fc330a377 [INFO] running `Command { std: "docker" "start" "-a" "d73b4f547009b7b78cb79680be6261cd391c25a4aebb588301584c9fc330a377", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d73b4f547009b7b78cb79680be6261cd391c25a4aebb588301584c9fc330a377", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d73b4f547009b7b78cb79680be6261cd391c25a4aebb588301584c9fc330a377", kill_on_drop: false }` [INFO] [stdout] d73b4f547009b7b78cb79680be6261cd391c25a4aebb588301584c9fc330a377 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+fcfb0ffc7ed7fc631df1136063939ef648434735" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1891e95408a201eba0a83647afa81ab274d06bc53842470ce46a7d50e21d9ee5 [INFO] running `Command { std: "docker" "start" "-a" "1891e95408a201eba0a83647afa81ab274d06bc53842470ce46a7d50e21d9ee5", kill_on_drop: false }` [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking slab v0.4.10 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Compiling schemars v0.8.22 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Checking dyn-clone v1.0.19 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking rustix v1.0.7 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking tempfile v3.20.0 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling rmcp-macros v0.1.5 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking tokio v1.46.0 [INFO] [stderr] Compiling schemars_derive v0.8.22 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking thiserror v2.0.12 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking tokio-util v0.7.15 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking rmcp v0.1.5 [INFO] [stderr] Checking code-nexus v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `project_path` is never read [INFO] [stdout] --> src/mcp/adapter.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 77 | pub struct ProjectManager { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 82 | project_path: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ProjectManager` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `execute_project_operation` is never used [INFO] [stdout] --> src/mcp/adapter.rs:181:14 [INFO] [stdout] | [INFO] [stdout] 147 | impl CodeNexusServer { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 181 | async fn execute_project_operation(&self, project_path: &str, operation: F) -> String [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `project_path` is never read [INFO] [stdout] --> src/mcp/adapter.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 77 | pub struct ProjectManager { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 82 | project_path: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ProjectManager` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `execute_project_operation` is never used [INFO] [stdout] --> src/mcp/adapter.rs:181:14 [INFO] [stdout] | [INFO] [stdout] 147 | impl CodeNexusServer { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 181 | async fn execute_project_operation(&self, project_path: &str, operation: F) -> String [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `project2_manager` [INFO] [stdout] --> examples/multi_project_usage.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | let project2_manager = server.get_or_create_project(project2_path).await [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project2_manager` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.15s [INFO] running `Command { std: "docker" "inspect" "1891e95408a201eba0a83647afa81ab274d06bc53842470ce46a7d50e21d9ee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1891e95408a201eba0a83647afa81ab274d06bc53842470ce46a7d50e21d9ee5", kill_on_drop: false }` [INFO] [stdout] 1891e95408a201eba0a83647afa81ab274d06bc53842470ce46a7d50e21d9ee5