[INFO] fetching crate sanitizer_macros 0.1.0... [INFO] checking sanitizer_macros-0.1.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate sanitizer_macros 0.1.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate sanitizer_macros 0.1.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate sanitizer_macros 0.1.0 [INFO] finished tweaking crates.io crate sanitizer_macros 0.1.0 [INFO] tweaked toml for crates.io crate sanitizer_macros 0.1.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] baaacc87d362dbd150fb90b6cde544d227e1745677dc28756311f959471d9981 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "baaacc87d362dbd150fb90b6cde544d227e1745677dc28756311f959471d9981", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "baaacc87d362dbd150fb90b6cde544d227e1745677dc28756311f959471d9981", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "baaacc87d362dbd150fb90b6cde544d227e1745677dc28756311f959471d9981", kill_on_drop: false }` [INFO] [stdout] baaacc87d362dbd150fb90b6cde544d227e1745677dc28756311f959471d9981 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 850109e8d7f1a1c0d03d02ece8e366917e5cdaa5ecbd6d97a5111c342213f6aa [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "850109e8d7f1a1c0d03d02ece8e366917e5cdaa5ecbd6d97a5111c342213f6aa", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Checking quote v1.0.8 [INFO] [stderr] Checking sanitizer_macros v0.1.0 (/opt/rustwide/workdir) [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/nested_macro.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sanitizer` [INFO] [stdout] --> tests/macro_test.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 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/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/macro_test.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/macro_test.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/macro_test.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/macro_test.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/macro_test.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/macro_test.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/macro_test.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/macro_test.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/macro_test.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/macro_test.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | #[sanitize(clamp(10))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/macro_test.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | #[sanitize(clamp(10, 50))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/macro_test.rs:25:7 [INFO] [stdout] | [INFO] [stdout] 25 | #[sanitize(e164)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/macro_test.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | #[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/macro_test.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 4 | struct SanitizerTest { [INFO] [stdout] | -------------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 47 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `SanitizerTest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for struct `First` in the current scope [INFO] [stdout] --> tests/nested_macro.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 4 | struct First { [INFO] [stdout] | ------------ method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 35 | 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:44:16 [INFO] [stdout] | [INFO] [stdout] 12 | struct OtherInfo { [INFO] [stdout] | ---------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 44 | other_info.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `OtherInfo` [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] [stdout] error: aborting due to 9 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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "850109e8d7f1a1c0d03d02ece8e366917e5cdaa5ecbd6d97a5111c342213f6aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "850109e8d7f1a1c0d03d02ece8e366917e5cdaa5ecbd6d97a5111c342213f6aa", kill_on_drop: false }` [INFO] [stdout] 850109e8d7f1a1c0d03d02ece8e366917e5cdaa5ecbd6d97a5111c342213f6aa