Advertisement
Guest User

Untitled

a guest
Oct 30th, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.88 KB | None | 0 0
  1. > Task :clonePaperRepo
  2.  
  3. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
  4. $ git -c commit.gpgsign=false -c core.safecrlf=false remote remove origin
  5.  
  6. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
  7. $ git -c commit.gpgsign=false -c core.safecrlf=false remote add origin https://github.com/PaperMC/Paper.git
  8.  
  9. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
  10. $ git -c commit.gpgsign=false -c core.safecrlf=false fetch --depth 1 origin c449f6a1f712b81b50e250a2e258ef3e37fd6b9b
  11. From https://github.com/PaperMC/Paper
  12. * branch c449f6a1f712b81b50e250a2e258ef3e37fd6b9b -> FETCH_HEAD
  13.  
  14. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
  15. $ git -c commit.gpgsign=false -c core.safecrlf=false checkout -f FETCH_HEAD
  16. HEAD is now at c449f6a Build updates
  17.  
  18. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
  19. $ git -c commit.gpgsign=false -c core.safecrlf=false clean -fqd
  20.  
  21. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
  22. $ git -c commit.gpgsign=false -c core.safecrlf=false submodule update --init --recursive
  23.  
  24. > Configure project :paper
  25.  
  26. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
  27. $ git -c commit.gpgsign=false -c core.safecrlf=false submodule update --init
  28.  
  29. > Task :paper:initSubmodules
  30.  
  31. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper
  32. $ git -c commit.gpgsign=false -c core.safecrlf=false submodule update --init
  33.  
  34. > Task :paper:applyApiPatches FAILED
  35.  
  36. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\work\Spigot\Spigot-API
  37. $ git -c commit.gpgsign=false -c core.safecrlf=false fetch
  38.  
  39. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\work\Spigot\Spigot-API
  40. $ git -c commit.gpgsign=false -c core.safecrlf=false branch -f upstream HEAD
  41.  
  42. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
  43. $ git -c commit.gpgsign=false -c core.safecrlf=false clean -fxd
  44.  
  45. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
  46. $ git -c commit.gpgsign=false -c core.safecrlf=false reset --hard HEAD
  47. fatal: Unable to create 'D:/CODING/Clock-PaperFork/.gradle/caches/paperweight/upstreams/paper/Paper-API/.git/index.lock': File exists.
  48.  
  49. Another git process seems to be running in this repository, e.g.
  50. an editor opened by 'git commit'. Please make sure all processes
  51. are terminated then try again. If it still fails, a git process
  52. may have crashed in this repository earlier:
  53. remove the file manually to continue.
  54.  
  55. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
  56. $ git -c commit.gpgsign=false -c core.safecrlf=false init --quiet
  57.  
  58. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
  59. $ git -c commit.gpgsign=false -c core.safecrlf=false config commit.gpgSign false
  60.  
  61. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
  62. $ git -c commit.gpgsign=false -c core.safecrlf=false config tag.gpgSign false
  63.  
  64. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
  65. $ git -c commit.gpgsign=false -c core.safecrlf=false remote remove upstream
  66.  
  67. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
  68. $ 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/
  69.  
  70. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
  71. $ git -c commit.gpgsign=false -c core.safecrlf=false fetch upstream --prune
  72. From file:///D:/CODING/Clock-PaperFork/.gradle/caches/paperweight/upstreams/paper/work/Spigot/Spigot-API
  73. * [new branch] master -> upstream/master
  74. * [new branch] upstream -> upstream/upstream
  75.  
  76. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
  77. $ git -c commit.gpgsign=false -c core.safecrlf=false checkout master
  78. fatal: Unable to create 'D:/CODING/Clock-PaperFork/.gradle/caches/paperweight/upstreams/paper/Paper-API/.git/index.lock': File exists.
  79.  
  80. Another git process seems to be running in this repository, e.g.
  81. an editor opened by 'git commit'. Please make sure all processes
  82. are terminated then try again. If it still fails, a git process
  83. may have crashed in this repository earlier:
  84. remove the file manually to continue.
  85.  
  86. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
  87. $ git -c commit.gpgsign=false -c core.safecrlf=false checkout -b master
  88. fatal: A branch named 'master' already exists.
  89.  
  90. $ (pwd) D:\CODING\Clock-PaperFork\.gradle\caches\paperweight\upstreams\paper\Paper-API
  91. $ git -c commit.gpgsign=false -c core.safecrlf=false reset --hard upstream/upstream
  92. fatal: Unable to create 'D:/CODING/Clock-PaperFork/.gradle/caches/paperweight/upstreams/paper/Paper-API/.git/index.lock': File exists.
  93.  
  94. Another git process seems to be running in this repository, e.g.
  95. an editor opened by 'git commit'. Please make sure all processes
  96. are terminated then try again. If it still fails, a git process
  97. may have crashed in this repository earlier:
  98. remove the file manually to continue.
  99.  
  100. > Task :getPaperUpstreamData FAILED
  101.  
  102. FAILURE: Build failed with an exception.
  103.  
  104. * What went wrong:
  105. Execution failed for task ':paper:applyApiPatches'.
  106. > io.papermc.paperweight.PaperweightException: Command finished with 128 exit code: git -c commit.gpgsign=false -c core.safecrlf=false reset --hard upstream/upstream
  107.  
  108. * Try:
  109. > Run with --stacktrace option to get the stack trace.
  110. > Run with --info or --debug option to get more log output.
  111. > Run with --scan to get full insights.
  112.  
  113. * Get more help at https://help.gradle.org
  114.  
  115. BUILD FAILED in 22s
  116. 2 actionable tasks: 2 executed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement