[INFO] cloning repository https://github.com/vagueanxiety/lox-interpreter-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vagueanxiety/lox-interpreter-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvagueanxiety%2Flox-interpreter-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvagueanxiety%2Flox-interpreter-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4a4194b42a0a3e99a522323fb07cc58fb7bb72c3 [INFO] checking vagueanxiety/lox-interpreter-rs against master#c1feb3eceef7d5f0126c309a87062cf413fe0a25 for pr-121053 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvagueanxiety%2Flox-interpreter-rs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file tests/nested_writes_to_outer_vars.lox.o [INFO] [stderr] error: unable to write file tests/new_var_reads_outer_shadow.lox [INFO] [stderr] error: unable to write file tests/new_var_reads_outer_shadow.lox.e [INFO] [stderr] error: unable to write file tests/redefinition.lox [INFO] [stderr] error: unable to write file tests/redefinition.lox.e [INFO] [stderr] error: unable to write file tests/restoring_scope.lox [INFO] [stderr] error: unable to write file tests/restoring_scope.lox.o [INFO] [stderr] error: unable to write file tests/simple_closure.lox [INFO] [stderr] error: unable to write file tests/simple_closure.lox.o [INFO] [stderr] error: unable to write file tests/simple_fun.lox [INFO] [stderr] error: unable to write file tests/simple_fun.lox.o [INFO] [stderr] error: unable to write file tests/simple_superclass.lox [INFO] [stderr] error: unable to write file tests/simple_superclass.lox.o [INFO] [stderr] error: unable to write file tests/superclass_semantics.lox [INFO] [stderr] error: unable to write file tests/superclass_semantics.lox.o [INFO] [stderr] fatal: unable to checkout working tree [INFO] [stderr] warning: Clone succeeded, but checkout failed. [INFO] [stderr] You can inspect what was checked out with 'git status' [INFO] [stderr] and retry with 'git restore --source=HEAD :/' [INFO] [stderr] [ERROR] this task or one of its parent failed! [ERROR] failed to checkout https://github.com/vagueanxiety/lox-interpreter-rs [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.