[INFO] cloning repository https://github.com/kouhe3/macrolsp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kouhe3/macrolsp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkouhe3%2Fmacrolsp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkouhe3%2Fmacrolsp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1b0d2ce66ef258697bf98937701206f8c030817e
[INFO] checking kouhe3/macrolsp against master#61cc47e367d7be91e13bcd01e4e96e0e233d4f6d for pr-133502-20
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkouhe3%2Fmacrolsp" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kouhe3/macrolsp
[INFO] finished tweaking git repo https://github.com/kouhe3/macrolsp
[INFO] tweaked toml for git repo https://github.com/kouhe3/macrolsp written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kouhe3/macrolsp on toolchain 61cc47e367d7be91e13bcd01e4e96e0e233d4f6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kouhe3/macrolsp 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" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v4.5.41
[INFO] [stderr]   Downloaded clap_derive v4.5.41
[INFO] [stderr]   Downloaded redox_syscall v0.5.15
[INFO] [stderr]   Downloaded clap_builder v4.5.41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 452f195619d22985cb82df440f352e55bcc48d170ca64c141b577213ecc0e92f
[INFO] running `Command { std: "docker" "start" "-a" "452f195619d22985cb82df440f352e55bcc48d170ca64c141b577213ecc0e92f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "452f195619d22985cb82df440f352e55bcc48d170ca64c141b577213ecc0e92f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "452f195619d22985cb82df440f352e55bcc48d170ca64c141b577213ecc0e92f", kill_on_drop: false }`
[INFO] [stdout] 452f195619d22985cb82df440f352e55bcc48d170ca64c141b577213ecc0e92f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 55fff15b060146fef9a04c0ec89bb9eba04af7cdd4de55dfade8a3ed1e826771
[INFO] running `Command { std: "docker" "start" "-a" "55fff15b060146fef9a04c0ec89bb9eba04af7cdd4de55dfade8a3ed1e826771", kill_on_drop: false }`
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking web-sys v0.3.77
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling server_fn_macro v0.8.5
[INFO] [stderr]    Compiling reactive_graph v0.2.5
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]    Compiling reactive_stores_macro v0.2.5
[INFO] [stderr]    Compiling tachys v0.2.6
[INFO] [stderr]    Compiling prettyplease v0.2.36
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]     Checking winnow v0.7.12
[INFO] [stderr]    Compiling server_fn v0.8.5
[INFO] [stderr]    Compiling collection_literals v1.0.2
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling server_fn_macro_default v0.8.5
[INFO] [stderr]    Compiling attribute-derive-macro v0.10.3
[INFO] [stderr]    Compiling leptos_macro v0.8.5
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling base16 v0.2.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking const-str v0.6.3
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]    Compiling leptos_hot_reload v0.8.5
[INFO] [stderr]    Compiling leptos v0.8.5
[INFO] [stderr]     Checking async-once-cell v0.5.4
[INFO] [stderr]    Compiling wasm_split_macros v0.1.1
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]    Compiling attribute-derive v0.10.3
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]     Checking wasm_split_helpers v0.1.1
[INFO] [stderr]     Checking clap_builder v4.5.41
[INFO] [stderr]     Checking toml_parser v1.0.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking hydration_context v0.3.0
[INFO] [stderr]     Checking serde_spanned v1.0.0
[INFO] [stderr]     Checking toml_datetime v0.7.0
[INFO] [stderr]     Checking oco_ref v0.2.1
[INFO] [stderr]     Checking serde_qs v0.15.0
[INFO] [stderr]     Checking toml v0.9.2
[INFO] [stderr]     Checking codee v0.3.2
[INFO] [stderr]     Checking config v0.15.13
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]     Checking clap v4.5.41
[INFO] [stderr]     Checking leptos_config v0.8.5
[INFO] [stderr]     Checking reactive_stores v0.2.5
[INFO] [stderr]     Checking gloo-utils v0.2.0
[INFO] [stderr]     Checking wasm-streams v0.4.2
[INFO] [stderr]     Checking gloo-net v0.6.0
[INFO] [stderr]     Checking leptos_dom v0.8.5
[INFO] [stderr]     Checking leptos_server v0.8.5
[INFO] [stderr]     Checking macrolsp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]  --> src/main.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let v = "value";
[INFO] [stdout]   |         ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]  --> src/main.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let data = json!({
[INFO] [stdout]   |         ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]  --> src/main.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 |     let v = "value";
[INFO] [stdout]   |         ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]  --> src/main.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |     let data = json!({
[INFO] [stdout]   |         ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::result`
[INFO] [stdout]  --> src/macrofmt.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::result;
[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: `std::result`
[INFO] [stdout]  --> src/macrofmt.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::result;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/macrofmt.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 let mut value = pair.into_inner().collect::<Vec<_>>();
[INFO] [stdout]    |                     ----^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/macrofmt.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 let mut value = pair.into_inner().collect::<Vec<_>>();
[INFO] [stdout]    |                     ----^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "55fff15b060146fef9a04c0ec89bb9eba04af7cdd4de55dfade8a3ed1e826771", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55fff15b060146fef9a04c0ec89bb9eba04af7cdd4de55dfade8a3ed1e826771", kill_on_drop: false }`
[INFO] [stdout] 55fff15b060146fef9a04c0ec89bb9eba04af7cdd4de55dfade8a3ed1e826771
