Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- > Task :clonePaperRepo
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
- $ git -c commit.gpgsign=false -c core.safecrlf=false remote remove origin
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
- $ git -c commit.gpgsign=false -c core.safecrlf=false remote add origin https://github.com/PaperMC/Paper.git
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
- $ git -c commit.gpgsign=false -c core.safecrlf=false fetch --depth 1 origin c449f6a1f712b81b50e250a2e258ef3e37fd6b9b
- From https://github.com/PaperMC/Paper
- * branch c449f6a1f712b81b50e250a2e258ef3e37fd6b9b -> FETCH_HEAD
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
- $ git -c commit.gpgsign=false -c core.safecrlf=false checkout -f FETCH_HEAD
- HEAD is now at c449f6a Build updates
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
- $ git -c commit.gpgsign=false -c core.safecrlf=false clean -fqd
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
- $ git -c commit.gpgsign=false -c core.safecrlf=false submodule update --init --recursive
- > Configure project :paper
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
- $ git -c commit.gpgsign=false -c core.safecrlf=false submodule update --init
- > Task :paper:initSubmodules
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
- $ git -c commit.gpgsign=false -c core.safecrlf=false submodule update --init
- > Task :paper:applyApiPatches FAILED
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\work\Spigot\Spigot-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false fetch
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\work\Spigot\Spigot-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false branch -f upstream HEAD
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false clean -fxd
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false reset --hard HEAD
- fatal: Unable to create 'D:/CODING/Clock-PaperFork/.gradle/caches/paperweight/upstreams/paper/Paper-API/.git/index.lock': File exists.
- Another git process seems to be running in this repository, e.g.
- an editor opened by 'git commit'. Please make sure all processes
- are terminated then try again. If it still fails, a git process
- may have crashed in this repository earlier:
- remove the file manually to continue.
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false init --quiet
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false config commit.gpgSign false
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false config tag.gpgSign false
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false remote remove upstream
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false remote add upstream file:///D:/CODING/Clock-PaperFork/.gradle/caches/paperweight/upstreams/paper/work/Spigot/Spigot-API/
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false fetch upstream --prune
- From file:///D:/CODING/Clock-PaperFork/.gradle/caches/paperweight/upstreams/paper/work/Spigot/Spigot-API
- * [new branch] master -> upstream/master
- * [new branch] upstream -> upstream/upstream
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false checkout master
- fatal: Unable to create 'D:/CODING/Clock-PaperFork/.gradle/caches/paperweight/upstreams/paper/Paper-API/.git/index.lock': File exists.
- Another git process seems to be running in this repository, e.g.
- an editor opened by 'git commit'. Please make sure all processes
- are terminated then try again. If it still fails, a git process
- may have crashed in this repository earlier:
- remove the file manually to continue.
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false checkout -b master
- fatal: A branch named 'master' already exists.
- $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
- $ git -c commit.gpgsign=false -c core.safecrlf=false reset --hard upstream/upstream
- fatal: Unable to create 'D:/CODING/Clock-PaperFork/.gradle/caches/paperweight/upstreams/paper/Paper-API/.git/index.lock': File exists.
- Another git process seems to be running in this repository, e.g.
- an editor opened by 'git commit'. Please make sure all processes
- are terminated then try again. If it still fails, a git process
- may have crashed in this repository earlier:
- remove the file manually to continue.
- > Task :getPaperUpstreamData FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':paper:applyApiPatches'.
- > io.papermc.paperweight.PaperweightException: Command finished with 128 exit code: git -c commit.gpgsign=false -c core.safecrlf=false reset --hard upstream/upstream
- * Try:
- > Run with --stacktrace option to get the stack trace.
- > Run with --info or --debug option to get more log output.
- > Run with --scan to get full insights.
- * Get more help at https://help.gradle.org
- BUILD FAILED in 22s
- 2 actionable tasks: 2 executed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement