[INFO] fetching crate derivor 0.0.1...
[INFO] testing derivor-0.0.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate derivor 0.0.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate derivor 0.0.1
[INFO] finished tweaking crates.io crate derivor 0.0.1
[INFO] tweaked toml for crates.io crate derivor 0.0.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate derivor 0.0.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate derivor 0.0.1 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 34ac61ed1eed2843712778b2fd3375a0ce3f2e1b39ccc705a492262419ac08d7
[INFO] running `Command { std: "docker" "start" "-a" "34ac61ed1eed2843712778b2fd3375a0ce3f2e1b39ccc705a492262419ac08d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34ac61ed1eed2843712778b2fd3375a0ce3f2e1b39ccc705a492262419ac08d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34ac61ed1eed2843712778b2fd3375a0ce3f2e1b39ccc705a492262419ac08d7", kill_on_drop: false }`
[INFO] [stdout] 34ac61ed1eed2843712778b2fd3375a0ce3f2e1b39ccc705a492262419ac08d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 99af15ef0b19e6020352fc8344b7a0a8bbcdd973003c17f997f25adc294776ba
[INFO] running `Command { std: "docker" "start" "-a" "99af15ef0b19e6020352fc8344b7a0a8bbcdd973003c17f997f25adc294776ba", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling derivor v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stdout] warning: unexpected `cfg` condition value: `testing-helpers`
[INFO] [stdout]  --> build.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(not(feature = "testing-helpers"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]   = help: consider adding `testing-helpers` as a feature in `Cargo.toml`
[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 value: `testing-helpers`
[INFO] [stdout]  --> build.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "testing-helpers")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]   = help: consider adding `testing-helpers` as a feature in `Cargo.toml`
[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 convert_case v0.7.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stdout] warning: unused import: `enums::create_enum_token_stream`
[INFO] [stdout]   --> src/constructor/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use enums::create_enum_token_stream;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `structs::create_struct_token_stream`
[INFO] [stdout]   --> src/constructor/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use structs::create_struct_token_stream;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `unions::create_union_token_stream`
[INFO] [stdout]   --> src/constructor/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use unions::create_union_token_stream;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Data`, `DeriveInput`, `TokenStream`, and `parse_macro_input`
[INFO] [stdout]   --> src/constructor/mod.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         TokenStream,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |         parse_macro_input, Data, DeriveInput, Error, Type, Visibility,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^  ^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]   --> src/extras/lib.rs:48:30
[INFO] [stdout]    |
[INFO] [stdout] 48 | #![cfg_attr(any(not(docsrs), ci), deny(rustdoc::all))]
[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(ci)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: forbid(non_ascii_idents) is ignored unless specified at crate level
[INFO] [stdout]   --> src/extras/lib.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #![forbid(non_ascii_idents, unsafe_code)]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]   --> src/extras/lib.rs:81:7
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[cfg(feature = "eq")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]    = help: consider adding `eq` as a feature in `Cargo.toml`
[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 value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:458:5
[INFO] [stdout]     |
[INFO] [stdout] 458 |     feature = "eq",
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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: unused import: `core`
[INFO] [stdout]   --> src/extras/lib.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub use core;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]   --> src/extras/lib.rs:67:11
[INFO] [stdout]    |
[INFO] [stdout] 67 |     #[cfg(feature = "eq")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]    = help: consider adding `eq` as a feature in `Cargo.toml`
[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 value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:371:11
[INFO] [stdout]     |
[INFO] [stdout] 371 |     #[cfg(feature = "eq")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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 value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:279:15
[INFO] [stdout]     |
[INFO] [stdout] 279 |         #[cfg(feature = "eq")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 165 | /         re_export_traits!(
[INFO] [stdout] 166 | |             "add",
[INFO] [stdout] 167 | |             add_traits,
[INFO] [stdout] 168 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |             Sub,
[INFO] [stdout] 174 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 165 | /         re_export_traits!(
[INFO] [stdout] 166 | |             "add",
[INFO] [stdout] 167 | |             add_traits,
[INFO] [stdout] 168 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |             Sub,
[INFO] [stdout] 174 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 175 | /         re_export_traits!(
[INFO] [stdout] 176 | |             "add_assign",
[INFO] [stdout] 177 | |             add_assign_traits,
[INFO] [stdout] 178 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |             SubAssign,
[INFO] [stdout] 184 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 175 | /         re_export_traits!(
[INFO] [stdout] 176 | |             "add_assign",
[INFO] [stdout] 177 | |             add_assign_traits,
[INFO] [stdout] 178 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |             SubAssign,
[INFO] [stdout] 184 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |         re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef);
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |         re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef);
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |         re_export_traits!("debug", debug_traits, core::fmt, Debug);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |         re_export_traits!("debug", debug_traits, core::fmt, Debug);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |         re_export_traits!("deref", deref_traits, core::ops, Deref);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |         re_export_traits!("deref", deref_traits, core::ops, Deref);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |         re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |         re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /         re_export_traits!(
[INFO] [stdout] 190 | |             "display",
[INFO] [stdout] 191 | |             display_traits,
[INFO] [stdout] 192 | |             core::fmt,
[INFO] [stdout] ...   |
[INFO] [stdout] 200 | |             UpperHex,
[INFO] [stdout] 201 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /         re_export_traits!(
[INFO] [stdout] 190 | |             "display",
[INFO] [stdout] 191 | |             display_traits,
[INFO] [stdout] 192 | |             core::fmt,
[INFO] [stdout] ...   |
[INFO] [stdout] 200 | |             UpperHex,
[INFO] [stdout] 201 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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 `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:158:23
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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 `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |         re_export_traits!("error", error_traits, core::error, Error);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |         re_export_traits!("error", error_traits, core::error, Error);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |         re_export_traits!("from", from_traits, core::convert, From);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |         re_export_traits!("from", from_traits, core::convert, From);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |         re_export_traits!("from_str", from_str_traits, core::str, FromStr);
[INFO] [stdout]     |         ------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |         re_export_traits!("from_str", from_str_traits, core::str, FromStr);
[INFO] [stdout]     |         ------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |         re_export_traits!("index", index_traits, core::ops, Index);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |         re_export_traits!("index", index_traits, core::ops, Index);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         re_export_traits!("into", into_traits, core::convert, Into);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         re_export_traits!("into", into_traits, core::convert, Into);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 217 | /         re_export_traits!(
[INFO] [stdout] 218 | |             "into_iterator",
[INFO] [stdout] 219 | |             into_iterator_traits,
[INFO] [stdout] 220 | |             core::iter,
[INFO] [stdout] 221 | |             IntoIterator,
[INFO] [stdout] 222 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 217 | /         re_export_traits!(
[INFO] [stdout] 218 | |             "into_iterator",
[INFO] [stdout] 219 | |             into_iterator_traits,
[INFO] [stdout] 220 | |             core::iter,
[INFO] [stdout] 221 | |             IntoIterator,
[INFO] [stdout] 222 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 224 |         re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr);
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 224 |         re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr);
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |         re_export_traits!("not", not_traits, core::ops, Neg, Not);
[INFO] [stdout]     |         --------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |         re_export_traits!("not", not_traits, core::ops, Neg, Not);
[INFO] [stdout]     |         --------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |         re_export_traits!("sum", sum_traits, core::iter, Product, Sum);
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |         re_export_traits!("sum", sum_traits, core::iter, Product, Sum);
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |         re_export_traits!("try_from", try_from_traits, core::convert, TryFrom);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |         re_export_traits!("try_from", try_from_traits, core::convert, TryFrom);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 244 |         re_export_traits!("try_into", try_into_traits, core::convert, TryInto);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 244 |         re_export_traits!("try_into", try_into_traits, core::convert, TryInto);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `all_traits_and_derives::Unwrap`
[INFO] [stdout]    --> src/extras/lib.rs:439:13
[INFO] [stdout]     |
[INFO] [stdout] 439 |     pub use all_traits_and_derives::Unwrap;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `extras::*`
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use extras::*;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DeriveInput`, `Error`, `Type`, `adjust_keyword_ident`, `proc_macro2::Span`, `proc_macro::TokenStream`, and `string::ToString`
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         string::ToString
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |         DeriveInput, Error, Type,
[INFO] [stdout]    |         ^^^^^^^^^^^  ^^^^^  ^^^^
[INFO] [stdout] 16 |     },
[INFO] [stdout] 17 |     proc_macro::TokenStream,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     proc_macro2::Span,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |             adjust_keyword_ident,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.99s
[INFO] running `Command { std: "docker" "inspect" "99af15ef0b19e6020352fc8344b7a0a8bbcdd973003c17f997f25adc294776ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99af15ef0b19e6020352fc8344b7a0a8bbcdd973003c17f997f25adc294776ba", kill_on_drop: false }`
[INFO] [stdout] 99af15ef0b19e6020352fc8344b7a0a8bbcdd973003c17f997f25adc294776ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da82aadd14ddda2a91672b201059f5da68d14fa52b06444944edda25574c5aa3
[INFO] running `Command { std: "docker" "start" "-a" "da82aadd14ddda2a91672b201059f5da68d14fa52b06444944edda25574c5aa3", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `testing-helpers`
[INFO] [stdout]  --> build.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(not(feature = "testing-helpers"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]   = help: consider adding `testing-helpers` as a feature in `Cargo.toml`
[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 value: `testing-helpers`
[INFO] [stdout]  --> build.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[cfg(feature = "testing-helpers")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]   = help: consider adding `testing-helpers` as a feature in `Cargo.toml`
[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 derivor v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `enums::create_enum_token_stream`
[INFO] [stdout]   --> src/constructor/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use enums::create_enum_token_stream;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `structs::create_struct_token_stream`
[INFO] [stdout]   --> src/constructor/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use structs::create_struct_token_stream;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `unions::create_union_token_stream`
[INFO] [stdout]   --> src/constructor/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use unions::create_union_token_stream;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Data`, `DeriveInput`, `TokenStream`, and `parse_macro_input`
[INFO] [stdout]   --> src/constructor/mod.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         TokenStream,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |         parse_macro_input, Data, DeriveInput, Error, Type, Visibility,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^  ^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]   --> src/extras/lib.rs:48:30
[INFO] [stdout]    |
[INFO] [stdout] 48 | #![cfg_attr(any(not(docsrs), ci), deny(rustdoc::all))]
[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(ci)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: forbid(non_ascii_idents) is ignored unless specified at crate level
[INFO] [stdout]   --> src/extras/lib.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #![forbid(non_ascii_idents, unsafe_code)]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]   --> src/extras/lib.rs:81:7
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[cfg(feature = "eq")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]    = help: consider adding `eq` as a feature in `Cargo.toml`
[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 value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:458:5
[INFO] [stdout]     |
[INFO] [stdout] 458 |     feature = "eq",
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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: unused import: `core`
[INFO] [stdout]   --> src/extras/lib.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub use core;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]   --> src/extras/lib.rs:67:11
[INFO] [stdout]    |
[INFO] [stdout] 67 |     #[cfg(feature = "eq")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]    = help: consider adding `eq` as a feature in `Cargo.toml`
[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 value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:371:11
[INFO] [stdout]     |
[INFO] [stdout] 371 |     #[cfg(feature = "eq")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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 value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:279:15
[INFO] [stdout]     |
[INFO] [stdout] 279 |         #[cfg(feature = "eq")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 165 | /         re_export_traits!(
[INFO] [stdout] 166 | |             "add",
[INFO] [stdout] 167 | |             add_traits,
[INFO] [stdout] 168 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |             Sub,
[INFO] [stdout] 174 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 165 | /         re_export_traits!(
[INFO] [stdout] 166 | |             "add",
[INFO] [stdout] 167 | |             add_traits,
[INFO] [stdout] 168 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |             Sub,
[INFO] [stdout] 174 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 175 | /         re_export_traits!(
[INFO] [stdout] 176 | |             "add_assign",
[INFO] [stdout] 177 | |             add_assign_traits,
[INFO] [stdout] 178 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |             SubAssign,
[INFO] [stdout] 184 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 175 | /         re_export_traits!(
[INFO] [stdout] 176 | |             "add_assign",
[INFO] [stdout] 177 | |             add_assign_traits,
[INFO] [stdout] 178 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |             SubAssign,
[INFO] [stdout] 184 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |         re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef);
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |         re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef);
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |         re_export_traits!("debug", debug_traits, core::fmt, Debug);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |         re_export_traits!("debug", debug_traits, core::fmt, Debug);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |         re_export_traits!("deref", deref_traits, core::ops, Deref);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |         re_export_traits!("deref", deref_traits, core::ops, Deref);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |         re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |         re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /         re_export_traits!(
[INFO] [stdout] 190 | |             "display",
[INFO] [stdout] 191 | |             display_traits,
[INFO] [stdout] 192 | |             core::fmt,
[INFO] [stdout] ...   |
[INFO] [stdout] 200 | |             UpperHex,
[INFO] [stdout] 201 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /         re_export_traits!(
[INFO] [stdout] 190 | |             "display",
[INFO] [stdout] 191 | |             display_traits,
[INFO] [stdout] 192 | |             core::fmt,
[INFO] [stdout] ...   |
[INFO] [stdout] 200 | |             UpperHex,
[INFO] [stdout] 201 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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 `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:158:23
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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 `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |         re_export_traits!("error", error_traits, core::error, Error);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |         re_export_traits!("error", error_traits, core::error, Error);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |         re_export_traits!("from", from_traits, core::convert, From);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |         re_export_traits!("from", from_traits, core::convert, From);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |         re_export_traits!("from_str", from_str_traits, core::str, FromStr);
[INFO] [stdout]     |         ------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |         re_export_traits!("from_str", from_str_traits, core::str, FromStr);
[INFO] [stdout]     |         ------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |         re_export_traits!("index", index_traits, core::ops, Index);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |         re_export_traits!("index", index_traits, core::ops, Index);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         re_export_traits!("into", into_traits, core::convert, Into);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         re_export_traits!("into", into_traits, core::convert, Into);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 217 | /         re_export_traits!(
[INFO] [stdout] 218 | |             "into_iterator",
[INFO] [stdout] 219 | |             into_iterator_traits,
[INFO] [stdout] 220 | |             core::iter,
[INFO] [stdout] 221 | |             IntoIterator,
[INFO] [stdout] 222 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 217 | /         re_export_traits!(
[INFO] [stdout] 218 | |             "into_iterator",
[INFO] [stdout] 219 | |             into_iterator_traits,
[INFO] [stdout] 220 | |             core::iter,
[INFO] [stdout] 221 | |             IntoIterator,
[INFO] [stdout] 222 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 224 |         re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr);
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 224 |         re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr);
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |         re_export_traits!("not", not_traits, core::ops, Neg, Not);
[INFO] [stdout]     |         --------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |         re_export_traits!("not", not_traits, core::ops, Neg, Not);
[INFO] [stdout]     |         --------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |         re_export_traits!("sum", sum_traits, core::iter, Product, Sum);
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |         re_export_traits!("sum", sum_traits, core::iter, Product, Sum);
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |         re_export_traits!("try_from", try_from_traits, core::convert, TryFrom);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |         re_export_traits!("try_from", try_from_traits, core::convert, TryFrom);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 244 |         re_export_traits!("try_into", try_into_traits, core::convert, TryInto);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 244 |         re_export_traits!("try_into", try_into_traits, core::convert, TryInto);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `all_traits_and_derives::Unwrap`
[INFO] [stdout]    --> src/extras/lib.rs:439:13
[INFO] [stdout]     |
[INFO] [stdout] 439 |     pub use all_traits_and_derives::Unwrap;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `extras::*`
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use extras::*;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DeriveInput`, `Error`, `proc_macro2::Span`, and `proc_macro::TokenStream`
[INFO] [stdout]   --> src/lib.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         DeriveInput, Error, Type,
[INFO] [stdout]    |         ^^^^^^^^^^^  ^^^^^
[INFO] [stdout] 16 |     },
[INFO] [stdout] 17 |     proc_macro::TokenStream,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     proc_macro2::Span,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `enums::create_enum_token_stream`
[INFO] [stdout]   --> src/constructor/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use enums::create_enum_token_stream;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `structs::create_struct_token_stream`
[INFO] [stdout]   --> src/constructor/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use structs::create_struct_token_stream;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `unions::create_union_token_stream`
[INFO] [stdout]   --> src/constructor/mod.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use unions::create_union_token_stream;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Data`, `DeriveInput`, `TokenStream`, and `parse_macro_input`
[INFO] [stdout]   --> src/constructor/mod.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |         TokenStream,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |         parse_macro_input, Data, DeriveInput, Error, Type, Visibility,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^  ^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]   --> src/extras/lib.rs:48:30
[INFO] [stdout]    |
[INFO] [stdout] 48 | #![cfg_attr(any(not(docsrs), ci), deny(rustdoc::all))]
[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(ci)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: forbid(non_ascii_idents) is ignored unless specified at crate level
[INFO] [stdout]   --> src/extras/lib.rs:49:11
[INFO] [stdout]    |
[INFO] [stdout] 49 | #![forbid(non_ascii_idents, unsafe_code)]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]   --> src/extras/lib.rs:81:7
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[cfg(feature = "eq")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]    = help: consider adding `eq` as a feature in `Cargo.toml`
[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 value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:458:5
[INFO] [stdout]     |
[INFO] [stdout] 458 |     feature = "eq",
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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: unused import: `core`
[INFO] [stdout]   --> src/extras/lib.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | pub use core;
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]   --> src/extras/lib.rs:67:11
[INFO] [stdout]    |
[INFO] [stdout] 67 |     #[cfg(feature = "eq")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]    = help: consider adding `eq` as a feature in `Cargo.toml`
[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 value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:371:11
[INFO] [stdout]     |
[INFO] [stdout] 371 |     #[cfg(feature = "eq")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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 value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:279:15
[INFO] [stdout]     |
[INFO] [stdout] 279 |         #[cfg(feature = "eq")]
[INFO] [stdout]     |               ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 165 | /         re_export_traits!(
[INFO] [stdout] 166 | |             "add",
[INFO] [stdout] 167 | |             add_traits,
[INFO] [stdout] 168 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |             Sub,
[INFO] [stdout] 174 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 165 | /         re_export_traits!(
[INFO] [stdout] 166 | |             "add",
[INFO] [stdout] 167 | |             add_traits,
[INFO] [stdout] 168 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 173 | |             Sub,
[INFO] [stdout] 174 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 175 | /         re_export_traits!(
[INFO] [stdout] 176 | |             "add_assign",
[INFO] [stdout] 177 | |             add_assign_traits,
[INFO] [stdout] 178 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |             SubAssign,
[INFO] [stdout] 184 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 175 | /         re_export_traits!(
[INFO] [stdout] 176 | |             "add_assign",
[INFO] [stdout] 177 | |             add_assign_traits,
[INFO] [stdout] 178 | |             core::ops,
[INFO] [stdout] ...   |
[INFO] [stdout] 183 | |             SubAssign,
[INFO] [stdout] 184 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |         re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef);
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 185 |         re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef);
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |         re_export_traits!("debug", debug_traits, core::fmt, Debug);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |         re_export_traits!("debug", debug_traits, core::fmt, Debug);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |         re_export_traits!("deref", deref_traits, core::ops, Deref);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |         re_export_traits!("deref", deref_traits, core::ops, Deref);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |         re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |         re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /         re_export_traits!(
[INFO] [stdout] 190 | |             "display",
[INFO] [stdout] 191 | |             display_traits,
[INFO] [stdout] 192 | |             core::fmt,
[INFO] [stdout] ...   |
[INFO] [stdout] 200 | |             UpperHex,
[INFO] [stdout] 201 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 189 | /         re_export_traits!(
[INFO] [stdout] 190 | |             "display",
[INFO] [stdout] 191 | |             display_traits,
[INFO] [stdout] 192 | |             core::fmt,
[INFO] [stdout] ...   |
[INFO] [stdout] 200 | |             UpperHex,
[INFO] [stdout] 201 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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 `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `eq`
[INFO] [stdout]    --> src/extras/lib.rs:158:23
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stdout]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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 `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |         re_export_traits!("error", error_traits, core::error, Error);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 205 |         re_export_traits!("error", error_traits, core::error, Error);
[INFO] [stdout]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |         re_export_traits!("from", from_traits, core::convert, From);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |         re_export_traits!("from", from_traits, core::convert, From);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |         re_export_traits!("from_str", from_str_traits, core::str, FromStr);
[INFO] [stdout]     |         ------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 209 |         re_export_traits!("from_str", from_str_traits, core::str, FromStr);
[INFO] [stdout]     |         ------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |         re_export_traits!("index", index_traits, core::ops, Index);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 211 |         re_export_traits!("index", index_traits, core::ops, Index);
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 213 |         re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut);
[INFO] [stdout]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         re_export_traits!("into", into_traits, core::convert, Into);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 215 |         re_export_traits!("into", into_traits, core::convert, Into);
[INFO] [stdout]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 217 | /         re_export_traits!(
[INFO] [stdout] 218 | |             "into_iterator",
[INFO] [stdout] 219 | |             into_iterator_traits,
[INFO] [stdout] 220 | |             core::iter,
[INFO] [stdout] 221 | |             IntoIterator,
[INFO] [stdout] 222 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                              ^^
[INFO] [stdout] ...
[INFO] [stdout] 217 | /         re_export_traits!(
[INFO] [stdout] 218 | |             "into_iterator",
[INFO] [stdout] 219 | |             into_iterator_traits,
[INFO] [stdout] 220 | |             core::iter,
[INFO] [stdout] 221 | |             IntoIterator,
[INFO] [stdout] 222 | |         );
[INFO] [stdout]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 224 |         re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr);
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 224 |         re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr);
[INFO] [stdout]     |         ------------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |         re_export_traits!("not", not_traits, core::ops, Neg, Not);
[INFO] [stdout]     |         --------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |         re_export_traits!("not", not_traits, core::ops, Neg, Not);
[INFO] [stdout]     |         --------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |         re_export_traits!("sum", sum_traits, core::iter, Product, Sum);
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 240 |         re_export_traits!("sum", sum_traits, core::iter, Product, Sum);
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |         re_export_traits!("try_from", try_from_traits, core::convert, TryFrom);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 242 |         re_export_traits!("try_from", try_from_traits, core::convert, TryFrom);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:152:60
[INFO] [stdout]     |
[INFO] [stdout] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 244 |         re_export_traits!("try_into", try_into_traits, core::convert, TryInto);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `ci`
[INFO] [stdout]    --> src/extras/lib.rs:158:60
[INFO] [stdout]     |
[INFO] [stdout] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stdout]     |                                                            ^^
[INFO] [stdout] ...
[INFO] [stdout] 244 |         re_export_traits!("try_into", try_into_traits, core::convert, TryInto);
[INFO] [stdout]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `all_traits_and_derives::Unwrap`
[INFO] [stdout]    --> src/extras/lib.rs:439:13
[INFO] [stdout]     |
[INFO] [stdout] 439 |     pub use all_traits_and_derives::Unwrap;
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `extras::*`
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use extras::*;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DeriveInput`, `Error`, `Type`, `adjust_keyword_ident`, `proc_macro2::Span`, `proc_macro::TokenStream`, and `string::ToString`
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         string::ToString
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |         DeriveInput, Error, Type,
[INFO] [stdout]    |         ^^^^^^^^^^^  ^^^^^  ^^^^
[INFO] [stdout] 16 |     },
[INFO] [stdout] 17 |     proc_macro::TokenStream,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 18 |     proc_macro2::Span,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |             adjust_keyword_ident,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.75s
[INFO] running `Command { std: "docker" "inspect" "da82aadd14ddda2a91672b201059f5da68d14fa52b06444944edda25574c5aa3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da82aadd14ddda2a91672b201059f5da68d14fa52b06444944edda25574c5aa3", kill_on_drop: false }`
[INFO] [stdout] da82aadd14ddda2a91672b201059f5da68d14fa52b06444944edda25574c5aa3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1b90f00a0b02b3f31913cdf8e48360bf53c5f0706a819fbb47d29b0f1ef5d7cc
[INFO] running `Command { std: "docker" "start" "-a" "1b90f00a0b02b3f31913cdf8e48360bf53c5f0706a819fbb47d29b0f1ef5d7cc", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `testing-helpers`
[INFO] [stderr]  --> build.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | #[cfg(not(feature = "testing-helpers"))]
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stderr]   = help: consider adding `testing-helpers` as a feature in `Cargo.toml`
[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 value: `testing-helpers`
[INFO] [stderr]  --> build.rs:4:7
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[cfg(feature = "testing-helpers")]
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stderr]   = help: consider adding `testing-helpers` as a feature in `Cargo.toml`
[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: `derivor` (build script) generated 2 warnings
[INFO] [stderr] warning: unused import: `enums::create_enum_token_stream`
[INFO] [stderr]   --> src/constructor/mod.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use enums::create_enum_token_stream;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `structs::create_struct_token_stream`
[INFO] [stderr]   --> src/constructor/mod.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use structs::create_struct_token_stream;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `unions::create_union_token_stream`
[INFO] [stderr]   --> src/constructor/mod.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | use unions::create_union_token_stream;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Data`, `DeriveInput`, `TokenStream`, and `parse_macro_input`
[INFO] [stderr]   --> src/constructor/mod.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 29 |         TokenStream,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 41 |         parse_macro_input, Data, DeriveInput, Error, Type, Visibility,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^  ^^^^  ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]   --> src/extras/lib.rs:48:30
[INFO] [stderr]    |
[INFO] [stderr] 48 | #![cfg_attr(any(not(docsrs), ci), deny(rustdoc::all))]
[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(ci)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: forbid(non_ascii_idents) is ignored unless specified at crate level
[INFO] [stderr]   --> src/extras/lib.rs:49:11
[INFO] [stderr]    |
[INFO] [stderr] 49 | #![forbid(non_ascii_idents, unsafe_code)]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `eq`
[INFO] [stderr]   --> src/extras/lib.rs:81:7
[INFO] [stderr]    |
[INFO] [stderr] 81 | #[cfg(feature = "eq")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stderr]    = help: consider adding `eq` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `eq`
[INFO] [stderr]    --> src/extras/lib.rs:458:5
[INFO] [stderr]     |
[INFO] [stderr] 458 |     feature = "eq",
[INFO] [stderr]     |     ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stderr]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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: unused import: `core`
[INFO] [stderr]   --> src/extras/lib.rs:56:9
[INFO] [stderr]    |
[INFO] [stderr] 56 | pub use core;
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `eq`
[INFO] [stderr]   --> src/extras/lib.rs:67:11
[INFO] [stderr]    |
[INFO] [stderr] 67 |     #[cfg(feature = "eq")]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stderr]    = help: consider adding `eq` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `eq`
[INFO] [stderr]    --> src/extras/lib.rs:371:11
[INFO] [stderr]     |
[INFO] [stderr] 371 |     #[cfg(feature = "eq")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stderr]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition value: `eq`
[INFO] [stderr]    --> src/extras/lib.rs:279:15
[INFO] [stderr]     |
[INFO] [stderr] 279 |         #[cfg(feature = "eq")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stderr]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                              ^^
[INFO] [stderr] ...
[INFO] [stderr] 165 | /         re_export_traits!(
[INFO] [stderr] 166 | |             "add",
[INFO] [stderr] 167 | |             add_traits,
[INFO] [stderr] 168 | |             core::ops,
[INFO] [stderr] ...   |
[INFO] [stderr] 173 | |             Sub,
[INFO] [stderr] 174 | |         );
[INFO] [stderr]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                              ^^
[INFO] [stderr] ...
[INFO] [stderr] 165 | /         re_export_traits!(
[INFO] [stderr] 166 | |             "add",
[INFO] [stderr] 167 | |             add_traits,
[INFO] [stderr] 168 | |             core::ops,
[INFO] [stderr] ...   |
[INFO] [stderr] 173 | |             Sub,
[INFO] [stderr] 174 | |         );
[INFO] [stderr]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                              ^^
[INFO] [stderr] ...
[INFO] [stderr] 175 | /         re_export_traits!(
[INFO] [stderr] 176 | |             "add_assign",
[INFO] [stderr] 177 | |             add_assign_traits,
[INFO] [stderr] 178 | |             core::ops,
[INFO] [stderr] ...   |
[INFO] [stderr] 183 | |             SubAssign,
[INFO] [stderr] 184 | |         );
[INFO] [stderr]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                              ^^
[INFO] [stderr] ...
[INFO] [stderr] 175 | /         re_export_traits!(
[INFO] [stderr] 176 | |             "add_assign",
[INFO] [stderr] 177 | |             add_assign_traits,
[INFO] [stderr] 178 | |             core::ops,
[INFO] [stderr] ...   |
[INFO] [stderr] 183 | |             SubAssign,
[INFO] [stderr] 184 | |         );
[INFO] [stderr]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 185 |         re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef);
[INFO] [stderr]     |         ----------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 185 |         re_export_traits!("as_ref", as_ref_traits, core::convert, AsMut, AsRef);
[INFO] [stderr]     |         ----------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 186 |         re_export_traits!("debug", debug_traits, core::fmt, Debug);
[INFO] [stderr]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 186 |         re_export_traits!("debug", debug_traits, core::fmt, Debug);
[INFO] [stderr]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 187 |         re_export_traits!("deref", deref_traits, core::ops, Deref);
[INFO] [stderr]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 187 |         re_export_traits!("deref", deref_traits, core::ops, Deref);
[INFO] [stderr]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 188 |         re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut);
[INFO] [stderr]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 188 |         re_export_traits!("deref_mut", deref_mut_traits, core::ops, DerefMut);
[INFO] [stderr]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                              ^^
[INFO] [stderr] ...
[INFO] [stderr] 189 | /         re_export_traits!(
[INFO] [stderr] 190 | |             "display",
[INFO] [stderr] 191 | |             display_traits,
[INFO] [stderr] 192 | |             core::fmt,
[INFO] [stderr] ...   |
[INFO] [stderr] 200 | |             UpperHex,
[INFO] [stderr] 201 | |         );
[INFO] [stderr]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                              ^^
[INFO] [stderr] ...
[INFO] [stderr] 189 | /         re_export_traits!(
[INFO] [stderr] 190 | |             "display",
[INFO] [stderr] 191 | |             display_traits,
[INFO] [stderr] 192 | |             core::fmt,
[INFO] [stderr] ...   |
[INFO] [stderr] 200 | |             UpperHex,
[INFO] [stderr] 201 | |         );
[INFO] [stderr]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `eq`
[INFO] [stderr]    --> src/extras/lib.rs:152:23
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stderr]     |         ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stderr]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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 `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stderr]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `eq`
[INFO] [stderr]    --> src/extras/lib.rs:158:23
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stderr]     |         ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `add`, `add_assign`, `as_ref`, `constructor`, `debug`, `default`, `deref`, `deref_mut`, `display`, `enums`, `error`, `from`, `from_str`, `full`, `index`, `index_mut`, `into`, `into_iterator`, `is_variant`, `mul`, `mul_assign`, `not`, `shorthand`, `std`, `structs`, `sum`, `try_from`, `try_into`, `try_unwrap`, `unions`, and `unwrap`
[INFO] [stderr]     = help: consider adding `eq` as a feature in `Cargo.toml`
[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 `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 203 |         re_export_traits!("eq", eq_traits, core::cmp, Eq, PartialEq);
[INFO] [stderr]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 205 |         re_export_traits!("error", error_traits, core::error, Error);
[INFO] [stderr]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 205 |         re_export_traits!("error", error_traits, core::error, Error);
[INFO] [stderr]     |         ------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 207 |         re_export_traits!("from", from_traits, core::convert, From);
[INFO] [stderr]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 207 |         re_export_traits!("from", from_traits, core::convert, From);
[INFO] [stderr]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 209 |         re_export_traits!("from_str", from_str_traits, core::str, FromStr);
[INFO] [stderr]     |         ------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 209 |         re_export_traits!("from_str", from_str_traits, core::str, FromStr);
[INFO] [stderr]     |         ------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 211 |         re_export_traits!("index", index_traits, core::ops, Index);
[INFO] [stderr]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 211 |         re_export_traits!("index", index_traits, core::ops, Index);
[INFO] [stderr]     |         ---------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 213 |         re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut);
[INFO] [stderr]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 213 |         re_export_traits!("index_mut", index_mut_traits, core::ops, IndexMut);
[INFO] [stderr]     |         --------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 215 |         re_export_traits!("into", into_traits, core::convert, Into);
[INFO] [stderr]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 215 |         re_export_traits!("into", into_traits, core::convert, Into);
[INFO] [stderr]     |         ----------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                              ^^
[INFO] [stderr] ...
[INFO] [stderr] 217 | /         re_export_traits!(
[INFO] [stderr] 218 | |             "into_iterator",
[INFO] [stderr] 219 | |             into_iterator_traits,
[INFO] [stderr] 220 | |             core::iter,
[INFO] [stderr] 221 | |             IntoIterator,
[INFO] [stderr] 222 | |         );
[INFO] [stderr]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |               #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                              ^^
[INFO] [stderr] ...
[INFO] [stderr] 217 | /         re_export_traits!(
[INFO] [stderr] 218 | |             "into_iterator",
[INFO] [stderr] 219 | |             into_iterator_traits,
[INFO] [stderr] 220 | |             core::iter,
[INFO] [stderr] 221 | |             IntoIterator,
[INFO] [stderr] 222 | |         );
[INFO] [stderr]     | |_________- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 224 |         re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr);
[INFO] [stderr]     |         ------------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 224 |         re_export_traits!("mul", mul_traits, core::ops, Div, Mul, Rem, Shl, Shr);
[INFO] [stderr]     |         ------------------------------------------------------------------------ in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 238 |         re_export_traits!("not", not_traits, core::ops, Neg, Not);
[INFO] [stderr]     |         --------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 238 |         re_export_traits!("not", not_traits, core::ops, Neg, Not);
[INFO] [stderr]     |         --------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 240 |         re_export_traits!("sum", sum_traits, core::iter, Product, Sum);
[INFO] [stderr]     |         -------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 240 |         re_export_traits!("sum", sum_traits, core::iter, Product, Sum);
[INFO] [stderr]     |         -------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 242 |         re_export_traits!("try_from", try_from_traits, core::convert, TryFrom);
[INFO] [stderr]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 242 |         re_export_traits!("try_from", try_from_traits, core::convert, TryFrom);
[INFO] [stderr]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:152:60
[INFO] [stderr]     |
[INFO] [stderr] 152 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 244 |         re_export_traits!("try_into", try_into_traits, core::convert, TryInto);
[INFO] [stderr]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `ci`
[INFO] [stderr]    --> src/extras/lib.rs:158:60
[INFO] [stderr]     |
[INFO] [stderr] 158 |             #[cfg(all(feature = $feature, any(not(docsrs), ci)))]
[INFO] [stderr]     |                                                            ^^
[INFO] [stderr] ...
[INFO] [stderr] 244 |         re_export_traits!("try_into", try_into_traits, core::convert, TryInto);
[INFO] [stderr]     |         ---------------------------------------------------------------------- in this macro invocation
[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(ci)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(ci)");` 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: this warning originates in the macro `re_export_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `all_traits_and_derives::Unwrap`
[INFO] [stderr]    --> src/extras/lib.rs:439:13
[INFO] [stderr]     |
[INFO] [stderr] 439 |     pub use all_traits_and_derives::Unwrap;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `extras::*`
[INFO] [stderr]  --> src/lib.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use extras::*;
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `DeriveInput`, `Error`, `Type`, `adjust_keyword_ident`, `proc_macro2::Span`, `proc_macro::TokenStream`, and `string::ToString`
[INFO] [stderr]   --> src/lib.rs:12:9
[INFO] [stderr]    |
[INFO] [stderr] 12 |         string::ToString
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 15 |         DeriveInput, Error, Type,
[INFO] [stderr]    |         ^^^^^^^^^^^  ^^^^^  ^^^^
[INFO] [stderr] 16 |     },
[INFO] [stderr] 17 |     proc_macro::TokenStream,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 18 |     proc_macro2::Span,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 22 |             adjust_keyword_ident,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `DeriveInput`, `Error`, `proc_macro2::Span`, and `proc_macro::TokenStream`
[INFO] [stderr]   --> src/lib.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 15 |         DeriveInput, Error, Type,
[INFO] [stderr]    |         ^^^^^^^^^^^  ^^^^^
[INFO] [stderr] 16 |     },
[INFO] [stderr] 17 |     proc_macro::TokenStream,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 18 |     proc_macro2::Span,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `derivor` (lib) generated 57 warnings (run `cargo fix --lib -p derivor` to apply 8 suggestions)
[INFO] [stderr] warning: `derivor` (lib test) generated 57 warnings (56 duplicates) (run `cargo fix --lib -p derivor --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/derivor-ba424240664a6e4a)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_adjust_keyword_ident ... ok
[INFO] [stdout] test test_is_phantom_data ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests derivor
[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] running `Command { std: "docker" "inspect" "1b90f00a0b02b3f31913cdf8e48360bf53c5f0706a819fbb47d29b0f1ef5d7cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b90f00a0b02b3f31913cdf8e48360bf53c5f0706a819fbb47d29b0f1ef5d7cc", kill_on_drop: false }`
[INFO] [stdout] 1b90f00a0b02b3f31913cdf8e48360bf53c5f0706a819fbb47d29b0f1ef5d7cc
