[INFO] cloning repository https://github.com/Grissess/fact [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Grissess/fact" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGrissess%2Ffact", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGrissess%2Ffact'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5d1c2cf337a445d8f68b639e7a3774defd99eb06 [INFO] checking Grissess/fact against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGrissess%2Ffact" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Grissess/fact on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Grissess/fact [INFO] finished tweaking git repo https://github.com/Grissess/fact [INFO] tweaked toml for git repo https://github.com/Grissess/fact written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Grissess/fact already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rpds v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0002a21d1d82ce513bb2198d4271b81467b97b89026390c75fbd734c00f74451 [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" "0002a21d1d82ce513bb2198d4271b81467b97b89026390c75fbd734c00f74451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0002a21d1d82ce513bb2198d4271b81467b97b89026390c75fbd734c00f74451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0002a21d1d82ce513bb2198d4271b81467b97b89026390c75fbd734c00f74451", kill_on_drop: false }` [INFO] [stdout] 0002a21d1d82ce513bb2198d4271b81467b97b89026390c75fbd734c00f74451 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa5c6ce4c6b4e7118a22d07dfb936062c1e736e997892620c1f8e55dde214a6d [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" "fa5c6ce4c6b4e7118a22d07dfb936062c1e736e997892620c1f8e55dde214a6d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking rpds v0.5.0 [INFO] [stderr] Checking fact v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this file contains an unclosed delimiter [INFO] [stdout] --> src/fol/mod.rs:130:3 [INFO] [stdout] | [INFO] [stdout] 82 | impl Expr { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] ... [INFO] [stdout] 107 | pub fn rewrite(self, at: Atom, rx: &Expr) -> Expr { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 108 | match self { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] ... [INFO] [stdout] 114 | Expr::Function( [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 115 | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 117 | fn recur(ex: Expr, quants: mut Vec<&Atom>, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 118 | match ex { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 119 | Expr::Quantify(qk, var, bx) => match qk { [INFO] [stdout] | - this delimiter might not be properly closed... [INFO] [stdout] ... [INFO] [stdout] 130 | } [INFO] [stdout] | - ^ [INFO] [stdout] | | [INFO] [stdout] | ...as it matches this but it has different indentation [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this file contains an unclosed delimiter [INFO] [stdout] --> src/fol/mod.rs:130:3 [INFO] [stdout] | [INFO] [stdout] 82 | impl Expr { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] ... [INFO] [stdout] 107 | pub fn rewrite(self, at: Atom, rx: &Expr) -> Expr { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 108 | match self { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] ... [INFO] [stdout] 114 | Expr::Function( [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 115 | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 117 | fn recur(ex: Expr, quants: mut Vec<&Atom>, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 118 | match ex { [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] 119 | Expr::Quantify(qk, var, bx) => match qk { [INFO] [stdout] | - this delimiter might not be properly closed... [INFO] [stdout] ... [INFO] [stdout] 130 | } [INFO] [stdout] | - ^ [INFO] [stdout] | | [INFO] [stdout] | ...as it matches this but it has different indentation [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `:`, found `(` [INFO] [stdout] --> src/fol/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | Name(usize), [INFO] [stdout] | ^ expected `:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found keyword `pub` [INFO] [stdout] --> src/fol/mod.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | ^^^ expected identifier, found keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found keyword `fn` [INFO] [stdout] --> src/fol/mod.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | ^^ expected identifier, found keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `@`, or `|`, found keyword `fn` [INFO] [stdout] --> src/fol/mod.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | -^^ expected one of `)`, `,`, `@`, or `|` [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `@`, or `|`, found `:` [INFO] [stdout] --> src/fol/mod.rs:116:32 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | ^ expected one of `)`, `,`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `:`, found `(` [INFO] [stdout] --> src/fol/mod.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | Name(usize), [INFO] [stdout] | ^ expected `:` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `@`, or `|`, found `into_skolem` [INFO] [stdout] --> src/fol/mod.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | -^^^^^^^^^^^ expected one of `)`, `,`, `@`, or `|` [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found keyword `pub` [INFO] [stdout] --> src/fol/mod.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | ^^^ expected identifier, found keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected identifier, found keyword `fn` [INFO] [stdout] --> src/fol/mod.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | ^^ expected identifier, found keyword [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `@`, or `|`, found keyword `fn` [INFO] [stdout] --> src/fol/mod.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | -^^ expected one of `)`, `,`, `@`, or `|` [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `@`, or `|`, found `:` [INFO] [stdout] --> src/fol/mod.rs:116:32 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | ^ expected one of `)`, `,`, `@`, or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `)`, `,`, `@`, or `|`, found `into_skolem` [INFO] [stdout] --> src/fol/mod.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn into_skolem(self, ns: &mut GenSymNamespace) -> Expr { [INFO] [stdout] | -^^^^^^^^^^^ expected one of `)`, `,`, `@`, or `|` [INFO] [stdout] | | [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `}` [INFO] [stdout] --> src/fol/mod.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 82 | impl Expr { [INFO] [stdout] | - closing delimiter possibly meant for this [INFO] [stdout] ... [INFO] [stdout] 127 | Expr::Function( [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] ... [INFO] [stdout] 130 | } [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: mismatched closing delimiter: `}` [INFO] [stdout] --> src/fol/mod.rs:130:1 [INFO] [stdout] | [INFO] [stdout] 82 | impl Expr { [INFO] [stdout] | - closing delimiter possibly meant for this [INFO] [stdout] ... [INFO] [stdout] 127 | Expr::Function( [INFO] [stdout] | - unclosed delimiter [INFO] [stdout] ... [INFO] [stdout] 130 | } [INFO] [stdout] | ^ mismatched closing delimiter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fact` [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" "fa5c6ce4c6b4e7118a22d07dfb936062c1e736e997892620c1f8e55dde214a6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa5c6ce4c6b4e7118a22d07dfb936062c1e736e997892620c1f8e55dde214a6d", kill_on_drop: false }` [INFO] [stdout] fa5c6ce4c6b4e7118a22d07dfb936062c1e736e997892620c1f8e55dde214a6d