[INFO] cloning repository https://github.com/hashedone/toy-interpreter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hashedone/toy-interpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashedone%2Ftoy-interpreter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashedone%2Ftoy-interpreter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7e04e06bd0fe9349d7515fe0731591eabc6b428b [INFO] checking hashedone/toy-interpreter against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhashedone%2Ftoy-interpreter" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hashedone/toy-interpreter 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/hashedone/toy-interpreter [INFO] finished tweaking git repo https://github.com/hashedone/toy-interpreter [INFO] tweaked toml for git repo https://github.com/hashedone/toy-interpreter written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/hashedone/toy-interpreter 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-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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 492d98dbcc56ded05c4b9ba35769960a61f050c4e0a740bebc63361f4b34ac7e [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" "492d98dbcc56ded05c4b9ba35769960a61f050c4e0a740bebc63361f4b34ac7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "492d98dbcc56ded05c4b9ba35769960a61f050c4e0a740bebc63361f4b34ac7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "492d98dbcc56ded05c4b9ba35769960a61f050c4e0a740bebc63361f4b34ac7e", kill_on_drop: false }` [INFO] [stdout] 492d98dbcc56ded05c4b9ba35769960a61f050c4e0a740bebc63361f4b34ac7e [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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bafc01bac9c2f9f98974ef437f71b4be8587c44c0f3bd3bbc35f0e27a0ad8719 [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" "bafc01bac9c2f9f98974ef437f71b4be8587c44c0f3bd3bbc35f0e27a0ad8719", kill_on_drop: false }` [INFO] [stderr] Checking interpreter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/parser.rs:493:46 [INFO] [stdout] | [INFO] [stdout] 493 | let expected = Terminal::Value(27.0);; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: wrong number of type arguments: expected 1, found 2 [INFO] [stdout] --> src/lexer.rs:82:48 [INFO] [stdout] | [INFO] [stdout] 82 | tokenize("^").collect::, _>>().unwrap_err(); [INFO] [stdout] | ^ unexpected type argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `interpreter` [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" "bafc01bac9c2f9f98974ef437f71b4be8587c44c0f3bd3bbc35f0e27a0ad8719", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bafc01bac9c2f9f98974ef437f71b4be8587c44c0f3bd3bbc35f0e27a0ad8719", kill_on_drop: false }` [INFO] [stdout] bafc01bac9c2f9f98974ef437f71b4be8587c44c0f3bd3bbc35f0e27a0ad8719