[INFO] fetching crate agda-mode 0.1.8...
[INFO] testing agda-mode-0.1.8 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate agda-mode 0.1.8 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate agda-mode 0.1.8
[INFO] finished tweaking crates.io crate agda-mode 0.1.8
[INFO] tweaked toml for crates.io crate agda-mode 0.1.8 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate agda-mode 0.1.8 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 27 packages to latest compatible versions
[INFO] [stderr]       Adding tokio v0.3.7 (available: v1.48.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7a07413905bb50458bcdf3c85fdeac72bb52f52dd91c11e8d0f6443a0a075e63
[INFO] running `Command { std: "docker" "start" "-a" "7a07413905bb50458bcdf3c85fdeac72bb52f52dd91c11e8d0f6443a0a075e63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a07413905bb50458bcdf3c85fdeac72bb52f52dd91c11e8d0f6443a0a075e63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a07413905bb50458bcdf3c85fdeac72bb52f52dd91c11e8d0f6443a0a075e63", kill_on_drop: false }`
[INFO] [stdout] 7a07413905bb50458bcdf3c85fdeac72bb52f52dd91c11e8d0f6443a0a075e63
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d26b035d281fd2ff5a5c152f445775eb4abfef8aaa2d426c16214e81aa28f69f
[INFO] running `Command { std: "docker" "start" "-a" "d26b035d281fd2ff5a5c152f445775eb4abfef8aaa2d426c16214e81aa28f69f", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v0.3.7
[INFO] [stderr]    Compiling bytes v0.6.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling agda-mode v0.1.8 (/opt/rustwide/workdir)
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]  --> src/pos.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout] 9 | #[derive(Deserialize, Clone, Copy, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]   |          ----------- the attribute is introduced here
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout]   = note: `#[deny(legacy_derive_helpers)]` (part of `#[deny(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/pos.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 17 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/pos.rs:44:3
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 45 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]  --> src/resp/di.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout] 8 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]   |          ----------- the attribute is introduced here
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/di.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 15 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/di.rs:22:3
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 23 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/di.rs:31:3
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 32 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/di.rs:38:3
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 39 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/di.rs:56:3
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 57 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/di.rs:64:3
[INFO] [stdout]    |
[INFO] [stdout] 64 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 65 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/di.rs:75:3
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 76 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/di.rs:83:3
[INFO] [stdout]    |
[INFO] [stdout] 83 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 84 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/di.rs:94:3
[INFO] [stdout]    |
[INFO] [stdout] 94 | #[serde(tag = "kind")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 95 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/give.rs:12:3
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 13 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/give.rs:29:3
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 30 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]  --> src/resp/goal.rs:5:3
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout] 6 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]   |          ----------- the attribute is introduced here
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/goal.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[serde(tag = "kind")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 15 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/goal.rs:22:3
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 23 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/goal.rs:35:3
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[serde(tag = "kind")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 36 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/goal.rs:57:3
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 58 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]  --> src/resp/hl.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout] 9 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]   |          ----------- the attribute is introduced here
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/hl.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 20 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/hl.rs:27:3
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 28 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/hl.rs:34:3
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 35 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]  --> src/resp/oc.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout] 7 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]   |          ----------- the attribute is introduced here
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/oc.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 15 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/oc.rs:22:3
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 23 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/oc.rs:28:3
[INFO] [stdout]    |
[INFO] [stdout] 28 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 29 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/oc.rs:38:3
[INFO] [stdout]    |
[INFO] [stdout] 38 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 39 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/oc.rs:45:3
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 46 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/oc.rs:54:3
[INFO] [stdout]    |
[INFO] [stdout] 54 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 55 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/oc.rs:63:3
[INFO] [stdout]    |
[INFO] [stdout] 63 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 64 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/oc.rs:71:3
[INFO] [stdout]    |
[INFO] [stdout] 71 | #[serde(tag = "kind")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 72 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/mod.rs:23:3
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 24 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/mod.rs:32:3
[INFO] [stdout]    |
[INFO] [stdout] 32 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 33 | #[derive(Deserialize, Clone, Default, Debug, Eq, PartialEq, Hash)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/mod.rs:47:3
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[serde(rename_all = "camelCase")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 48 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: derive helper attribute is used before it is introduced
[INFO] [stdout]   --> src/resp/mod.rs:55:3
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[serde(tag = "kind")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 56 | #[derive(Deserialize, Clone, Debug, Eq, PartialEq)]
[INFO] [stdout]    |          ----------- the attribute is introduced here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79202 <https://github.com/rust-lang/rust/issues/79202>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid `doc` attribute
[INFO] [stdout]    --> src/agda/repl.rs:134:45
[INFO] [stdout]     |
[INFO] [stdout] 134 | next_resp_of!(next_give_action, GiveAction, "Skip until next give-action.");
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[deny(invalid_doc_attributes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid `doc` attribute
[INFO] [stdout]    --> src/agda/repl.rs:135:41
[INFO] [stdout]     |
[INFO] [stdout] 135 | next_resp_of!(next_make_case, MakeCase, "Skip until next make-case.");
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid `doc` attribute
[INFO] [stdout]    --> src/agda/repl.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     "Skip until next highlight."
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid `doc` attribute
[INFO] [stdout]    --> src/agda/repl.rs:166:5
[INFO] [stdout]     |
[INFO] [stdout] 166 |     "Skip until next interaction point (goal) list."
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid `doc` attribute
[INFO] [stdout]    --> src/agda/repl.rs:171:5
[INFO] [stdout]     |
[INFO] [stdout] 171 |     "Skip until next goal specific information."
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid `doc` attribute
[INFO] [stdout]    --> src/agda/repl.rs:176:5
[INFO] [stdout]     |
[INFO] [stdout] 176 |     "Skip until next module contents response."
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid `doc` attribute
[INFO] [stdout]    --> src/agda/repl.rs:178:45
[INFO] [stdout]     |
[INFO] [stdout] 178 | next_disp_of!(next_normal_form, NormalForm, "Skip until next normal form.");
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid `doc` attribute
[INFO] [stdout]    --> src/agda/repl.rs:179:38
[INFO] [stdout]     |
[INFO] [stdout] 179 | next_disp_of!(next_context, Context, "Skip until next context.");
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid `doc` attribute
[INFO] [stdout]    --> src/agda/repl.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 |     "Skip until next inferred type."
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/debug.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     DEBUG_COMMAND.as_ref().map(|f| f(s)).is_some()
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/debug.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     DEBUG_RESPONSE.as_ref().map(|f| f(s)).is_some()
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `agda-mode` (lib) due to 83 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "d26b035d281fd2ff5a5c152f445775eb4abfef8aaa2d426c16214e81aa28f69f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d26b035d281fd2ff5a5c152f445775eb4abfef8aaa2d426c16214e81aa28f69f", kill_on_drop: false }`
[INFO] [stdout] d26b035d281fd2ff5a5c152f445775eb4abfef8aaa2d426c16214e81aa28f69f
