[INFO] fetching crate sanitizer_macros 0.2.2... [INFO] checking sanitizer_macros-0.2.2 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate sanitizer_macros 0.2.2 into /workspace/builds/worker-1-tc1/source [INFO] validating manifest of crates.io crate sanitizer_macros 0.2.2 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sanitizer_macros 0.2.2 [INFO] finished tweaking crates.io crate sanitizer_macros 0.2.2 [INFO] tweaked toml for crates.io crate sanitizer_macros 0.2.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.77) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 18329a9344a54fa085410c1778c9e2c66975ce170460fd8c55841a3a2e878e0c [INFO] running `Command { std: "docker" "start" "-a" "18329a9344a54fa085410c1778c9e2c66975ce170460fd8c55841a3a2e878e0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "18329a9344a54fa085410c1778c9e2c66975ce170460fd8c55841a3a2e878e0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18329a9344a54fa085410c1778c9e2c66975ce170460fd8c55841a3a2e878e0c", kill_on_drop: false }` [INFO] [stdout] 18329a9344a54fa085410c1778c9e2c66975ce170460fd8c55841a3a2e878e0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f28839e4b5daa48f2044d0f7ace4d5b807d9cb51a80c4bf99e8743b3441f5aaa [INFO] running `Command { std: "docker" "start" "-a" "f28839e4b5daa48f2044d0f7ace4d5b807d9cb51a80c4bf99e8743b3441f5aaa", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking quote v1.0.37 [INFO] [stderr] Checking sanitizer_macros v0.2.2 (/opt/rustwide/workdir) [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/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/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[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/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: 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] help: consider importing this derive macro [INFO] [stdout] | [INFO] [stdout] 1 + use sanitizer_macros::Sanitize; [INFO] [stdout] | [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] help: consider importing this derive macro [INFO] [stdout] | [INFO] [stdout] 1 + use sanitizer_macros::Sanitize; [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] help: consider importing this derive macro [INFO] [stdout] | [INFO] [stdout] 1 + use sanitizer_macros::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] help: consider importing this derive macro [INFO] [stdout] | [INFO] [stdout] 1 + use sanitizer_macros::Sanitize; [INFO] [stdout] | [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] help: consider importing this derive macro [INFO] [stdout] | [INFO] [stdout] 1 + use sanitizer_macros::Sanitize; [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/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/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/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/custom_functions.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[sanitize(custom(func_string))] [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/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/nested_macro.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[sanitize] [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/struct.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[sanitize(numeric)] [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:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this derive macro [INFO] [stdout] | [INFO] [stdout] 1 + use sanitizer_macros::Sanitize; [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/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/option.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[sanitize(trim)] [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/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/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/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] help: consider importing this derive macro [INFO] [stdout] | [INFO] [stdout] 1 + use sanitizer_macros::Sanitize; [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:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | #[sanitize] [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 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] help: consider importing this derive macro [INFO] [stdout] | [INFO] [stdout] 1 + use sanitizer_macros::Sanitize; [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/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: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[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 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 `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 struct [INFO] [stdout] ... [INFO] [stdout] 34 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `First` [INFO] [stdout] [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 enum [INFO] [stdout] ... [INFO] [stdout] 14 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `EnumTest` [INFO] [stdout] [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 struct [INFO] [stdout] ... [INFO] [stdout] 29 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `SanitizerTest` [INFO] [stdout] [INFO] [stdout] [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 enum [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 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] error: aborting due to 7 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 `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 struct [INFO] [stdout] ... [INFO] [stdout] 51 | first_instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `First` [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/struct.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 4 | struct SanitizerTest { [INFO] [stdout] | -------------------- method `sanitize` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 53 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `SanitizerTest` [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 struct [INFO] [stdout] ... [INFO] [stdout] 60 | other_info.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `OtherInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sanitizer_macros` (test "option") due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `sanitizer_macros` (test "custom_functions") due to 8 previous errors [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 enum [INFO] [stdout] ... [INFO] [stdout] 69 | first_instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `FirstEnum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sanitizer_macros` (test "enums") due to 7 previous errors [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 `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 enum [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: could not compile `sanitizer_macros` (test "struct") due to 18 previous errors [INFO] [stderr] error: could not compile `sanitizer_macros` (test "nested_macro") due to 16 previous errors [INFO] running `Command { std: "docker" "inspect" "f28839e4b5daa48f2044d0f7ace4d5b807d9cb51a80c4bf99e8743b3441f5aaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f28839e4b5daa48f2044d0f7ace4d5b807d9cb51a80c4bf99e8743b3441f5aaa", kill_on_drop: false }` [INFO] [stdout] f28839e4b5daa48f2044d0f7ace4d5b807d9cb51a80c4bf99e8743b3441f5aaa