[INFO] fetching crate smile-marco 1.0.0...
[INFO] testing smile-marco-1.0.0 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate smile-marco 1.0.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate smile-marco 1.0.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate smile-marco 1.0.0
[INFO] tweaked toml for crates.io crate smile-marco 1.0.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate smile-marco 1.0.0 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate smile-marco 1.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.79
[INFO] [stderr]   Downloaded syn v2.0.57
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5fcbcab44c581b0437d6e3164a42777cf177de23d26c59589310d8cf11a283a3
[INFO] running `Command { std: "docker" "start" "-a" "5fcbcab44c581b0437d6e3164a42777cf177de23d26c59589310d8cf11a283a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5fcbcab44c581b0437d6e3164a42777cf177de23d26c59589310d8cf11a283a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fcbcab44c581b0437d6e3164a42777cf177de23d26c59589310d8cf11a283a3", kill_on_drop: false }`
[INFO] [stdout] 5fcbcab44c581b0437d6e3164a42777cf177de23d26c59589310d8cf11a283a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7d71071a235042deed5a2c781b7956171faf8c5a8e20d4385c08940b8bc3be7b
[INFO] running `Command { std: "docker" "start" "-a" "7d71071a235042deed5a2c781b7956171faf8c5a8e20d4385c08940b8bc3be7b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling smile-marco v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util.rs:65:48
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn handle_fields_exclude_and_name_attr(&self) -> Vec<FieldContext> {
[INFO] [stdout]    |                                                ^^^^^         ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                |
[INFO] [stdout]    |                                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn handle_fields_exclude_and_name_attr(&self) -> Vec<FieldContext<'_>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
[INFO] running `Command { std: "docker" "inspect" "7d71071a235042deed5a2c781b7956171faf8c5a8e20d4385c08940b8bc3be7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d71071a235042deed5a2c781b7956171faf8c5a8e20d4385c08940b8bc3be7b", kill_on_drop: false }`
[INFO] [stdout] 7d71071a235042deed5a2c781b7956171faf8c5a8e20d4385c08940b8bc3be7b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f3bf115f45bb9e63b04a82b731945a047fc92df4d0fe5c14daac185847508c0
[INFO] running `Command { std: "docker" "start" "-a" "0f3bf115f45bb9e63b04a82b731945a047fc92df4d0fe5c14daac185847508c0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.57
[INFO] [stderr]    Compiling smile-marco v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util.rs:65:48
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn handle_fields_exclude_and_name_attr(&self) -> Vec<FieldContext> {
[INFO] [stdout]    |                                                ^^^^^         ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                |
[INFO] [stdout]    |                                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn handle_fields_exclude_and_name_attr(&self) -> Vec<FieldContext<'_>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util.rs:65:48
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn handle_fields_exclude_and_name_attr(&self) -> Vec<FieldContext> {
[INFO] [stdout]    |                                                ^^^^^         ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                                |
[INFO] [stdout]    |                                                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn handle_fields_exclude_and_name_attr(&self) -> Vec<FieldContext<'_>> {
[INFO] [stdout]    |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> examples/wither.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut book = Book {
[INFO] [stdout]    |         ----^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `title` and `author` are never read
[INFO] [stdout]  --> examples/wither.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Book {
[INFO] [stdout]   |        ---- fields in this struct
[INFO] [stdout] 5 |     title: String,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 9 |     author: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `title` and `author` are never read
[INFO] [stdout]  --> examples/setter.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Book {
[INFO] [stdout]   |        ---- fields in this struct
[INFO] [stdout] 5 |     title: String,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 9 |     author: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `author` is never read
[INFO] [stdout]  --> examples/data.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Book {
[INFO] [stdout]   |        ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 9 |     author: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `author` is never read
[INFO] [stdout]  --> examples/getter.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Book {
[INFO] [stdout]   |        ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 9 |     author: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `author` is never read
[INFO] [stdout]  --> examples/builder.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct Book {
[INFO] [stdout]   |        ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 7 |     author: String,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.53s
[INFO] running `Command { std: "docker" "inspect" "0f3bf115f45bb9e63b04a82b731945a047fc92df4d0fe5c14daac185847508c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f3bf115f45bb9e63b04a82b731945a047fc92df4d0fe5c14daac185847508c0", kill_on_drop: false }`
[INFO] [stdout] 0f3bf115f45bb9e63b04a82b731945a047fc92df4d0fe5c14daac185847508c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8d0dac63dd76e4e8ca1941c1d0503102cc36093a6fdf5caf4ea1a84b8f77c1fd
[INFO] running `Command { std: "docker" "start" "-a" "8d0dac63dd76e4e8ca1941c1d0503102cc36093a6fdf5caf4ea1a84b8f77c1fd", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/util.rs:65:48
[INFO] [stderr]    |
[INFO] [stderr] 65 |     pub fn handle_fields_exclude_and_name_attr(&self) -> Vec<FieldContext> {
[INFO] [stderr]    |                                                ^^^^^         ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                                |
[INFO] [stderr]    |                                                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 65 |     pub fn handle_fields_exclude_and_name_attr(&self) -> Vec<FieldContext<'_>> {
[INFO] [stderr]    |                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `smile-marco` (lib) generated 1 warning (run `cargo fix --lib -p smile-marco` to apply 1 suggestion)
[INFO] [stderr] warning: `smile-marco` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: fields `title` and `author` are never read
[INFO] [stderr]  --> examples/setter.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct Book {
[INFO] [stderr]   |        ---- fields in this struct
[INFO] [stderr] 5 |     title: String,
[INFO] [stderr]   |     ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 9 |     author: String,
[INFO] [stderr]   |     ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `author` is never read
[INFO] [stderr]  --> examples/getter.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct Book {
[INFO] [stderr]   |        ---- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 9 |     author: String,
[INFO] [stderr]   |     ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `author` is never read
[INFO] [stderr]  --> examples/builder.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct Book {
[INFO] [stderr]   |        ---- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 7 |     author: String,
[INFO] [stderr]   |     ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `smile-marco` (example "setter") generated 1 warning
[INFO] [stderr] warning: `smile-marco` (example "getter") generated 1 warning
[INFO] [stderr] warning: `smile-marco` (example "builder") generated 1 warning
[INFO] [stderr] warning: field `author` is never read
[INFO] [stderr]  --> examples/data.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct Book {
[INFO] [stderr]   |        ---- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 9 |     author: String,
[INFO] [stderr]   |     ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> examples/wither.rs:13:9
[INFO] [stderr]    |
[INFO] [stderr] 13 |     let mut book = Book {
[INFO] [stderr]    |         ----^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `title` and `author` are never read
[INFO] [stderr]  --> examples/wither.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct Book {
[INFO] [stderr]   |        ---- fields in this struct
[INFO] [stderr] 5 |     title: String,
[INFO] [stderr]   |     ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 9 |     author: String,
[INFO] [stderr]   |     ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `smile-marco` (example "data") generated 1 warning
[INFO] [stderr] warning: `smile-marco` (example "wither") generated 2 warnings (run `cargo fix --example "wither" -p smile-marco` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/smile_marco-83a9b2289a3b2919)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests smile_marco
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - builder_derive (line 195) ... FAILED
[INFO] [stdout] test src/lib.rs - getter_derive (line 58) ... FAILED
[INFO] [stdout] test src/lib.rs - setter_derive (line 101) ... FAILED
[INFO] [stdout] test src/lib.rs - wither_derive (line 144) ... FAILED
[INFO] [stdout] test src/lib.rs - data (line 268) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 16) ... ok
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - builder_derive (line 195) stdout ----
[INFO] [stdout] error[E0428]: the name `BookBuilder` is defined multiple times
[INFO] [stdout]    --> src/lib.rs:214:1
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Builder)]
[INFO] [stdout]     |          ------- previous definition of the type `BookBuilder` here
[INFO] [stdout] ...
[INFO] [stdout] 214 | struct BookBuilder {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^ `BookBuilder` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `BookBuilder` must be defined only once in the type namespace of this block
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `builder`
[INFO] [stdout]    --> src/lib.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Builder)]
[INFO] [stdout]     |          ^^^^^^^ duplicate definitions for `builder`
[INFO] [stdout] ...
[INFO] [stdout] 254 |     pub fn builder() -> BookBuilder {
[INFO] [stdout]     |     ------------------------------- other definition for `builder`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `new`
[INFO] [stdout]    --> src/lib.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Builder)]
[INFO] [stdout]     |          ^^^^^^^ duplicate definitions for `new`
[INFO] [stdout] ...
[INFO] [stdout] 221 |     pub fn new() -> Self {
[INFO] [stdout]     |     -------------------- other definition for `new`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `build`
[INFO] [stdout]    --> src/lib.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Builder)]
[INFO] [stdout]     |          ^^^^^^^ duplicate definitions for `build`
[INFO] [stdout] ...
[INFO] [stdout] 229 |     pub fn build(self) -> Book {
[INFO] [stdout]     |     -------------------------- other definition for `build`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `title`
[INFO] [stdout]    --> src/lib.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Builder)]
[INFO] [stdout]     |          ^^^^^^^ duplicate definitions for `title`
[INFO] [stdout] ...
[INFO] [stdout] 237 |     pub fn title(mut self, v: String) -> Self {
[INFO] [stdout]     |     ----------------------------------------- other definition for `title`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `price`
[INFO] [stdout]    --> src/lib.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Builder)]
[INFO] [stdout]     |          ^^^^^^^ duplicate definitions for `price`
[INFO] [stdout] ...
[INFO] [stdout] 242 |     pub fn price(mut self, v: i32) -> Self {
[INFO] [stdout]     |     -------------------------------------- other definition for `price`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `author`
[INFO] [stdout]    --> src/lib.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Builder)]
[INFO] [stdout]     |          ^^^^^^^ duplicate definitions for `author`
[INFO] [stdout] ...
[INFO] [stdout] 247 |     pub fn author(mut self, v: String) -> Self {
[INFO] [stdout]     |     ------------------------------------------ other definition for `author`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]    --> src/lib.rs:206:18
[INFO] [stdout]     |
[INFO] [stdout] 206 | let book = Book::builder()
[INFO] [stdout]     |                  ^^^^^^^ multiple `builder` found
[INFO] [stdout]     |
[INFO] [stdout] note: candidate #1 is defined in an impl for the type `Book`
[INFO] [stdout]    --> src/lib.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Builder)]
[INFO] [stdout]     |          ^^^^^^^
[INFO] [stdout] note: candidate #2 is defined in an impl for the type `Book`
[INFO] [stdout]    --> src/lib.rs:254:5
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub fn builder() -> BookBuilder {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]    --> src/lib.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Builder)]
[INFO] [stdout]     |          ^^^^^^^ multiple `new` found
[INFO] [stdout]     |
[INFO] [stdout] note: candidate #1 is defined in an impl for the type `_doctest_main_src_lib_rs_195_0::BookBuilder`
[INFO] [stdout]    --> src/lib.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Builder)]
[INFO] [stdout]     |          ^^^^^^^
[INFO] [stdout] note: candidate #2 is defined in an impl for the type `_doctest_main_src_lib_rs_195_0::BookBuilder`
[INFO] [stdout]    --> src/lib.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn new() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]    --> src/lib.rs:255:22
[INFO] [stdout]     |
[INFO] [stdout] 255 |         BookBuilder::new()
[INFO] [stdout]     |                      ^^^ multiple `new` found
[INFO] [stdout]     |
[INFO] [stdout] note: candidate #1 is defined in an impl for the type `_doctest_main_src_lib_rs_195_0::BookBuilder`
[INFO] [stdout]    --> src/lib.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 | #[derive(Builder)]
[INFO] [stdout]     |          ^^^^^^^
[INFO] [stdout] note: candidate #2 is defined in an impl for the type `_doctest_main_src_lib_rs_195_0::BookBuilder`
[INFO] [stdout]    --> src/lib.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn new() -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0034, E0428, E0592.
[INFO] [stdout] For more information about an error, try `rustc --explain E0034`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - getter_derive (line 58) stdout ----
[INFO] [stdout] error[E0592]: duplicate definitions with name `get_title`
[INFO] [stdout]   --> src/lib.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(Getter)]
[INFO] [stdout]    |          ^^^^^^ duplicate definitions for `get_title`
[INFO] [stdout] ...
[INFO] [stdout] 83 |     pub fn get_title(&self) -> &String {
[INFO] [stdout]    |     ---------------------------------- other definition for `get_title`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `get_cost`
[INFO] [stdout]   --> src/lib.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(Getter)]
[INFO] [stdout]    |          ^^^^^^ duplicate definitions for `get_cost`
[INFO] [stdout] ...
[INFO] [stdout] 87 |    pub fn get_cost(&self) -> &i32 {
[INFO] [stdout]    |    ------------------------------ other definition for `get_cost`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> src/lib.rs:76:18
[INFO] [stdout]    |
[INFO] [stdout] 76 |  assert_eq!(book.get_title(), &"Rust Programming".to_string());
[INFO] [stdout]    |                  ^^^^^^^^^ multiple `get_title` found
[INFO] [stdout]    |
[INFO] [stdout] note: candidate #1 is defined in an impl for the type `Book`
[INFO] [stdout]   --> src/lib.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(Getter)]
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] note: candidate #2 is defined in an impl for the type `Book`
[INFO] [stdout]   --> src/lib.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn get_title(&self) -> &String {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]   --> src/lib.rs:77:18
[INFO] [stdout]    |
[INFO] [stdout] 77 |  assert_eq!(book.get_cost(), &100);
[INFO] [stdout]    |                  ^^^^^^^^ multiple `get_cost` found
[INFO] [stdout]    |
[INFO] [stdout] note: candidate #1 is defined in an impl for the type `Book`
[INFO] [stdout]   --> src/lib.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 | #[derive(Getter)]
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] note: candidate #2 is defined in an impl for the type `Book`
[INFO] [stdout]   --> src/lib.rs:87:4
[INFO] [stdout]    |
[INFO] [stdout] 87 |    pub fn get_cost(&self) -> &i32 {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: this error originates in the derive macro `Getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0034, E0592.
[INFO] [stdout] For more information about an error, try `rustc --explain E0034`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - setter_derive (line 101) stdout ----
[INFO] [stdout] error[E0592]: duplicate definitions with name `set_title`
[INFO] [stdout]    --> src/lib.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Setter)]
[INFO] [stdout]     |          ^^^^^^ duplicate definitions for `set_title`
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn set_title(&mut self, title: String) {
[INFO] [stdout]     |     ------------------------------------------ other definition for `set_title`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Setter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `set_cost`
[INFO] [stdout]    --> src/lib.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Setter)]
[INFO] [stdout]     |          ^^^^^^ duplicate definitions for `set_cost`
[INFO] [stdout] ...
[INFO] [stdout] 129 |     pub fn set_cost(&mut self, cost: i32) {
[INFO] [stdout]     |     ------------------------------------- other definition for `set_cost`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Setter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]    --> src/lib.rs:119:7
[INFO] [stdout]     |
[INFO] [stdout] 119 |  book.set_cost(200);
[INFO] [stdout]     |       ^^^^^^^^ multiple `set_cost` found
[INFO] [stdout]     |
[INFO] [stdout] note: candidate #1 is defined in an impl for the type `Book`
[INFO] [stdout]    --> src/lib.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[derive(Setter)]
[INFO] [stdout]     |          ^^^^^^
[INFO] [stdout] note: candidate #2 is defined in an impl for the type `Book`
[INFO] [stdout]    --> src/lib.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn set_cost(&mut self, cost: i32) {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Setter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_cost` found for struct `Book` in the current scope
[INFO] [stdout]    --> src/lib.rs:120:18
[INFO] [stdout]     |
[INFO] [stdout] 105 | struct Book {
[INFO] [stdout]     | ----------- method `get_cost` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 120 |  assert_eq!(book.get_cost(), &200);
[INFO] [stdout]     |                  ^^^^^^^^ method not found in `Book`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0034, E0592, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0034`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - wither_derive (line 144) stdout ----
[INFO] [stdout] error[E0592]: duplicate definitions with name `with_title`
[INFO] [stdout]    --> src/lib.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 |   #[derive(Wither)]
[INFO] [stdout]     |            ^^^^^^ duplicate definitions for `with_title`
[INFO] [stdout] ...
[INFO] [stdout] 168 | /     pub fn with_title<F>(mut self, func: F) -> Self
[INFO] [stdout] 169 | |         where
[INFO] [stdout] 170 | |             F: FnOnce(String) -> String,
[INFO] [stdout]     | |________________________________________- other definition for `with_title`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Wither` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `with_cost`
[INFO] [stdout]    --> src/lib.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 |   #[derive(Wither)]
[INFO] [stdout]     |            ^^^^^^ duplicate definitions for `with_cost`
[INFO] [stdout] ...
[INFO] [stdout] 176 | /     pub fn with_cost<F>(mut self, func: F) -> Self
[INFO] [stdout] 177 | |         where
[INFO] [stdout] 178 | |             F: FnOnce(i32) -> i32,
[INFO] [stdout]     | |__________________________________- other definition for `with_cost`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Wither` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]    --> src/lib.rs:162:18
[INFO] [stdout]     |
[INFO] [stdout] 162 |  let book = book.with_cost(|v| v+100);
[INFO] [stdout]     |                  ^^^^^^^^^ multiple `with_cost` found
[INFO] [stdout]     |
[INFO] [stdout] note: candidate #1 is defined in an impl for the type `Book`
[INFO] [stdout]    --> src/lib.rs:147:10
[INFO] [stdout]     |
[INFO] [stdout] 147 | #[derive(Wither)]
[INFO] [stdout]     |          ^^^^^^
[INFO] [stdout] note: candidate #2 is defined in an impl for the type `Book`
[INFO] [stdout]    --> src/lib.rs:176:5
[INFO] [stdout]     |
[INFO] [stdout] 176 | /     pub fn with_cost<F>(mut self, func: F) -> Self
[INFO] [stdout] 177 | |         where
[INFO] [stdout] 178 | |             F: FnOnce(i32) -> i32,
[INFO] [stdout]     | |__________________________________^
[INFO] [stdout]     = note: this error originates in the derive macro `Wither` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0034, E0592.
[INFO] [stdout] For more information about an error, try `rustc --explain E0034`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - data (line 268) stdout ----
[INFO] [stdout] error[E0428]: the name `Book` is defined multiple times
[INFO] [stdout]    --> src/lib.rs:279:1
[INFO] [stdout]     |
[INFO] [stdout] 272 | struct Book {
[INFO] [stdout]     | ----------- previous definition of the type `Book` here
[INFO] [stdout] ...
[INFO] [stdout] 279 | struct Book {
[INFO] [stdout]     | ^^^^^^^^^^^ `Book` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Book` must be defined only once in the type namespace of this block
[INFO] [stdout] 
[INFO] [stdout] error[E0428]: the name `BookBuilder` is defined multiple times
[INFO] [stdout]    --> src/lib.rs:278:31
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ------- previous definition of the type `BookBuilder` here
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                               ^^^^^^^ `BookBuilder` redefined here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `BookBuilder` must be defined only once in the type namespace of this block
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `get_title`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `get_title`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |          ------ other definition for `get_title`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `get_price`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `get_price`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |          ------ other definition for `get_price`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `get_author`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `get_author`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |          ------ other definition for `get_author`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `set_title`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `set_title`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                 ------ other definition for `set_title`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Setter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `set_price`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `set_price`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                 ------ other definition for `set_price`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Setter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `set_author`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `set_author`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                 ------ other definition for `set_author`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Setter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `with_title`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `with_title`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                        ------ other definition for `with_title`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Wither` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `with_price`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `with_price`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                        ------ other definition for `with_price`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Wither` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `with_author`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `with_author`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                        ------ other definition for `with_author`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Wither` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `builder`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `builder`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                               ------- other definition for `builder`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `new`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `new`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                               ------- other definition for `new`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `build`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `build`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                               ------- other definition for `build`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `title`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `title`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                               ------- other definition for `title`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `price`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `price`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                               ------- other definition for `price`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0592]: duplicate definitions with name `author`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ duplicate definitions for `author`
[INFO] [stdout] ...
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                               ------- other definition for `author`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^ multiple `new` found
[INFO] [stdout]     |
[INFO] [stdout] note: candidate #1 is defined in an impl for the type `_doctest_main_src_lib_rs_268_0::BookBuilder`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^
[INFO] [stdout] note: candidate #2 is defined in an impl for the type `_doctest_main_src_lib_rs_268_0::BookBuilder`
[INFO] [stdout]    --> src/lib.rs:278:31
[INFO] [stdout]     |
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                               ^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]    --> src/lib.rs:278:31
[INFO] [stdout]     |
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                               ^^^^^^^ multiple `new` found
[INFO] [stdout]     |
[INFO] [stdout] note: candidate #1 is defined in an impl for the type `_doctest_main_src_lib_rs_268_0::BookBuilder`
[INFO] [stdout]    --> src/lib.rs:271:1
[INFO] [stdout]     |
[INFO] [stdout] 271 | #[data]
[INFO] [stdout]     | ^^^^^^^
[INFO] [stdout] note: candidate #2 is defined in an impl for the type `_doctest_main_src_lib_rs_268_0::BookBuilder`
[INFO] [stdout]    --> src/lib.rs:278:31
[INFO] [stdout]     |
[INFO] [stdout] 278 | #[derive(Getter,Setter,Wither,Builder)]
[INFO] [stdout]     |                               ^^^^^^^
[INFO] [stdout]     = note: this error originates in the derive macro `Builder` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 19 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0034, E0428, E0592.
[INFO] [stdout] For more information about an error, try `rustc --explain E0034`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - builder_derive (line 195)
[INFO] [stdout]     src/lib.rs - data (line 268)
[INFO] [stdout]     src/lib.rs - getter_derive (line 58)
[INFO] [stdout]     src/lib.rs - setter_derive (line 101)
[INFO] [stdout]     src/lib.rs - wither_derive (line 144)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8d0dac63dd76e4e8ca1941c1d0503102cc36093a6fdf5caf4ea1a84b8f77c1fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d0dac63dd76e4e8ca1941c1d0503102cc36093a6fdf5caf4ea1a84b8f77c1fd", kill_on_drop: false }`
[INFO] [stdout] 8d0dac63dd76e4e8ca1941c1d0503102cc36093a6fdf5caf4ea1a84b8f77c1fd
