[INFO] fetching crate mini-macro-magic 2.0.2...
[INFO] testing mini-macro-magic-2.0.2 against 1.91.0 for beta-1.92-2
[INFO] extracting crate mini-macro-magic 2.0.2 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate mini-macro-magic 2.0.2
[INFO] finished tweaking crates.io crate mini-macro-magic 2.0.2
[INFO] tweaked toml for crates.io crate mini-macro-magic 2.0.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mini-macro-magic 2.0.2 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.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.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded macro_rules_attribute v0.2.2
[INFO] [stderr]   Downloaded macro_rules_attribute-proc_macro v0.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4c935846791910fc3f34c6e93e3984b26aff34fad1f45d18ea0806309c8a2633
[INFO] running `Command { std: "docker" "start" "-a" "4c935846791910fc3f34c6e93e3984b26aff34fad1f45d18ea0806309c8a2633", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4c935846791910fc3f34c6e93e3984b26aff34fad1f45d18ea0806309c8a2633", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c935846791910fc3f34c6e93e3984b26aff34fad1f45d18ea0806309c8a2633", kill_on_drop: false }`
[INFO] [stdout] 4c935846791910fc3f34c6e93e3984b26aff34fad1f45d18ea0806309c8a2633
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 018ca8cf6752c8851db5293d65b8a6b44a055d3633c79f95917a85f1d7e324ab
[INFO] running `Command { std: "docker" "start" "-a" "018ca8cf6752c8851db5293d65b8a6b44a055d3633c79f95917a85f1d7e324ab", kill_on_drop: false }`
[INFO] [stderr]    Compiling mini-macro-magic v2.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `doc_example`
[INFO] [stdout]    --> src/lib.rs:492:7
[INFO] [stdout]     |
[INFO] [stdout] 492 | #[cfg(doc_example)]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_example)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_example)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `doc_example`
[INFO] [stdout]    --> src/lib.rs:521:11
[INFO] [stdout]     |
[INFO] [stdout] 521 | #[cfg(not(doc_example))]
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_example)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_example)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] running `Command { std: "docker" "inspect" "018ca8cf6752c8851db5293d65b8a6b44a055d3633c79f95917a85f1d7e324ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "018ca8cf6752c8851db5293d65b8a6b44a055d3633c79f95917a85f1d7e324ab", kill_on_drop: false }`
[INFO] [stdout] 018ca8cf6752c8851db5293d65b8a6b44a055d3633c79f95917a85f1d7e324ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 603e8a45d67f425ac77fc622e0433698b3f18f35cb697695d2afdd487442e26a
[INFO] running `Command { std: "docker" "start" "-a" "603e8a45d67f425ac77fc622e0433698b3f18f35cb697695d2afdd487442e26a", kill_on_drop: false }`
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.2
[INFO] [stdout] warning: unexpected `cfg` condition name: `doc_example`
[INFO] [stdout]    --> src/lib.rs:492:7
[INFO] [stdout]     |
[INFO] [stdout] 492 | #[cfg(doc_example)]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_example)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_example)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `doc_example`
[INFO] [stdout]    --> src/lib.rs:521:11
[INFO] [stdout]     |
[INFO] [stdout] 521 | #[cfg(not(doc_example))]
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_example)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_example)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling macro_rules_attribute v0.2.2
[INFO] [stderr]    Compiling mini-macro-magic v2.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/enum_variant.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(export!)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `doc_example`
[INFO] [stdout]    --> src/lib.rs:492:7
[INFO] [stdout]     |
[INFO] [stdout] 492 | #[cfg(doc_example)]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_example)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_example)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/enum_variant.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(export!)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `doc_example`
[INFO] [stdout]    --> src/lib.rs:521:11
[INFO] [stdout]     |
[INFO] [stdout] 521 | #[cfg(not(doc_example))]
[INFO] [stdout]     |           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_example)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_example)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]  --> tests/structs_everywhere.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(export!)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]  --> tests/structs_everywhere.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(export!)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]  --> tests/all_forms.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(export!)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]  --> tests/all_forms.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(export!)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(export!)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[derive(export!)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(export!)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(export!)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(export!)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[derive(export!)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | / export!(
[INFO] [stdout] 34 | |     #[export(f$)]
[INFO] [stdout] 35 | |     {
[INFO] [stdout] 36 | |         struct F;
[INFO] [stdout] 37 | |     }
[INFO] [stdout] 38 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:33:1
[INFO] [stdout]    |
[INFO] [stdout] 33 | / export!(
[INFO] [stdout] 34 | |     #[export(f$)]
[INFO] [stdout] 35 | |     {
[INFO] [stdout] 36 | |         struct F;
[INFO] [stdout] 37 | |     }
[INFO] [stdout] 38 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / export!(
[INFO] [stdout] 42 | |     #[export(pub(crate) g$)]
[INFO] [stdout] 43 | |     {
[INFO] [stdout] 44 | |         struct G;
[INFO] [stdout] 45 | |     }
[INFO] [stdout] 46 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | / export!(
[INFO] [stdout] 42 | |     #[export(pub(crate) g$)]
[INFO] [stdout] 43 | |     {
[INFO] [stdout] 44 | |         struct G;
[INFO] [stdout] 45 | |     }
[INFO] [stdout] 46 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | / export!(
[INFO] [stdout] 50 | |     #[export(pub(self) h$)]
[INFO] [stdout] 51 | |     {
[INFO] [stdout] 52 | |         struct H;
[INFO] [stdout] 53 | |     }
[INFO] [stdout] 54 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | / export!(
[INFO] [stdout] 50 | |     #[export(pub(self) h$)]
[INFO] [stdout] 51 | |     {
[INFO] [stdout] 52 | |         struct H;
[INFO] [stdout] 53 | |     }
[INFO] [stdout] 54 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | / export!(
[INFO] [stdout] 58 | |     #[export(pub crate i$)]
[INFO] [stdout] 59 | |     {
[INFO] [stdout] 60 | |         struct I;
[INFO] [stdout] 61 | |     }
[INFO] [stdout] 62 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | / export!(
[INFO] [stdout] 58 | |     #[export(pub crate i$)]
[INFO] [stdout] 59 | |     {
[INFO] [stdout] 60 | |         struct I;
[INFO] [stdout] 61 | |     }
[INFO] [stdout] 62 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[derive(export!)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     #[derive(export!)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | /     export!(
[INFO] [stdout] 69 | |         #[export(pub j$)]
[INFO] [stdout] 70 | |         {
[INFO] [stdout] 71 | |             struct J;
[INFO] [stdout] 72 | |         }
[INFO] [stdout] 73 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/all_forms.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | /     export!(
[INFO] [stdout] 69 | |         #[export(pub j$)]
[INFO] [stdout] 70 | |         {
[INFO] [stdout] 71 | |             struct J;
[INFO] [stdout] 72 | |         }
[INFO] [stdout] 73 | |     );
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]  --> tests/serialize.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(export!)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]  --> tests/serialize.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[derive(export!)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/serialize.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(export!)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stdout]   --> tests/serialize.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[derive(export!)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.34s
[INFO] running `Command { std: "docker" "inspect" "603e8a45d67f425ac77fc622e0433698b3f18f35cb697695d2afdd487442e26a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "603e8a45d67f425ac77fc622e0433698b3f18f35cb697695d2afdd487442e26a", kill_on_drop: false }`
[INFO] [stdout] 603e8a45d67f425ac77fc622e0433698b3f18f35cb697695d2afdd487442e26a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 12155881d330be7201a4836ffbba2b08dd72b4d9f2354e314fa99b00f22bf3bd
[INFO] running `Command { std: "docker" "start" "-a" "12155881d330be7201a4836ffbba2b08dd72b4d9f2354e314fa99b00f22bf3bd", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `doc_example`
[INFO] [stderr]    --> src/lib.rs:492:7
[INFO] [stderr]     |
[INFO] [stderr] 492 | #[cfg(doc_example)]
[INFO] [stderr]     |       ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_example)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_example)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `doc_example`
[INFO] [stderr]    --> src/lib.rs:521:11
[INFO] [stderr]     |
[INFO] [stderr] 521 | #[cfg(not(doc_example))]
[INFO] [stderr]     |           ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(doc_example)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(doc_example)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `mini-macro-magic` (lib) generated 2 warnings
[INFO] [stderr] warning: `mini-macro-magic` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/enum_variant.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[derive(export!)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/enum_variant.rs:26:1
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[derive(export!)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]  --> tests/all_forms.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[derive(export!)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]  --> tests/all_forms.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[derive(export!)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/all_forms.rs:21:1
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[derive(export!)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/all_forms.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[derive(export!)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/all_forms.rs:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[derive(export!)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/all_forms.rs:33:1
[INFO] [stderr]    |
[INFO] [stderr] 33 | / export!(
[INFO] [stderr] 34 | |     #[export(f$)]
[INFO] [stderr] 35 | |     {
[INFO] [stderr] 36 | |         struct F;
[INFO] [stderr] 37 | |     }
[INFO] [stderr] 38 | | );
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/all_forms.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | / export!(
[INFO] [stderr] 42 | |     #[export(pub(crate) g$)]
[INFO] [stderr] 43 | |     {
[INFO] [stderr] 44 | |         struct G;
[INFO] [stderr] 45 | |     }
[INFO] [stderr] 46 | | );
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/all_forms.rs:49:1
[INFO] [stderr]    |
[INFO] [stderr] 49 | / export!(
[INFO] [stderr] 50 | |     #[export(pub(self) h$)]
[INFO] [stderr] 51 | |     {
[INFO] [stderr] 52 | |         struct H;
[INFO] [stderr] 53 | |     }
[INFO] [stderr] 54 | | );
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/all_forms.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | / export!(
[INFO] [stderr] 58 | |     #[export(pub crate i$)]
[INFO] [stderr] 59 | |     {
[INFO] [stderr] 60 | |         struct I;
[INFO] [stderr] 61 | |     }
[INFO] [stderr] 62 | | );
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/all_forms.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 |     #[derive(export!)]
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/all_forms.rs:68:5
[INFO] [stderr]    |
[INFO] [stderr] 68 | /     export!(
[INFO] [stderr] 69 | |         #[export(pub j$)]
[INFO] [stderr] 70 | |         {
[INFO] [stderr] 71 | |             struct J;
[INFO] [stderr] 72 | |         }
[INFO] [stderr] 73 | |     );
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the macro `export` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]  --> tests/serialize.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[derive(export!)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]  --> tests/serialize.rs:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[derive(export!)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]   --> tests/serialize.rs:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | #[derive(export!)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]  --> tests/structs_everywhere.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(export!)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mmm_no_gen_examples`
[INFO] [stderr]  --> tests/structs_everywhere.rs:5:1
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[derive(export!)]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `$crate::__export_impl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the macro `$crate::__export_impl` may come from an old version of the `mini_macro_magic` crate, try updating your dependency with `cargo update -p mini_macro_magic`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: this warning originates in the macro `$crate::__export_impl` which comes from the expansion of the attribute macro `derive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `mini-macro-magic` (test "enum_variant") generated 2 warnings
[INFO] [stderr] warning: `mini-macro-magic` (test "all_forms") generated 20 warnings (9 duplicates)
[INFO] [stderr] warning: `mini-macro-magic` (test "serialize") generated 4 warnings (1 duplicate)
[INFO] [stderr] warning: `mini-macro-magic` (test "structs_everywhere") generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mini_macro_magic-c64b01600f9b6264)
[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]      Running tests/all_forms.rs (/opt/rustwide/target/debug/deps/all_forms-25898603513813f7)
[INFO] [stderr]      Running tests/enum_variant.rs (/opt/rustwide/target/debug/deps/enum_variant-7e284b8007f4c8ad)
[INFO] [stderr]      Running tests/serialize.rs (/opt/rustwide/target/debug/deps/serialize-2c094c24ff376224)
[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] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_variant ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running tests/structs_everywhere.rs (/opt/rustwide/target/debug/deps/structs_everywhere-4eb5de8cc4d34273)
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test check_other_serialization ... ok
[INFO] [stdout] test check_serialization ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test all_the_structs_are_emitted ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests mini_macro_magic
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/lib.rs - export (line 114) ... ignored
[INFO] [stdout] test src/lib.rs - export (line 75) ... ignored
[INFO] [stdout] test src/lib.rs - export (line 187) - compile fail ... ok
[INFO] [stdout] test src/lib.rs - export (line 157) ... ok
[INFO] [stdout] test src/lib.rs - export (line 143) ... ok
[INFO] [stdout] test src/lib.rs - export (line 169) ... ok
[INFO] [stdout] test src/lib.rs - export (line 125) ... ok
[INFO] [stdout] test src/lib.rs - (line 23) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.62s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "12155881d330be7201a4836ffbba2b08dd72b4d9f2354e314fa99b00f22bf3bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12155881d330be7201a4836ffbba2b08dd72b4d9f2354e314fa99b00f22bf3bd", kill_on_drop: false }`
[INFO] [stdout] 12155881d330be7201a4836ffbba2b08dd72b4d9f2354e314fa99b00f22bf3bd
