[INFO] fetching crate non 0.1.0...
[INFO] checking non-0.1.0 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0
[INFO] extracting crate non 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate non 0.1.0
[INFO] finished tweaking crates.io crate non 0.1.0
[INFO] tweaked toml for crates.io crate non 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate non 0.1.0 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate non 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6ec03629b8cc3eb3476887ca07c6516c8667e460016fba7d6493a328976777b8
[INFO] running `Command { std: "docker" "start" "-a" "6ec03629b8cc3eb3476887ca07c6516c8667e460016fba7d6493a328976777b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ec03629b8cc3eb3476887ca07c6516c8667e460016fba7d6493a328976777b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ec03629b8cc3eb3476887ca07c6516c8667e460016fba7d6493a328976777b8", kill_on_drop: false }`
[INFO] [stdout] 6ec03629b8cc3eb3476887ca07c6516c8667e460016fba7d6493a328976777b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid -Dinherent-method-on-receiver" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 809b193c1ce5bf994c34c9abf6122cdd85006d4f95a4e276ed2f51dca4e91a96
[INFO] running `Command { std: "docker" "start" "-a" "809b193c1ce5bf994c34c9abf6122cdd85006d4f95a4e276ed2f51dca4e91a96", kill_on_drop: false }`
[INFO] [stderr]     Checking non v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 351 | non!(string, NonEmpty<T>,|x: &T| !x.as_ref().is_empty(),"not empty", "not be empty");
[INFO] [stdout]     | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 351 | non!(string, NonEmpty<T>,|x: &T| !x.as_ref().is_empty(),"not empty", "not be empty");
[INFO] [stdout]     | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 352 | non!(string, NonBlank<T>,|x: &T| !x.as_ref().chars().all(|y| y.is_whitespace()),"not only whitespace", "not be only whitespace");
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 352 | non!(string, NonBlank<T>,|x: &T| !x.as_ref().chars().all(|y| y.is_whitespace()),"not only whitespace", "not be only whitespace");
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 353 | non!(string, ASCII<T>,|x: &T| x.as_ref().is_ascii(),"ascii encoded", "be ascii encoded");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 353 | non!(string, ASCII<T>,|x: &T| x.as_ref().is_ascii(),"ascii encoded", "be ascii encoded");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:286:31
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |         impl<$param, const $param2: $param3> Deref for $name<$param2, $param> {
[INFO] [stdout]     |         --------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 298 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 354 | non!(string, ExactLength<T, const N: usize>, |x: &T| x.as_ref().chars().count() == N, "exactly N characters long", "have exactly N characters");
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:292:26
[INFO] [stdout]     |
[INFO] [stdout] 292 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |         impl<$param, const $param2: $param3> Deref for $name<$param2, $param> {
[INFO] [stdout]     |         --------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 298 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 354 | non!(string, ExactLength<T, const N: usize>, |x: &T| x.as_ref().chars().count() == N, "exactly N characters long", "have exactly N characters");
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 355 | non!(string, LowerCase<T>, |x: &T| { let s = x.as_ref(); s.to_lowercase() == s }, "all lowercase", "be all lowercase");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 355 | non!(string, LowerCase<T>, |x: &T| { let s = x.as_ref(); s.to_lowercase() == s }, "all lowercase", "be all lowercase");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 356 | non!(string, UpperCase<T>, |x: &T| { let s = x.as_ref(); s.to_uppercase() == s }, "all uppercase", "be all uppercase");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 356 | non!(string, UpperCase<T>, |x: &T| { let s = x.as_ref(); s.to_uppercase() == s }, "all uppercase", "be all uppercase");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 357 | non!(string, Trimmed<T>, |x: &T| x.as_ref() == x.as_ref().trim(), "trimmed (no leading or trailing whitespace)", "be trimmed");
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 357 | non!(string, Trimmed<T>, |x: &T| x.as_ref() == x.as_ref().trim(), "trimmed (no leading or trailing whitespace)", "be trimmed");
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 358 | non!(string, Alphanumeric<T>, |x: &T| x.as_ref().chars().all(|c| c.is_alphanumeric()), "only alphanumeric characters", "contain only alphanumeric characters");
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 358 | non!(string, Alphanumeric<T>, |x: &T| x.as_ref().chars().all(|c| c.is_alphanumeric()), "only alphanumeric characters", "contain only alphanumeric characters");
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `non` (lib) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 351 | non!(string, NonEmpty<T>,|x: &T| !x.as_ref().is_empty(),"not empty", "not be empty");
[INFO] [stdout]     | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 351 | non!(string, NonEmpty<T>,|x: &T| !x.as_ref().is_empty(),"not empty", "not be empty");
[INFO] [stdout]     | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 352 | non!(string, NonBlank<T>,|x: &T| !x.as_ref().chars().all(|y| y.is_whitespace()),"not only whitespace", "not be only whitespace");
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 352 | non!(string, NonBlank<T>,|x: &T| !x.as_ref().chars().all(|y| y.is_whitespace()),"not only whitespace", "not be only whitespace");
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 353 | non!(string, ASCII<T>,|x: &T| x.as_ref().is_ascii(),"ascii encoded", "be ascii encoded");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 353 | non!(string, ASCII<T>,|x: &T| x.as_ref().is_ascii(),"ascii encoded", "be ascii encoded");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:286:31
[INFO] [stdout]     |
[INFO] [stdout] 286 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |         impl<$param, const $param2: $param3> Deref for $name<$param2, $param> {
[INFO] [stdout]     |         --------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 298 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 354 | non!(string, ExactLength<T, const N: usize>, |x: &T| x.as_ref().chars().count() == N, "exactly N characters long", "have exactly N characters");
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:292:26
[INFO] [stdout]     |
[INFO] [stdout] 292 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 297 |         impl<$param, const $param2: $param3> Deref for $name<$param2, $param> {
[INFO] [stdout]     |         --------------------------------------------------------------------- trait implemented here
[INFO] [stdout] 298 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 354 | non!(string, ExactLength<T, const N: usize>, |x: &T| x.as_ref().chars().count() == N, "exactly N characters long", "have exactly N characters");
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 355 | non!(string, LowerCase<T>, |x: &T| { let s = x.as_ref(); s.to_lowercase() == s }, "all lowercase", "be all lowercase");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 355 | non!(string, LowerCase<T>, |x: &T| { let s = x.as_ref(); s.to_lowercase() == s }, "all lowercase", "be all lowercase");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 356 | non!(string, UpperCase<T>, |x: &T| { let s = x.as_ref(); s.to_uppercase() == s }, "all uppercase", "be all uppercase");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 356 | non!(string, UpperCase<T>, |x: &T| { let s = x.as_ref(); s.to_uppercase() == s }, "all uppercase", "be all uppercase");
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 357 | non!(string, Trimmed<T>, |x: &T| x.as_ref() == x.as_ref().trim(), "trimmed (no leading or trailing whitespace)", "be trimmed");
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 357 | non!(string, Trimmed<T>, |x: &T| x.as_ref() == x.as_ref().trim(), "trimmed (no leading or trailing whitespace)", "be trimmed");
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:193:31
[INFO] [stdout]     |
[INFO] [stdout] 193 |             pub fn into_inner(self) -> $param {
[INFO] [stdout]     |                               ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 358 | non!(string, Alphanumeric<T>, |x: &T| x.as_ref().chars().all(|c| c.is_alphanumeric()), "only alphanumeric characters", "contain only alphanumeric characters");
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/lib.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 |             pub fn inner(&self) -> &$param {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 204 |         impl<$param> Deref for $name<$param> {
[INFO] [stdout]     |         ------------------------------------ trait implemented here
[INFO] [stdout] 205 |             type Target = $param;
[INFO] [stdout]     |             ----------- with `Target` set here
[INFO] [stdout] ...
[INFO] [stdout] 358 | non!(string, Alphanumeric<T>, |x: &T| x.as_ref().chars().all(|c| c.is_alphanumeric()), "only alphanumeric characters", "contain only alphanumeric characters");
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `non` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `non` (lib test) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "809b193c1ce5bf994c34c9abf6122cdd85006d4f95a4e276ed2f51dca4e91a96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "809b193c1ce5bf994c34c9abf6122cdd85006d4f95a4e276ed2f51dca4e91a96", kill_on_drop: false }`
[INFO] [stdout] 809b193c1ce5bf994c34c9abf6122cdd85006d4f95a4e276ed2f51dca4e91a96
