[INFO] fetching crate sanitizer_macros 0.2.1... [INFO] checking sanitizer_macros-0.2.1 against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] extracting crate sanitizer_macros 0.2.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate sanitizer_macros 0.2.1 on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sanitizer_macros 0.2.1 [INFO] finished tweaking crates.io crate sanitizer_macros 0.2.1 [INFO] tweaked toml for crates.io crate sanitizer_macros 0.2.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] eda348328df339952f54a2976f849830d4ab8b467d2695b8e8153a10e0fdf6e7 [INFO] running `Command { std: "docker" "start" "-a" "eda348328df339952f54a2976f849830d4ab8b467d2695b8e8153a10e0fdf6e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eda348328df339952f54a2976f849830d4ab8b467d2695b8e8153a10e0fdf6e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eda348328df339952f54a2976f849830d4ab8b467d2695b8e8153a10e0fdf6e7", kill_on_drop: false }` [INFO] [stdout] eda348328df339952f54a2976f849830d4ab8b467d2695b8e8153a10e0fdf6e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 44c4aa1b4711c4f1bed0cca45234b90fdf01039dd464495010faa3878dcdc570 [INFO] running `Command { std: "docker" "start" "-a" "44c4aa1b4711c4f1bed0cca45234b90fdf01039dd464495010faa3878dcdc570", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking syn v1.0.74 [INFO] [stderr] Checking sanitizer_macros v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `init_struct` [INFO] [stdout] --> src/codegen/sanitizers.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn init_struct( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_enum` [INFO] [stdout] --> src/codegen/sanitizers.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn init_enum( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/sanitizers/int.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/sanitizers/string.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_struct` [INFO] [stdout] --> src/codegen/sanitizers.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn init_struct( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_enum` [INFO] [stdout] --> src/codegen/sanitizers.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn init_enum( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/sanitizers/int.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/sanitizers/string.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_struct` [INFO] [stdout] --> src/codegen/sanitizers.rs:93:8 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn init_struct( [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `init_enum` [INFO] [stdout] --> src/codegen/sanitizers.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | pub fn init_enum( [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/sanitizers/int.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/sanitizers/string.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sanitizer` [INFO] [stdout] --> tests/option.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sanitizer::prelude::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `sanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sanitizer` [INFO] [stdout] --> tests/custom_functions.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sanitizer::prelude::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `sanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sanitizer` [INFO] [stdout] --> tests/enums.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sanitizer::prelude::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `sanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sanitizer` [INFO] [stdout] --> tests/struct.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sanitizer::prelude::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `sanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sanitizer` [INFO] [stdout] --> tests/nested_macro.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sanitizer::prelude::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `sanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/option.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Sanitize, Default)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/option.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/option.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/option.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[sanitize(clamp(1, 18))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/option.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/option.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/custom_functions.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/custom_functions.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[sanitize(custom(func_int))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/custom_functions.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[sanitize(custom(func_string))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IntSanitizer` [INFO] [stdout] --> tests/custom_functions.rs:12:25 [INFO] [stdout] | [INFO] [stdout] 12 | let mut sanitizer = IntSanitizer::from(field); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `IntSanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StringSanitizer` [INFO] [stdout] --> tests/custom_functions.rs:18:25 [INFO] [stdout] | [INFO] [stdout] 18 | let mut sanitizer = StringSanitizer::from(field); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StringSanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/enums.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/enums.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[sanitize(clamp(10, 50))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/enums.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[sanitize] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[sanitize(numeric)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[sanitize(numeric)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[sanitize(lower_case, trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | #[sanitize] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | #[sanitize(alphanumeric)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[sanitize(lower_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[sanitize(upper_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[sanitize(camel_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[sanitize(snake_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | #[sanitize(screaming_snake_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | #[sanitize(kebab_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | #[sanitize(screaming_kebab_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:25:7 [INFO] [stdout] | [INFO] [stdout] 25 | #[sanitize(clamp(10))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | #[sanitize(clamp(10, 50))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[sanitize(e164)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:31:7 [INFO] [stdout] | [INFO] [stdout] 31 | #[sanitize(trim, screaming_snake_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for struct `SanitizerTest` in the current scope [INFO] [stdout] --> tests/struct.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 4 | struct SanitizerTest { [INFO] [stdout] | -------------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 53 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `SanitizerTest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for enum `EnumTest` in the current scope [INFO] [stdout] --> tests/enums.rs:14:14 [INFO] [stdout] | [INFO] [stdout] 3 | enum EnumTest { [INFO] [stdout] | ------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 14 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `EnumTest` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sanitizer_macros` due to 18 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `sanitize` found for enum `EnumTest` in the current scope [INFO] [stdout] --> tests/enums.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 3 | enum EnumTest { [INFO] [stdout] | ------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 15 | string_instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `EnumTest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for struct `SanitizerTest` in the current scope [INFO] [stdout] --> tests/custom_functions.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 4 | struct SanitizerTest { [INFO] [stdout] | -------------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 29 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `SanitizerTest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for struct `First` in the current scope [INFO] [stdout] --> tests/option.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 4 | struct First { [INFO] [stdout] | ------------ method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 34 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `First` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for struct `First` in the current scope [INFO] [stdout] --> tests/nested_macro.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 4 | struct First { [INFO] [stdout] | ------------ method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 51 | first_instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `First` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for struct `OtherInfo` in the current scope [INFO] [stdout] --> tests/nested_macro.rs:60:16 [INFO] [stdout] | [INFO] [stdout] 12 | struct OtherInfo { [INFO] [stdout] | ---------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 60 | other_info.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `OtherInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for enum `FirstEnum` in the current scope [INFO] [stdout] --> tests/nested_macro.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 21 | enum FirstEnum { [INFO] [stdout] | -------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 69 | first_instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `FirstEnum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for enum `OtherEnum` in the current scope [INFO] [stdout] --> tests/nested_macro.rs:84:16 [INFO] [stdout] | [INFO] [stdout] 29 | enum OtherEnum { [INFO] [stdout] | -------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 84 | other_info.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `OtherEnum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "44c4aa1b4711c4f1bed0cca45234b90fdf01039dd464495010faa3878dcdc570", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44c4aa1b4711c4f1bed0cca45234b90fdf01039dd464495010faa3878dcdc570", kill_on_drop: false }` [INFO] [stdout] 44c4aa1b4711c4f1bed0cca45234b90fdf01039dd464495010faa3878dcdc570