[INFO] fetching crate ruly 4.1.0... [INFO] checking ruly-4.1.0 against try#ef8c760c4c3d93b561a5b431502e92f4b4773aca for pr-92472 [INFO] extracting crate ruly 4.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate ruly 4.1.0 on toolchain ef8c760c4c3d93b561a5b431502e92f4b4773aca [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ef8c760c4c3d93b561a5b431502e92f4b4773aca" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ruly 4.1.0 [INFO] finished tweaking crates.io crate ruly 4.1.0 [INFO] tweaked toml for crates.io crate ruly 4.1.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ef8c760c4c3d93b561a5b431502e92f4b4773aca" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ef8c760c4c3d93b561a5b431502e92f4b4773aca" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pmacro_ruly v2.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+ef8c760c4c3d93b561a5b431502e92f4b4773aca" "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] 33b97655dfc703e8317722014773f71ab186e3072183845c1153ddda237a8d3b [INFO] running `Command { std: "docker" "start" "-a" "33b97655dfc703e8317722014773f71ab186e3072183845c1153ddda237a8d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33b97655dfc703e8317722014773f71ab186e3072183845c1153ddda237a8d3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33b97655dfc703e8317722014773f71ab186e3072183845c1153ddda237a8d3b", kill_on_drop: false }` [INFO] [stdout] 33b97655dfc703e8317722014773f71ab186e3072183845c1153ddda237a8d3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+ef8c760c4c3d93b561a5b431502e92f4b4773aca" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28ef58b818416f8ff41e54bb27fe9fbdd866d8411113dca85c7729d7b4c48f80 [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" "28ef58b818416f8ff41e54bb27fe9fbdd866d8411113dca85c7729d7b4c48f80", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling pmacro_ruly v2.1.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking ruly v4.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> src/lib.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | create_enum!($v [ $([$i $sorts]),* ] ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 305 | / add_rule!( [INFO] [stdout] 306 | | Nat => Zero ({("Z")}) [INFO] [stdout] 307 | | | Succ ({("S")},{(r"\(")},Nat,{(r"\)")}) [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: message: syntax error1. [INFO] [stdout] = note: this error originates in the macro `add_rule` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> src/lib.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | create_match!($v [ $([$i $sorts]),* ] ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 305 | / add_rule!( [INFO] [stdout] 306 | | Nat => Zero ({("Z")}) [INFO] [stdout] 307 | | | Succ ({("S")},{(r"\(")},Nat,{(r"\)")}) [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: message: syntax error1. [INFO] [stdout] = note: this error originates in the macro `add_rule` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> src/lib.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | create_enum!($v [ $([$i $sorts]),* ] ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 310 | / add_rule!( [INFO] [stdout] 311 | | Judgement => Plus (Nat, {("plus")}, Nat, {("is")}, Nat) [INFO] [stdout] 312 | | | Times (Nat, {("times")}, Nat, {("is")}, Nat) [INFO] [stdout] 313 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: message: syntax error1. [INFO] [stdout] = note: this error originates in the macro `add_rule` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc macro panicked [INFO] [stdout] --> src/lib.rs:185:17 [INFO] [stdout] | [INFO] [stdout] 185 | create_match!($v [ $([$i $sorts]),* ] ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 310 | / add_rule!( [INFO] [stdout] 311 | | Judgement => Plus (Nat, {("plus")}, Nat, {("is")}, Nat) [INFO] [stdout] 312 | | | Times (Nat, {("times")}, Nat, {("is")}, Nat) [INFO] [stdout] 313 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: message: syntax error1. [INFO] [stdout] = note: this error originates in the macro `add_rule` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Nat` [INFO] [stdout] --> src/lib.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 306 | Nat => Zero ({("Z")}) [INFO] [stdout] | ^^^ use of undeclared type `Nat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Judgement` [INFO] [stdout] --> src/lib.rs:311:13 [INFO] [stdout] | [INFO] [stdout] 311 | Judgement => Plus (Nat, {("plus")}, Nat, {("is")}, Nat) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Judgement` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Nat` in this scope [INFO] [stdout] --> src/lib.rs:306:13 [INFO] [stdout] | [INFO] [stdout] 306 | Nat => Zero ({("Z")}) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Nat` in this scope [INFO] [stdout] --> src/lib.rs:307:45 [INFO] [stdout] | [INFO] [stdout] 307 | | Succ ({("S")},{(r"\(")},Nat,{(r"\)")}) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Judgement` in this scope [INFO] [stdout] --> src/lib.rs:311:13 [INFO] [stdout] | [INFO] [stdout] 311 | Judgement => Plus (Nat, {("plus")}, Nat, {("is")}, Nat) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Nat` in this scope [INFO] [stdout] --> src/lib.rs:311:32 [INFO] [stdout] | [INFO] [stdout] 311 | Judgement => Plus (Nat, {("plus")}, Nat, {("is")}, Nat) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Nat` in this scope [INFO] [stdout] --> src/lib.rs:311:49 [INFO] [stdout] | [INFO] [stdout] 311 | Judgement => Plus (Nat, {("plus")}, Nat, {("is")}, Nat) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Nat` in this scope [INFO] [stdout] --> src/lib.rs:311:64 [INFO] [stdout] | [INFO] [stdout] 311 | Judgement => Plus (Nat, {("plus")}, Nat, {("is")}, Nat) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Nat` in this scope [INFO] [stdout] --> src/lib.rs:312:28 [INFO] [stdout] | [INFO] [stdout] 312 | | Times (Nat, {("times")}, Nat, {("is")}, Nat) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Nat` in this scope [INFO] [stdout] --> src/lib.rs:312:46 [INFO] [stdout] | [INFO] [stdout] 312 | | Times (Nat, {("times")}, Nat, {("is")}, Nat) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Nat` in this scope [INFO] [stdout] --> src/lib.rs:312:61 [INFO] [stdout] | [INFO] [stdout] 312 | | Times (Nat, {("times")}, Nat, {("is")}, Nat) [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Judgement` in this scope [INFO] [stdout] --> src/lib.rs:322:26 [INFO] [stdout] | [INFO] [stdout] 302 | fn test() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 322 | match ruly.run::() { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ruly` due to 17 previous errors [INFO] running `Command { std: "docker" "inspect" "28ef58b818416f8ff41e54bb27fe9fbdd866d8411113dca85c7729d7b4c48f80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28ef58b818416f8ff41e54bb27fe9fbdd866d8411113dca85c7729d7b4c48f80", kill_on_drop: false }` [INFO] [stdout] 28ef58b818416f8ff41e54bb27fe9fbdd866d8411113dca85c7729d7b4c48f80