[INFO] cloning repository https://github.com/Forsuin/clox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Forsuin/clox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForsuin%2Fclox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForsuin%2Fclox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aeab3659481063ba72a766ae8990c8d88a20a9a2
[INFO] checking Forsuin/clox against try#2b39fe756f52bc2825bf5b2bfc385cab922dae10 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForsuin%2Fclox" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Forsuin/clox
[INFO] finished tweaking git repo https://github.com/Forsuin/clox
[INFO] tweaked toml for git repo https://github.com/Forsuin/clox written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Forsuin/clox on toolchain 2b39fe756f52bc2825bf5b2bfc385cab922dae10
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Forsuin/clox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 692abec6e7e636d1bfc9c6c5ff6a60ba358c180a05f25216de19c80e76e2127c
[INFO] running `Command { std: "docker" "start" "-a" "692abec6e7e636d1bfc9c6c5ff6a60ba358c180a05f25216de19c80e76e2127c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "692abec6e7e636d1bfc9c6c5ff6a60ba358c180a05f25216de19c80e76e2127c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "692abec6e7e636d1bfc9c6c5ff6a60ba358c180a05f25216de19c80e76e2127c", kill_on_drop: false }`
[INFO] [stdout] 692abec6e7e636d1bfc9c6c5ff6a60ba358c180a05f25216de19c80e76e2127c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+2b39fe756f52bc2825bf5b2bfc385cab922dae10" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12891c7e5ea747e7382db089ac6a523c799e574432029dfaa7eee57d7b3b94e0
[INFO] running `Command { std: "docker" "start" "-a" "12891c7e5ea747e7382db089ac6a523c799e574432029dfaa7eee57d7b3b94e0", kill_on_drop: false }`
[INFO] [stderr]     Checking clox v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&Opcode::Constant` not covered
[INFO] [stdout]   --> src/debug.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |         match instruction {
[INFO] [stdout]    |               ^^^^^^^^^^^ pattern `&Opcode::Constant` not covered
[INFO] [stdout]    |
[INFO] [stdout] note: `Opcode` defined here
[INFO] [stdout]   --> src/chunk.rs:4:10
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub enum Opcode {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 5  |     Constant,
[INFO] [stdout]    |     -------- not covered
[INFO] [stdout]    = note: the matched value is of type `&Opcode`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
[INFO] [stdout]    |
[INFO] [stdout] 17 ~             Opcode::Return => "OP_RETURN",
[INFO] [stdout] 18 ~             &Opcode::Constant => todo!(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stdout] error[E0004]: non-exhaustive patterns: `&Opcode::Constant` not covered
[INFO] [stdout]   --> src/debug.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 |         match instruction {
[INFO] [stdout]    |               ^^^^^^^^^^^ pattern `&Opcode::Constant` not covered
[INFO] [stdout]    |
[INFO] [stdout] note: `Opcode` defined here
[INFO] [stdout]   --> src/chunk.rs:4:10
[INFO] [stdout]    |
[INFO] [stdout] 4  | pub enum Opcode {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 5  |     Constant,
[INFO] [stdout]    |     -------- not covered
[INFO] [stdout]    = note: the matched value is of type `&Opcode`
[INFO] [stdout] help: ensure that all possible cases are being handled by adding a match arm with a wildcard pattern or an explicit pattern as shown
[INFO] [stdout]    |
[INFO] [stdout] 17 ~             Opcode::Return => "OP_RETURN",
[INFO] [stdout] 18 ~             &Opcode::Constant => todo!(),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0004`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clox` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `clox` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "12891c7e5ea747e7382db089ac6a523c799e574432029dfaa7eee57d7b3b94e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12891c7e5ea747e7382db089ac6a523c799e574432029dfaa7eee57d7b3b94e0", kill_on_drop: false }`
[INFO] [stdout] 12891c7e5ea747e7382db089ac6a523c799e574432029dfaa7eee57d7b3b94e0
