[INFO] cloning repository https://github.com/serra92/rust-nes-emu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/serra92/rust-nes-emu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fserra92%2Frust-nes-emu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fserra92%2Frust-nes-emu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 19d056beda1c2bf21c5b34fb167f19c534b0c1c7 [INFO] building serra92/rust-nes-emu against master#70591dc15db32941fe3595fdbf98e58d6975f95e for pr-127731 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fserra92%2Frust-nes-emu" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] [stderr] error: unable to write file src/cpu/instructions/bra.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/brk.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/bvc.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/bvs.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/clc.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/cld.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/cli.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/clv.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/cmp.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/cpx.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/cpy.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/dec.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/dex.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/dey.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/eor.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/inc.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/inx.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/iny.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/jmp.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/jsr.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/lda.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/ldx.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/ldy.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/lsr.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/mod.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/nop.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/ora.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/pha.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/php.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/phx.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/phy.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/pla.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/plp.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/plx.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/ply.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/rol.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/ror.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/rti.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/rts.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/sbc.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/sec.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/sed.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/sei.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/sta.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/stx.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/sty.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/stz.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/tax.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/tay.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/trb.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/tsb.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/tsx.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/txa.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/txs.rs [INFO] [stderr] error: unable to write file src/cpu/instructions/tya.rs [INFO] [stderr] error: unable to write file src/cpu/mod.rs [INFO] [stderr] error: unable to write file src/cpu/sound_waves.rs [INFO] [stderr] error: unable to write file src/main.rs [INFO] [stderr] error: unable to write file src/memory.rs [INFO] [stderr] error: unable to write file src/test_utils.rs [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/serra92/rust-nes-emu [ERROR] caused by: command failed: exit status: 128 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.