[INFO] fetching crate simple_parse_derive 0.6.3...
[INFO] testing simple_parse_derive-0.6.3 against 1.95.0 for beta-1.96-2
[INFO] extracting crate simple_parse_derive 0.6.3 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate simple_parse_derive 0.6.3
[INFO] finished tweaking crates.io crate simple_parse_derive 0.6.3
[INFO] tweaked toml for crates.io crate simple_parse_derive 0.6.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate simple_parse_derive 0.6.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 12 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (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] 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] 21fe29f9f101d86551244fa1041457e840f65fb217bf1f07dd2de56a0a80bf5c
[INFO] running `Command { std: "docker" "start" "-a" "21fe29f9f101d86551244fa1041457e840f65fb217bf1f07dd2de56a0a80bf5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "21fe29f9f101d86551244fa1041457e840f65fb217bf1f07dd2de56a0a80bf5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21fe29f9f101d86551244fa1041457e840f65fb217bf1f07dd2de56a0a80bf5c", kill_on_drop: false }`
[INFO] [stdout] 21fe29f9f101d86551244fa1041457e840f65fb217bf1f07dd2de56a0a80bf5c
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf6bd3f2c1d01e90869fe8e83697a48f5572c77d8453b8ba7539f0979e6bb50f
[INFO] running `Command { std: "docker" "start" "-a" "cf6bd3f2c1d01e90869fe8e83697a48f5572c77d8453b8ba7539f0979e6bb50f", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling simple_parse_derive v0.6.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/opt_hints.rs:39:60
[INFO] [stdout]    |
[INFO] [stdout] 39 |             let attrs = FromDeriveInput::from_derive_input(&input).unwrap();
[INFO] [stdout]    |                         ---------------------------------- ^^^^^^ expected `&DeriveInput`, found `&&mut DeriveInput`
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&darling::export::syn::derive::DeriveInput`
[INFO] [stdout]               found reference `&&mut DeriveInput`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_derive_input.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn from_derive_input(input: &DeriveInput) -> Result<Self>;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/opt_hints.rs:91:66
[INFO] [stdout]    |
[INFO] [stdout] 91 |         let field_attrs: FieldAttributes = FromField::from_field(&field).unwrap();
[INFO] [stdout]    |                                            --------------------- ^^^^^^ expected `&Field`, found `&&Field`
[INFO] [stdout]    |                                            |
[INFO] [stdout]    |                                            arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&darling::export::syn::data::Field`
[INFO] [stdout]               found reference `&&syn::Field`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_field.rs:7:8
[INFO] [stdout]    |
[INFO] [stdout]  7 |     fn from_field(field: &Field) -> Result<Self>;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/read.rs:40:78
[INFO] [stdout]    |
[INFO] [stdout] 40 |             let attrs: StructAttributes = FromDeriveInput::from_derive_input(&input).unwrap();
[INFO] [stdout]    |                                           ---------------------------------- ^^^^^^ expected `&DeriveInput`, found `&&mut DeriveInput`
[INFO] [stdout]    |                                           |
[INFO] [stdout]    |                                           arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&darling::export::syn::derive::DeriveInput`
[INFO] [stdout]               found reference `&&mut DeriveInput`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_derive_input.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn from_derive_input(input: &DeriveInput) -> Result<Self>;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/read.rs:58:60
[INFO] [stdout]    |
[INFO] [stdout] 58 |             let attrs = FromDeriveInput::from_derive_input(&input).unwrap();
[INFO] [stdout]    |                         ---------------------------------- ^^^^^^ expected `&DeriveInput`, found `&&mut DeriveInput`
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&darling::export::syn::derive::DeriveInput`
[INFO] [stdout]               found reference `&&mut DeriveInput`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_derive_input.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn from_derive_input(input: &DeriveInput) -> Result<Self>;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/read.rs:249:66
[INFO] [stdout]     |
[INFO] [stdout] 249 |         let field_attrs: FieldAttributes = FromField::from_field(field).unwrap();
[INFO] [stdout]     |                                            --------------------- ^^^^^ expected `&Field`, found `&&Field`
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&darling::export::syn::data::Field`
[INFO] [stdout]                found reference `&&syn::Field`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_field.rs:7:8
[INFO] [stdout]     |
[INFO] [stdout]   7 |     fn from_field(field: &Field) -> Result<Self>;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/read.rs:275:66
[INFO] [stdout]     |
[INFO] [stdout] 275 |         let field_attrs: FieldAttributes = FromField::from_field(field).unwrap();
[INFO] [stdout]     |                                            --------------------- ^^^^^ expected `&Field`, found `&&Field`
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&darling::export::syn::data::Field`
[INFO] [stdout]                found reference `&&syn::Field`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_field.rs:7:8
[INFO] [stdout]     |
[INFO] [stdout]   7 |     fn from_field(field: &Field) -> Result<Self>;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/read.rs:416:70
[INFO] [stdout]     |
[INFO] [stdout] 416 |         let var_attrs: VariantAttributes = FromVariant::from_variant(&variant).unwrap();
[INFO] [stdout]     |                                            ------------------------- ^^^^^^^^ expected `&Variant`, found `&&Variant`
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&darling::export::syn::data::Variant`
[INFO] [stdout]                found reference `&&syn::Variant`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_variant.rs:8:8
[INFO] [stdout]     |
[INFO] [stdout]   8 |     fn from_variant(variant: &Variant) -> Result<Self>;
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/write.rs:12:78
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let attrs: StructAttributes = FromDeriveInput::from_derive_input(&input).unwrap();
[INFO] [stdout]    |                                           ---------------------------------- ^^^^^^ expected `&DeriveInput`, found `&&mut DeriveInput`
[INFO] [stdout]    |                                           |
[INFO] [stdout]    |                                           arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&darling::export::syn::derive::DeriveInput`
[INFO] [stdout]               found reference `&&mut DeriveInput`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_derive_input.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn from_derive_input(input: &DeriveInput) -> Result<Self>;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/write.rs:16:60
[INFO] [stdout]    |
[INFO] [stdout] 16 |             let attrs = FromDeriveInput::from_derive_input(&input).unwrap();
[INFO] [stdout]    |                         ---------------------------------- ^^^^^^ expected `&DeriveInput`, found `&&mut DeriveInput`
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&darling::export::syn::derive::DeriveInput`
[INFO] [stdout]               found reference `&&mut DeriveInput`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_derive_input.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 |     fn from_derive_input(input: &DeriveInput) -> Result<Self>;
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/write.rs:79:66
[INFO] [stdout]    |
[INFO] [stdout] 79 |         let field_attrs: FieldAttributes = FromField::from_field(&field).unwrap();
[INFO] [stdout]    |                                            --------------------- ^^^^^^ expected `&Field`, found `&&&Field`
[INFO] [stdout]    |                                            |
[INFO] [stdout]    |                                            arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&darling::export::syn::data::Field`
[INFO] [stdout]               found reference `&&&syn::Field`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_field.rs:7:8
[INFO] [stdout]    |
[INFO] [stdout]  7 |     fn from_field(field: &Field) -> Result<Self>;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/write.rs:125:66
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let field_attrs: FieldAttributes = FromField::from_field(&field).unwrap();
[INFO] [stdout]     |                                            --------------------- ^^^^^^ expected `&Field`, found `&&&Field`
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&darling::export::syn::data::Field`
[INFO] [stdout]                found reference `&&&syn::Field`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_field.rs:7:8
[INFO] [stdout]     |
[INFO] [stdout]   7 |     fn from_field(field: &Field) -> Result<Self>;
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/write.rs:248:70
[INFO] [stdout]     |
[INFO] [stdout] 248 |         let var_attrs: VariantAttributes = FromVariant::from_variant(&variant).unwrap();
[INFO] [stdout]     |                                            ------------------------- ^^^^^^^^ expected `&Variant`, found `&&Variant`
[INFO] [stdout]     |                                            |
[INFO] [stdout]     |                                            arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&darling::export::syn::data::Variant`
[INFO] [stdout]                found reference `&&syn::Variant`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_variant.rs:8:8
[INFO] [stdout]     |
[INFO] [stdout]   8 |     fn from_variant(variant: &Variant) -> Result<Self>;
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:139:87
[INFO] [stdout]     |
[INFO] [stdout] 139 |         let var_attrs: darling::Result<VariantAttributes> = FromVariant::from_variant(&variant);
[INFO] [stdout]     |                                                             ------------------------- ^^^^^^^^ expected `&Variant`, found `&&Variant`
[INFO] [stdout]     |                                                             |
[INFO] [stdout]     |                                                             arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&darling::export::syn::data::Variant`
[INFO] [stdout]                found reference `&&syn::Variant`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/from_variant.rs:8:8
[INFO] [stdout]     |
[INFO] [stdout]   8 |     fn from_variant(variant: &Variant) -> Result<Self>;
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `simple_parse_derive` (lib) due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "cf6bd3f2c1d01e90869fe8e83697a48f5572c77d8453b8ba7539f0979e6bb50f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf6bd3f2c1d01e90869fe8e83697a48f5572c77d8453b8ba7539f0979e6bb50f", kill_on_drop: false }`
[INFO] [stdout] cf6bd3f2c1d01e90869fe8e83697a48f5572c77d8453b8ba7539f0979e6bb50f
