[INFO] crate proc-macro-rules 0.2.1 is already in cache [INFO] checking proc-macro-rules-0.2.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate proc-macro-rules 0.2.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate proc-macro-rules 0.2.1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate proc-macro-rules 0.2.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate proc-macro-rules 0.2.1 [INFO] tweaked toml for crates.io crate proc-macro-rules 0.2.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a7ec5ee247a6a809b34a332d00984aba582aaccd869adc0cf17ce698fc819861 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a7ec5ee247a6a809b34a332d00984aba582aaccd869adc0cf17ce698fc819861"` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling proc-macro-rules-macros v0.2.0 [INFO] [stderr] Checking proc-macro-rules v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] --> src/lib.rs:78:34 [INFO] [stderr] | [INFO] [stderr] 78 | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ^^^^^ could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] --> src/lib.rs:78:34 [INFO] [stderr] | [INFO] [stderr] 78 | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ^^^^^ could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] ... [INFO] [stderr] 105 | / rules!(tokens => { [INFO] [stderr] 106 | | () => { [INFO] [stderr] 107 | | return; [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] --> src/lib.rs:78:34 [INFO] [stderr] | [INFO] [stderr] 78 | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ^^^^^ could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] ... [INFO] [stderr] 117 | / rules!(tokens => { [INFO] [stderr] 118 | | (bar) => {} [INFO] [stderr] 119 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] --> src/lib.rs:78:34 [INFO] [stderr] | [INFO] [stderr] 78 | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ^^^^^ could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] ... [INFO] [stderr] 125 | / rules!(tokens => { [INFO] [stderr] 126 | | (foo) => { [INFO] [stderr] 127 | | if expected_branch == 0 { [INFO] [stderr] 128 | | return; [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] --> src/lib.rs:78:34 [INFO] [stderr] | [INFO] [stderr] 78 | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ^^^^^ could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] ... [INFO] [stderr] 165 | / rules!(tokens => { [INFO] [stderr] 166 | | (foo $(bar),? baz) => { [INFO] [stderr] 167 | | return; [INFO] [stderr] 168 | | } [INFO] [stderr] 169 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] --> src/lib.rs:78:34 [INFO] [stderr] | [INFO] [stderr] 78 | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ^^^^^ could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] ... [INFO] [stderr] 181 | / rules!(tokens => { [INFO] [stderr] 182 | | (foo $(bar),+ baz) => { [INFO] [stderr] 183 | | return; [INFO] [stderr] 184 | | } [INFO] [stderr] 185 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] --> src/lib.rs:78:34 [INFO] [stderr] | [INFO] [stderr] 78 | pub use proc_macro_rules_macros::rules; [INFO] [stderr] | ^^^^^ could not find `proc_macro_hack_rules` in `$crate` [INFO] [stderr] ... [INFO] [stderr] 200 | / rules!(tokens => { [INFO] [stderr] 201 | | (foo $(bar),* baz) => { [INFO] [stderr] 202 | | return; [INFO] [stderr] 203 | | } [INFO] [stderr] 204 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 90 | / rules!(tokens => { [INFO] [stderr] 91 | | ($finish:ident ($($found:ident)+) # [ $($inner:tt)? ] $($rest:expr)*) => { [INFO] [stderr] 92 | | assert_eq!(finish.to_string(), "hi"); [INFO] [stderr] 93 | | assert_eq!(found.len(), 3); [INFO] [stderr] ... | [INFO] [stderr] 97 | | } [INFO] [stderr] 98 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 105 | / rules!(tokens => { [INFO] [stderr] 106 | | () => { [INFO] [stderr] 107 | | return; [INFO] [stderr] 108 | | } [INFO] [stderr] 109 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 117 | / rules!(tokens => { [INFO] [stderr] 118 | | (bar) => {} [INFO] [stderr] 119 | | }); [INFO] [stderr] | |___________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 125 | / rules!(tokens => { [INFO] [stderr] 126 | | (foo) => { [INFO] [stderr] 127 | | if expected_branch == 0 { [INFO] [stderr] 128 | | return; [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 165 | / rules!(tokens => { [INFO] [stderr] 166 | | (foo $(bar),? baz) => { [INFO] [stderr] 167 | | return; [INFO] [stderr] 168 | | } [INFO] [stderr] 169 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 181 | / rules!(tokens => { [INFO] [stderr] 182 | | (foo $(bar),+ baz) => { [INFO] [stderr] 183 | | return; [INFO] [stderr] 184 | | } [INFO] [stderr] 185 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: cannot find macro `proc_macro_call` in this scope [INFO] [stderr] --> src/lib.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | #[proc_macro_hack::proc_macro_hack] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 200 | / rules!(tokens => { [INFO] [stderr] 201 | | (foo $(bar),* baz) => { [INFO] [stderr] 202 | | return; [INFO] [stderr] 203 | | } [INFO] [stderr] 204 | | }); [INFO] [stderr] | |_______________- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate as proc_macro_rules` [INFO] [stderr] --> src/lib.rs:85:9 [INFO] [stderr] | [INFO] [stderr] 85 | use crate as proc_macro_rules; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `proc-macro-rules`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a7ec5ee247a6a809b34a332d00984aba582aaccd869adc0cf17ce698fc819861"` [INFO] running `"docker" "rm" "-f" "a7ec5ee247a6a809b34a332d00984aba582aaccd869adc0cf17ce698fc819861"` [INFO] [stdout] a7ec5ee247a6a809b34a332d00984aba582aaccd869adc0cf17ce698fc819861