[INFO] cloning repository https://github.com/swizzard/lisp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/swizzard/lisp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fswizzard%2Flisp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fswizzard%2Flisp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5c705cea5e4420b4937b2a7902c7efb28a889bde [INFO] checking swizzard/lisp against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fswizzard%2Flisp" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/swizzard/lisp 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/swizzard/lisp [INFO] finished tweaking git repo https://github.com/swizzard/lisp [INFO] tweaked toml for git repo https://github.com/swizzard/lisp written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/swizzard/lisp 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 48fea8638c02baaf0f2ef070d00ead605b9bda5f661a8106c0c36cad8fa558dd [INFO] running `Command { std: "docker" "start" "-a" "48fea8638c02baaf0f2ef070d00ead605b9bda5f661a8106c0c36cad8fa558dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "48fea8638c02baaf0f2ef070d00ead605b9bda5f661a8106c0c36cad8fa558dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48fea8638c02baaf0f2ef070d00ead605b9bda5f661a8106c0c36cad8fa558dd", kill_on_drop: false }` [INFO] [stdout] 48fea8638c02baaf0f2ef070d00ead605b9bda5f661a8106c0c36cad8fa558dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] ca25fcbbb41d23722ec1313673a4ca5fd33b42ca9641471759cb32412c1377a0 [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" "ca25fcbbb41d23722ec1313673a4ca5fd33b42ca9641471759cb32412c1377a0", kill_on_drop: false }` [INFO] [stderr] Checking lisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:26:52 [INFO] [stdout] | [INFO] [stdout] 15 | let f = |args: Args| { [INFO] [stdout] | _____________- [INFO] [stdout] 16 | | let name = "+"; [INFO] [stdout] 17 | | let fu = p.lookup(name)?; [INFO] [stdout] 18 | | let fu = fu.unwrap_func().ok_or(ErrType::not_a_function(name))?; [INFO] [stdout] ... | [INFO] [stdout] 23 | | Ok(fu(vec![*a, *b, c])) [INFO] [stdout] 24 | | }; [INFO] [stdout] | |_____- the found closure [INFO] [stdout] 25 | let func_name = "f"; [INFO] [stdout] 26 | p.register_func(func_name, Arity::SomeArgs(1), f); [INFO] [stdout] | ^ expected fn pointer, found closure [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `fn(Vec) -> std::result::Result` [INFO] [stdout] found closure `[closure@src/main.rs:15:13: 24:6]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | fn test() -> Res { [INFO] [stdout] | ---- ^^^ expected enum `std::result::Result`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] | [INFO] [stdout] = note: expected enum `std::result::Result` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:26:52 [INFO] [stdout] | [INFO] [stdout] 15 | let f = |args: Args| { [INFO] [stdout] | _____________- [INFO] [stdout] 16 | | let name = "+"; [INFO] [stdout] 17 | | let fu = p.lookup(name)?; [INFO] [stdout] 18 | | let fu = fu.unwrap_func().ok_or(ErrType::not_a_function(name))?; [INFO] [stdout] ... | [INFO] [stdout] 23 | | Ok(fu(vec![*a, *b, c])) [INFO] [stdout] 24 | | }; [INFO] [stdout] | |_____- the found closure [INFO] [stdout] 25 | let func_name = "f"; [INFO] [stdout] 26 | p.register_func(func_name, Arity::SomeArgs(1), f); [INFO] [stdout] | ^ expected fn pointer, found closure [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `fn(Vec) -> std::result::Result` [INFO] [stdout] found closure `[closure@src/main.rs:15:13: 24:6]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | fn test() -> Res { [INFO] [stdout] | ---- ^^^ expected enum `std::result::Result`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] | [INFO] [stdout] = note: expected enum `std::result::Result` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lisp` [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [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" "ca25fcbbb41d23722ec1313673a4ca5fd33b42ca9641471759cb32412c1377a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca25fcbbb41d23722ec1313673a4ca5fd33b42ca9641471759cb32412c1377a0", kill_on_drop: false }` [INFO] [stdout] ca25fcbbb41d23722ec1313673a4ca5fd33b42ca9641471759cb32412c1377a0