[INFO] fetching crate enum_to_enum_derive 0.1.0...
[INFO] testing enum_to_enum_derive-0.1.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate enum_to_enum_derive 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate enum_to_enum_derive 0.1.0
[INFO] finished tweaking crates.io crate enum_to_enum_derive 0.1.0
[INFO] tweaked toml for crates.io crate enum_to_enum_derive 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate enum_to_enum_derive 0.1.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.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.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 28 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.106)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 850668bcceb62072a6c4ae3767363890c19606dfd2c2dad2c4354097450cfc11
[INFO] running `Command { std: "docker" "start" "-a" "850668bcceb62072a6c4ae3767363890c19606dfd2c2dad2c4354097450cfc11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "850668bcceb62072a6c4ae3767363890c19606dfd2c2dad2c4354097450cfc11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "850668bcceb62072a6c4ae3767363890c19606dfd2c2dad2c4354097450cfc11", kill_on_drop: false }`
[INFO] [stdout] 850668bcceb62072a6c4ae3767363890c19606dfd2c2dad2c4354097450cfc11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ddf561768a8aaa2fb74a1400a40ed42fe3467895da7fb4655895e5d11c231630
[INFO] running `Command { std: "docker" "start" "-a" "ddf561768a8aaa2fb74a1400a40ed42fe3467895da7fb4655895e5d11c231630", kill_on_drop: false }`
[INFO] [stderr]    Compiling enum_to_enum_derive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `src_case` is never read
[INFO] [stdout]  --> src/ir.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ConversionCfg {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 8 |     pub src_case: SrcCase,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ConversionCfg` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `fallible` is never read
[INFO] [stdout]    --> src/ir.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct SrcCase {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] 115 |     pub case_name: Ident,
[INFO] [stdout] 116 |     pub fallible: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SrcCase` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
[INFO] running `Command { std: "docker" "inspect" "ddf561768a8aaa2fb74a1400a40ed42fe3467895da7fb4655895e5d11c231630", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddf561768a8aaa2fb74a1400a40ed42fe3467895da7fb4655895e5d11c231630", kill_on_drop: false }`
[INFO] [stdout] ddf561768a8aaa2fb74a1400a40ed42fe3467895da7fb4655895e5d11c231630
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e6e4c73f5fc0c7a253b8ec7ddcce45c8640d1c729b1a766189e190925b354552
[INFO] running `Command { std: "docker" "start" "-a" "e6e4c73f5fc0c7a253b8ec7ddcce45c8640d1c729b1a766189e190925b354552", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling toml_writer v1.0.3
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling enum_to_enum_derive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `src_case` is never read
[INFO] [stdout]  --> src/ir.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ConversionCfg {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 8 |     pub src_case: SrcCase,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ConversionCfg` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `fallible` is never read
[INFO] [stdout]    --> src/ir.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct SrcCase {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] 115 |     pub case_name: Ident,
[INFO] [stdout] 116 |     pub fallible: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SrcCase` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling serde_spanned v1.0.2
[INFO] [stderr]    Compiling toml v0.9.7
[INFO] [stderr]    Compiling trybuild v1.0.111
[INFO] [stdout] warning: field `src_case` is never read
[INFO] [stdout]  --> src/ir.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ConversionCfg {
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] 8 |     pub src_case: SrcCase,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `ConversionCfg` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `fallible` is never read
[INFO] [stdout]    --> src/ir.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct SrcCase {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] 115 |     pub case_name: Ident,
[INFO] [stdout] 116 |     pub fallible: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SrcCase` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.33s
[INFO] running `Command { std: "docker" "inspect" "e6e4c73f5fc0c7a253b8ec7ddcce45c8640d1c729b1a766189e190925b354552", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6e4c73f5fc0c7a253b8ec7ddcce45c8640d1c729b1a766189e190925b354552", kill_on_drop: false }`
[INFO] [stdout] e6e4c73f5fc0c7a253b8ec7ddcce45c8640d1c729b1a766189e190925b354552
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c2b8b7cd48e57c940798e9c34ae11d1890debb26c850c0b9a25233ded3519ce4
[INFO] running `Command { std: "docker" "start" "-a" "c2b8b7cd48e57c940798e9c34ae11d1890debb26c850c0b9a25233ded3519ce4", kill_on_drop: false }`
[INFO] [stderr] warning: field `src_case` is never read
[INFO] [stderr]  --> src/ir.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub struct ConversionCfg {
[INFO] [stderr]   |            ------------- field in this struct
[INFO] [stderr] 8 |     pub src_case: SrcCase,
[INFO] [stderr]   |         ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `ConversionCfg` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `fallible` is never read
[INFO] [stderr]    --> src/ir.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 114 | pub struct SrcCase {
[INFO] [stderr]     |            ------- field in this struct
[INFO] [stderr] 115 |     pub case_name: Ident,
[INFO] [stderr] 116 |     pub fallible: bool,
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `SrcCase` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `enum_to_enum_derive` (lib) generated 2 warnings
[INFO] [stderr] warning: `enum_to_enum_derive` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/enum_to_enum_derive-7dc6e7ea6723c2c6)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test parser::enum_parser_tests::parse_from_enum_srcs_no_from_enum ... ok
[INFO] [stdout] test parser::enum_parser_tests::parse_from_enum_single_src ... ok
[INFO] [stdout] test parser::enum_parser_tests::parse_from_enum_multiple_srcs ... ok
[INFO] [stdout] test parser::enum_parser_tests::parse_from_enum_srcs_and_effects ... ok
[INFO] [stdout] test parser::enum_parser_tests::parse_from_enum_srcs_bad_effect ... ok
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests enum_to_enum_derive
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - derive_enum_from (line 51) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_enum_from (line 114) ... FAILED
[INFO] [stdout] test src/lib.rs - derive_enum_from (line 178) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - derive_enum_from (line 51) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `enum_to_enum`
[INFO] [stdout]  --> src/lib.rs:54:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use enum_to_enum::FromEnum;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `enum_to_enum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `enum_to_enum`, use `cargo add enum_to_enum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `from_enum` in this scope
[INFO] [stdout]   --> src/lib.rs:64:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[from_enum(Src)]
[INFO] [stdout]    |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `from_case` in this scope
[INFO] [stdout]   --> src/lib.rs:68:7
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[from_case(Case2)]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `from_case` in this scope
[INFO] [stdout]   --> src/lib.rs:71:7
[INFO] [stdout]    |
[INFO] [stdout] 21 |     #[from_case(Src = Case3)]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:88:16
[INFO] [stdout]    |
[INFO] [stdout] 38 |     Dest::from(Src::Case1()),
[INFO] [stdout]    |     ---------- ^^^^^^^^^^^^ expected `Dest`, found `Src`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/convert/mod.rs:596:8
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:93:16
[INFO] [stdout]    |
[INFO] [stdout] 43 |     Dest::from(Src::Case2(SrcStrField(String::from("hello")))),
[INFO] [stdout]    |     ---------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Dest`, found `Src`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/convert/mod.rs:596:8
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:98:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |       Dest::from(Src::Case3 {
[INFO] [stdout]    |  _____----------_^
[INFO] [stdout]    | |     |
[INFO] [stdout]    | |     arguments to this function are incorrect
[INFO] [stdout] 49 | |         a: SrcStrField(String::from("hello")),
[INFO] [stdout] 50 | |         b: 100u8,
[INFO] [stdout] 51 | |     }),
[INFO] [stdout]    | |_____^ expected `Dest`, found `Src`
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/convert/mod.rs:596:8
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_enum_from (line 114) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `enum_to_enum`
[INFO] [stdout]  --> src/lib.rs:117:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use enum_to_enum::FromEnum;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `enum_to_enum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `enum_to_enum`, use `cargo add enum_to_enum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `from_enum` in this scope
[INFO] [stdout]   --> src/lib.rs:127:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[from_enum(Src)]
[INFO] [stdout]    |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `from_case` in this scope
[INFO] [stdout]   --> src/lib.rs:129:7
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[from_case(Case1, Case2)]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `from_case` in this scope
[INFO] [stdout]   --> src/lib.rs:132:7
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[from_case(Case1, Case2)]
[INFO] [stdout]    |       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/lib.rs:168:16
[INFO] [stdout]    |
[INFO] [stdout] 55 |     Dest::from(Src::Case1(SrcField(10))),
[INFO] [stdout]    |     ---------- ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Dest`, found `Src`
[INFO] [stdout]    |     |
[INFO] [stdout]    |     arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/convert/mod.rs:596:8
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - derive_enum_from (line 178) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `enum_to_enum`
[INFO] [stdout]  --> src/lib.rs:181:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use enum_to_enum::{FromEnum, WithEffects};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `enum_to_enum`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `enum_to_enum`, use `cargo add enum_to_enum` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `from_enum` in this scope
[INFO] [stdout]   --> src/lib.rs:190:3
[INFO] [stdout]    |
[INFO] [stdout] 13 | #[from_enum(Src, effect_container = EffectContainer)]
[INFO] [stdout]    |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/lib.rs:217:19
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn new(value: Self::Value, effects: Vec<Self::Effect>) -> Self {
[INFO] [stdout]    |                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Value` implemented for `EffectContainer<Value>`, you could use the fully-qualified path
[INFO] [stdout]    |
[INFO] [stdout] 40 -     fn new(value: Self::Value, effects: Vec<Self::Effect>) -> Self {
[INFO] [stdout] 40 +     fn new(value: <EffectContainer<Value> as Example>::Value, effects: Vec<Self::Effect>) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/lib.rs:217:45
[INFO] [stdout]    |
[INFO] [stdout] 40 |     fn new(value: Self::Value, effects: Vec<Self::Effect>) -> Self {
[INFO] [stdout]    |                                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Effect` implemented for `EffectContainer<Value>`, you could use the fully-qualified path
[INFO] [stdout]    |
[INFO] [stdout] 40 -     fn new(value: Self::Value, effects: Vec<Self::Effect>) -> Self {
[INFO] [stdout] 40 +     fn new(value: Self::Value, effects: Vec<<EffectContainer<Value> as Example>::Effect>) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/lib.rs:221:41
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn into_value_and_effects(self) -> (Self::Value, Box<dyn Iterator<Item = Self::Effect>>) {
[INFO] [stdout]    |                                         ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Value` implemented for `EffectContainer<Value>`, you could use the fully-qualified path
[INFO] [stdout]    |
[INFO] [stdout] 44 -     fn into_value_and_effects(self) -> (Self::Value, Box<dyn Iterator<Item = Self::Effect>>) {
[INFO] [stdout] 44 +     fn into_value_and_effects(self) -> (<EffectContainer<Value> as Example>::Value, Box<dyn Iterator<Item = Self::Effect>>) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> src/lib.rs:221:78
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn into_value_and_effects(self) -> (Self::Value, Box<dyn Iterator<Item = Self::Effect>>) {
[INFO] [stdout]    |                                                                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Effect` implemented for `EffectContainer<Value>`, you could use the fully-qualified path
[INFO] [stdout]    |
[INFO] [stdout] 44 -     fn into_value_and_effects(self) -> (Self::Value, Box<dyn Iterator<Item = Self::Effect>>) {
[INFO] [stdout] 44 +     fn into_value_and_effects(self) -> (Self::Value, Box<dyn Iterator<Item = <EffectContainer<Value> as Example>::Effect>>) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0223, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0223`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - derive_enum_from (line 114)
[INFO] [stdout]     src/lib.rs - derive_enum_from (line 178)
[INFO] [stdout]     src/lib.rs - derive_enum_from (line 51)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "c2b8b7cd48e57c940798e9c34ae11d1890debb26c850c0b9a25233ded3519ce4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2b8b7cd48e57c940798e9c34ae11d1890debb26c850c0b9a25233ded3519ce4", kill_on_drop: false }`
[INFO] [stdout] c2b8b7cd48e57c940798e9c34ae11d1890debb26c850c0b9a25233ded3519ce4
