[INFO] fetching crate ambrosia 0.0.0...
[INFO] testing ambrosia-0.0.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0
[INFO] extracting crate ambrosia 0.0.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate ambrosia 0.0.0
[INFO] finished tweaking crates.io crate ambrosia 0.0.0
[INFO] tweaked toml for crates.io crate ambrosia 0.0.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ambrosia 0.0.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ambrosia 0.0.0 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded tower-lsp v0.20.0
[INFO] [stderr] Downloaded tower-lsp-macros v0.9.0
[INFO] [stderr] Downloaded auto_impl v1.2.0
[INFO] [stderr] Downloaded async-trait v0.1.79
[INFO] [stderr] Downloaded lsp-types v0.94.1
[INFO] [stderr] Downloaded cc v1.0.92
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c19b35b35947921bc1792052bc376d20aeb068db952f5b1651efa178b440cf30
[INFO] running `Command { std: "docker" "start" "-a" "c19b35b35947921bc1792052bc376d20aeb068db952f5b1651efa178b440cf30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c19b35b35947921bc1792052bc376d20aeb068db952f5b1651efa178b440cf30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c19b35b35947921bc1792052bc376d20aeb068db952f5b1651efa178b440cf30", kill_on_drop: false }`
[INFO] [stdout] c19b35b35947921bc1792052bc376d20aeb068db952f5b1651efa178b440cf30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }`
[INFO] [stdout] 5f295a92ea619c9fa458fe1235472f013c874cd0e414198bf09772ece10b6f7c
[INFO] running `Command { std: "docker" "start" "-a" "5f295a92ea619c9fa458fe1235472f013c874cd0e414198bf09772ece10b6f7c", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.76
[INFO] [stderr] Compiling autocfg v1.2.0
[INFO] [stderr] Compiling libc v0.2.153
[INFO] [stderr] Compiling parking_lot_core v0.9.9
[INFO] [stderr] Compiling pin-project-lite v0.2.14
[INFO] [stderr] Compiling futures-sink v0.3.30
[INFO] [stderr] Compiling futures-core v0.3.30
[INFO] [stderr] Compiling smallvec v1.13.2
[INFO] [stderr] Compiling tinyvec_macros v0.1.1
[INFO] [stderr] Compiling serde v1.0.195
[INFO] [stderr] Compiling once_cell v1.19.0
[INFO] [stderr] Compiling serde_json v1.0.113
[INFO] [stderr] Compiling memchr v2.7.1
[INFO] [stderr] Compiling futures-task v0.3.30
[INFO] [stderr] Compiling futures-io v0.3.30
[INFO] [stderr] Compiling unicode-bidi v0.3.15
[INFO] [stderr] Compiling tinyvec v1.6.0
[INFO] [stderr] Compiling bytes v1.6.0
[INFO] [stderr] Compiling itoa v1.0.10
[INFO] [stderr] Compiling tracing-core v0.1.32
[INFO] [stderr] Compiling futures-channel v0.3.30
[INFO] [stderr] Compiling ryu v1.0.16
[INFO] [stderr] Compiling async-trait v0.1.79
[INFO] [stderr] Compiling httparse v1.8.0
[INFO] [stderr] Compiling hashbrown v0.14.3
[INFO] [stderr] Compiling tower-layer v0.3.2
[INFO] [stderr] Compiling tower-service v0.3.2
[INFO] [stderr] Compiling log v0.4.21
[INFO] [stderr] Compiling lock_api v0.4.11
[INFO] [stderr] Compiling slab v0.4.9
[INFO] [stderr] Compiling quote v1.0.35
[INFO] [stderr] Compiling unicode-normalization v0.1.23
[INFO] [stderr] Compiling syn v2.0.48
[INFO] [stderr] Compiling idna v0.5.0
[INFO] [stderr] Compiling num_cpus v1.16.0
[INFO] [stderr] Compiling mio v0.8.11
[INFO] [stderr] Compiling signal-hook-registry v1.4.1
[INFO] [stderr] Compiling socket2 v0.5.6
[INFO] [stderr] Compiling parking_lot v0.12.1
[INFO] [stderr] Compiling dashmap v5.5.3
[INFO] [stderr] Compiling serde_derive v1.0.195
[INFO] [stderr] Compiling futures-macro v0.3.30
[INFO] [stderr] Compiling tokio-macros v2.2.0
[INFO] [stderr] Compiling pin-project-internal v1.1.5
[INFO] [stderr] Compiling tracing-attributes v0.1.27
[INFO] [stderr] Compiling serde_repr v0.1.19
[INFO] [stderr] Compiling tower-lsp-macros v0.9.0
[INFO] [stderr] Compiling auto_impl v1.2.0
[INFO] [stderr] Compiling tokio v1.37.0
[INFO] [stderr] Compiling futures-util v0.3.30
[INFO] [stderr] Compiling pin-project v1.1.5
[INFO] [stderr] Compiling tracing v0.1.40
[INFO] [stderr] Compiling futures v0.3.30
[INFO] [stderr] Compiling tower v0.4.13
[INFO] [stderr] Compiling tokio-util v0.7.10
[INFO] [stderr] Compiling url v2.5.0
[INFO] [stderr] Compiling lsp-types v0.94.1
[INFO] [stderr] Compiling tower-lsp v0.20.0
[INFO] [stderr] Compiling ambrosia v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout] --> src/main.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use std::collections::HashMap;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout] --> src/main.rs:130:9
[INFO] [stdout] |
[INFO] [stdout] 130 | params: SemanticTokensRangeParams,
[INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_params`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `params`
[INFO] [stdout] --> src/main.rs:135:32
[INFO] [stdout] |
[INFO] [stdout] 135 | async fn completion(&self, params: CompletionParams) -> Result