[INFO] fetching crate non 0.1.0... [INFO] checking non-0.1.0 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied [INFO] extracting crate non 0.1.0 into /workspace/builds/worker-2-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-2-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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 47401ab7184779b444803044290a7ae104d808ac1b34c6fbed14ac0a69c1a5d7 [INFO] running `Command { std: "docker" "start" "-a" "47401ab7184779b444803044290a7ae104d808ac1b34c6fbed14ac0a69c1a5d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47401ab7184779b444803044290a7ae104d808ac1b34c6fbed14ac0a69c1a5d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47401ab7184779b444803044290a7ae104d808ac1b34c6fbed14ac0a69c1a5d7", kill_on_drop: false }` [INFO] [stdout] 47401ab7184779b444803044290a7ae104d808ac1b34c6fbed14ac0a69c1a5d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 497677cea6c6c409e85d4c63ac59a6fbcbc4dad1f6b45b2a225286330c360ce9 [INFO] running `Command { std: "docker" "start" "-a" "497677cea6c6c409e85d4c63ac59a6fbcbc4dad1f6b45b2a225286330c360ce9", 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,|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,|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,|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,|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,|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,|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, |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, |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, |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, |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, |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, |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, |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, |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, |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, |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,|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,|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,|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,|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,|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,|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, |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, |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, |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, |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, |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, |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, |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, |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, |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, |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" "497677cea6c6c409e85d4c63ac59a6fbcbc4dad1f6b45b2a225286330c360ce9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "497677cea6c6c409e85d4c63ac59a6fbcbc4dad1f6b45b2a225286330c360ce9", kill_on_drop: false }` [INFO] [stdout] 497677cea6c6c409e85d4c63ac59a6fbcbc4dad1f6b45b2a225286330c360ce9