[INFO] cloning repository https://github.com/zed-industries/refactor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zed-industries/refactor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzed-industries%2Frefactor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzed-industries%2Frefactor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e084c16808ab9ca55a2fa2a82d09c58e49bce59b
[INFO] checking zed-industries/refactor against master#4b9792692fbb675174d4d2082e7c37b2bc930e71 for pr-153692-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzed-industries%2Frefactor" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zed-industries/refactor
[INFO] finished tweaking git repo https://github.com/zed-industries/refactor
[INFO] tweaked toml for git repo https://github.com/zed-industries/refactor written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zed-industries/refactor on toolchain 4b9792692fbb675174d4d2082e7c37b2bc930e71
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4b9792692fbb675174d4d2082e7c37b2bc930e71" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zed-industries/refactor 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" "+4b9792692fbb675174d4d2082e7c37b2bc930e71" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.2.5
[INFO] [stderr]   Downloaded quote v1.0.37
[INFO] [stderr]   Downloaded protobuf-support v3.7.1
[INFO] [stderr]   Downloaded anyhow v1.0.94
[INFO] [stderr]   Downloaded streaming-iterator v0.1.9
[INFO] [stderr]   Downloaded scip v0.5.1
[INFO] [stderr]   Downloaded tree-sitter v0.24.5
[INFO] [stderr]   Downloaded tree-sitter-language v0.1.3
[INFO] [stderr]   Downloaded protobuf v3.7.1
[INFO] [stderr]   Downloaded tree-sitter-rust v0.23.2
[INFO] [stderr]   Downloaded syn v2.0.90
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+4b9792692fbb675174d4d2082e7c37b2bc930e71" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2098de8803646a74e2f8941a61417d3da8fba9e9ae51abcf0fb0fdad106cf78a
[INFO] running `Command { std: "docker" "start" "-a" "2098de8803646a74e2f8941a61417d3da8fba9e9ae51abcf0fb0fdad106cf78a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2098de8803646a74e2f8941a61417d3da8fba9e9ae51abcf0fb0fdad106cf78a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2098de8803646a74e2f8941a61417d3da8fba9e9ae51abcf0fb0fdad106cf78a", kill_on_drop: false }`
[INFO] [stdout] 2098de8803646a74e2f8941a61417d3da8fba9e9ae51abcf0fb0fdad106cf78a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "+4b9792692fbb675174d4d2082e7c37b2bc930e71" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 56003ed082727437a4ca869a2c4d06c4692237fb51fe2402fe9fb9c926f9365e
[INFO] running `Command { std: "docker" "start" "-a" "56003ed082727437a4ca869a2c4d06c4692237fb51fe2402fe9fb9c926f9365e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]    Compiling protobuf v3.7.1
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking tree-sitter-language v0.1.3
[INFO] [stderr]    Compiling cc v1.2.5
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling anyhow v1.0.94
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking clap_builder v4.5.23
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling tree-sitter-rust v0.23.2
[INFO] [stderr]    Compiling tree-sitter v0.24.5
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking protobuf-support v3.7.1
[INFO] [stderr]     Checking clap v4.5.23
[INFO] [stderr]     Checking scip v0.5.1
[INFO] [stderr]     Checking refactor v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `sync::Arc`
[INFO] [stdout]  --> src/refactor.rs:5:55
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::{collections::BTreeSet, iter, path::PathBuf, sync::Arc};
[INFO] [stdout]   |                                                       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sync::Arc`
[INFO] [stdout]  --> src/refactor.rs:5:55
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::{collections::BTreeSet, iter, path::PathBuf, sync::Arc};
[INFO] [stdout]   |                                                       ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LocalId` is never constructed
[INFO] [stdout]   --> src/scip_index.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub struct LocalId {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `lookup_symbol`, `lookup_point`, `lookup_node`, and `find_local_definition_and_references` are never used
[INFO] [stdout]    --> src/scip_index.rs:199:12
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl Document {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] 199 |     pub fn lookup_symbol<'a>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |     pub fn lookup_point<'a>(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 221 |     pub fn lookup_node<'a>(
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 245 |     pub fn find_local_definition_and_references(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `has_role` and `range_string` are never used
[INFO] [stdout]    --> src/scip_index.rs:274:12
[INFO] [stdout]     |
[INFO] [stdout] 273 | impl Occurrence {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] 274 |     pub fn has_role(&self, role: SymbolRole) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |     pub fn range_string(&self, relative_path: &RelativePath) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `signature` is never used
[INFO] [stdout]    --> src/scip_index.rs:284:12
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl SymbolInformation {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] 284 |     pub fn signature(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file_editor.rs:142:22
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn find_node(&self, range: &Range<Point>) -> Result<Node> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here      ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn find_node(&self, range: &Range<Point>) -> Result<Node<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LocalId` is never constructed
[INFO] [stdout]   --> src/scip_index.rs:84:12
[INFO] [stdout]    |
[INFO] [stdout] 84 | pub struct LocalId {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `lookup_symbol`, `lookup_point`, `lookup_node`, and `find_local_definition_and_references` are never used
[INFO] [stdout]    --> src/scip_index.rs:199:12
[INFO] [stdout]     |
[INFO] [stdout] 198 | impl Document {
[INFO] [stdout]     | ------------- methods in this implementation
[INFO] [stdout] 199 |     pub fn lookup_symbol<'a>(
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 210 |     pub fn lookup_point<'a>(
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 221 |     pub fn lookup_node<'a>(
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 245 |     pub fn find_local_definition_and_references(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `has_role` and `range_string` are never used
[INFO] [stdout]    --> src/scip_index.rs:274:12
[INFO] [stdout]     |
[INFO] [stdout] 273 | impl Occurrence {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] 274 |     pub fn has_role(&self, role: SymbolRole) -> bool {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |     pub fn range_string(&self, relative_path: &RelativePath) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `signature` is never used
[INFO] [stdout]    --> src/scip_index.rs:284:12
[INFO] [stdout]     |
[INFO] [stdout] 283 | impl SymbolInformation {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] 284 |     pub fn signature(&self) -> String {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/file_editor.rs:142:22
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn find_node(&self, range: &Range<Point>) -> Result<Node> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here      ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn find_node(&self, range: &Range<Point>) -> Result<Node<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.52s
[INFO] running `Command { std: "docker" "inspect" "56003ed082727437a4ca869a2c4d06c4692237fb51fe2402fe9fb9c926f9365e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56003ed082727437a4ca869a2c4d06c4692237fb51fe2402fe9fb9c926f9365e", kill_on_drop: false }`
[INFO] [stdout] 56003ed082727437a4ca869a2c4d06c4692237fb51fe2402fe9fb9c926f9365e
