[INFO] fetching crate test-case-derive 0.2.3...
[INFO] checking test-case-derive-0.2.3 against 1.95.0 for pr-155915
[INFO] extracting crate test-case-derive 0.2.3 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate test-case-derive 0.2.3
[INFO] finished tweaking crates.io crate test-case-derive 0.2.3
[INFO] tweaked toml for crates.io crate test-case-derive 0.2.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate test-case-derive 0.2.3 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding lazy_static v0.2.11 (available: v1.5.0)
[INFO] [stderr]       Adding quote v0.3.15 (available: v1.0.45)
[INFO] [stderr]       Adding syn v0.11.11 (available: v2.0.117)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2bf31f2aee191c799d2147f9b261568b459135c5e65df8aef7d28f331ab90809
[INFO] running `Command { std: "docker" "start" "-a" "2bf31f2aee191c799d2147f9b261568b459135c5e65df8aef7d28f331ab90809", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2bf31f2aee191c799d2147f9b261568b459135c5e65df8aef7d28f331ab90809", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bf31f2aee191c799d2147f9b261568b459135c5e65df8aef7d28f331ab90809", kill_on_drop: false }`
[INFO] [stdout] 2bf31f2aee191c799d2147f9b261568b459135c5e65df8aef7d28f331ab90809
[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" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66c7f62c99fffc8cbf3fa6145466e1e48852ffe74aa00b922e3ddd9306880308
[INFO] running `Command { std: "docker" "start" "-a" "66c7f62c99fffc8cbf3fa6145466e1e48852ffe74aa00b922e3ddd9306880308", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking unicode-xid v0.0.4
[INFO] [stderr]     Checking quote v0.3.15
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]     Checking synom v0.11.3
[INFO] [stderr]     Checking test-case-derive v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]    --> src/lib.rs:221:1
[INFO] [stdout]     |
[INFO] [stdout] 221 | #![feature(proc_macro)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]     |
[INFO] [stdout]     = help: the feature `proc_macro` has been stable since `1.29.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/utils/escape_ident.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 |             'A'...'Z'                                     => escaped.push(c.to_ascii_lowercase()),
[INFO] [stdout]    |                ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/utils/escape_ident.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |             'a'...'z' | '0'...'9'                         => escaped.push(c),
[INFO] [stdout]    |                ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/utils/escape_ident.rs:22:28
[INFO] [stdout]    |
[INFO] [stdout] 22 |             'a'...'z' | '0'...'9'                         => escaped.push(c),
[INFO] [stdout]    |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable
[INFO] [stdout]    --> src/lib.rs:221:12
[INFO] [stdout]     |
[INFO] [stdout] 221 | #![feature(proc_macro)]
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]    --> src/lib.rs:221:1
[INFO] [stdout]     |
[INFO] [stdout] 221 | #![feature(proc_macro)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]     |
[INFO] [stdout]     = help: the feature `proc_macro` has been stable since `1.29.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/utils/escape_ident.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 |             'A'...'Z'                                     => escaped.push(c.to_ascii_lowercase()),
[INFO] [stdout]    |                ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/utils/keywords.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / lazy_static! {
[INFO] [stdout]  4 | |     static ref RUST_KEYWORDS: HashSet<&'static str> = [
[INFO] [stdout]  5 | |         "as", "break", "const", "continue", "crate", "else", "enum", "extern", "false", "fn", 
[INFO] [stdout]  6 | |         "for", "if", "impl", "in", "let", "loop", "match", "mod", "move", "mut", 
[INFO] [stdout] ...  |
[INFO] [stdout] 11 | |     ].into_iter().cloned().collect();
[INFO] [stdout] 12 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/utils/escape_ident.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |             'a'...'z' | '0'...'9'                         => escaped.push(c),
[INFO] [stdout]    |                ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/utils/escape_ident.rs:22:28
[INFO] [stdout]    |
[INFO] [stdout] 22 |             'a'...'z' | '0'...'9'                         => escaped.push(c),
[INFO] [stdout]    |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead
[INFO] [stdout]  --> src/prelude.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use std::ascii::AsciiExt;
[INFO] [stdout]   |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable
[INFO] [stdout]    --> src/lib.rs:221:12
[INFO] [stdout]     |
[INFO] [stdout] 221 | #![feature(proc_macro)]
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/utils/keywords.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / lazy_static! {
[INFO] [stdout]  4 | |     static ref RUST_KEYWORDS: HashSet<&'static str> = [
[INFO] [stdout]  5 | |         "as", "break", "const", "continue", "crate", "else", "enum", "extern", "false", "fn", 
[INFO] [stdout]  6 | |         "for", "if", "impl", "in", "let", "loop", "match", "mod", "move", "mut", 
[INFO] [stdout] ...  |
[INFO] [stdout] 11 | |     ].into_iter().cloned().collect();
[INFO] [stdout] 12 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead
[INFO] [stdout]  --> src/prelude.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use std::ascii::AsciiExt;
[INFO] [stdout]   |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_right_matches`: superseded by `trim_end_matches`
[INFO] [stdout]  --> src/utils/escape_ident.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     escaped.trim_right_matches('_');
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]   |
[INFO] [stdout] 6 -     escaped.trim_right_matches('_');
[INFO] [stdout] 6 +     escaped.trim_end_matches('_');
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_right_matches`: superseded by `trim_end_matches`
[INFO] [stdout]  --> src/utils/escape_ident.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     escaped.trim_right_matches('_');
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]   |
[INFO] [stdout] 6 -     escaped.trim_right_matches('_');
[INFO] [stdout] 6 +     escaped.trim_end_matches('_');
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `test-case-derive` (lib test) due to 1 previous error; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `test-case-derive` (lib) due to 1 previous error; 7 warnings emitted
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]    --> src/lib.rs:221:1
[INFO] [stdout]     |
[INFO] [stdout] 221 | #![feature(proc_macro)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]     |
[INFO] [stdout]     = help: the feature `proc_macro` has been stable since `1.29.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/utils/escape_ident.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 |             'A'...'Z'                                     => escaped.push(c.to_ascii_lowercase()),
[INFO] [stdout]    |                ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/utils/escape_ident.rs:22:16
[INFO] [stdout]    |
[INFO] [stdout] 22 |             'a'...'z' | '0'...'9'                         => escaped.push(c),
[INFO] [stdout]    |                ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `...` range patterns are deprecated
[INFO] [stdout]   --> src/utils/escape_ident.rs:22:28
[INFO] [stdout]    |
[INFO] [stdout] 22 |             'a'...'z' | '0'...'9'                         => escaped.push(c),
[INFO] [stdout]    |                            ^^^ help: use `..=` for an inclusive range
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable
[INFO] [stdout]    --> src/lib.rs:221:12
[INFO] [stdout]     |
[INFO] [stdout] 221 | #![feature(proc_macro)]
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/utils/keywords.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / lazy_static! {
[INFO] [stdout]  4 | |     static ref RUST_KEYWORDS: HashSet<&'static str> = [
[INFO] [stdout]  5 | |         "as", "break", "const", "continue", "crate", "else", "enum", "extern", "false", "fn", 
[INFO] [stdout]  6 | |         "for", "if", "impl", "in", "let", "loop", "match", "mod", "move", "mut", 
[INFO] [stdout] ...  |
[INFO] [stdout] 11 | |     ].into_iter().cloned().collect();
[INFO] [stdout] 12 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `__lazy_static_create` which comes from the expansion of the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead
[INFO] [stdout]  --> src/prelude.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use std::ascii::AsciiExt;
[INFO] [stdout]   |                     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::str::<impl str>::trim_right_matches`: superseded by `trim_end_matches`
[INFO] [stdout]  --> src/utils/escape_ident.rs:6:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     escaped.trim_right_matches('_');
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: replace the use of the deprecated method
[INFO] [stdout]   |
[INFO] [stdout] 6 -     escaped.trim_right_matches('_');
[INFO] [stdout] 6 +     escaped.trim_end_matches('_');
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `test-case-derive` (lib) due to 1 previous error; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "66c7f62c99fffc8cbf3fa6145466e1e48852ffe74aa00b922e3ddd9306880308", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66c7f62c99fffc8cbf3fa6145466e1e48852ffe74aa00b922e3ddd9306880308", kill_on_drop: false }`
[INFO] [stdout] 66c7f62c99fffc8cbf3fa6145466e1e48852ffe74aa00b922e3ddd9306880308
