skysurvival

Untitled

Nov 13th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. Rebuilding Forked projects....
  2. ~/Desktop/everest-2/Waterfall ~/Desktop/everest-2
  3. Resetting Waterfall-Proxy to BungeeCord...
  4. Your branch and 'origin/master' have diverged,
  5. and have 42 and 31 different commits each, respectively.
  6. (use "git pull" to merge the remote branch into yours)
  7. HEAD is now at cccbb3c8 Netty 4.1.17.Final
  8. Applying patches to Waterfall-Proxy...
  9. Applying: POM Changes
  10. Applying: Rename references from BungeeCord to Waterfall
  11. Applying: Add Waterfall configuration files
  12. Applying: Configurable Waterfall Metrics
  13. Applying: Fetch modules from the Waterfall CI
  14. Applying: Get rid of the security manager.
  15. Applying: Presize the HTTP response buffer
  16. Applying: Don't access a ByteBuf's underlying array
  17. Applying: Fix unicode characters in configuration files
  18. Applying: Optimize uuid conversions
  19. Applying: Add support for FML with IP Forwarding enabled
  20. Applying: Better unit tests for Chat API
  21. Applying: Don't allow channel buffers to grow beyond a reasonable limit
  22. Applying: Allow removing servers or changing addresses on reload
  23. Applying: Enable TCP_NODELAY.
  24. Applying: Micro-optimizations
  25. Applying: Allow invalid packet ids for forge servers
  26. Applying: Resolve sendData() deadlocks
  27. Applying: Add basic support for configurable tab-complete throttling
  28. Applying: Don't create a new KickStringWriter for each new connection.
  29. Applying: Optional server list ping logging.
  30. Applying: Add a property to accept invalid ping packets
  31. Applying: Use a worker and a boss event loop group.
  32. Applying: Better Decompression Sanity
  33. Applying: Validate that chat messages are non-blank
  34. Applying: Reduce the overhead of lots and lots of teams with the same names
  35. Applying: Better debug checks
  36. Applying: Add dynamic server addition/removal api.
  37. Applying: Don't send KICK packets while in HANDSHAKE state
  38. Applying: Improve ServerKickEvent
  39. Applying: Configurable server version in ping response
  40. Applying: Add timeout variant to connect methods
  41. Applying: Proxy query event
  42. Applying: Dump the raw hex of a packet on a decoding error
  43. Applying: Fix potion race condition on Forge 1.8.9
  44. Applying: Optionally use async Netty DNS resolver
  45. Applying: Security enhancements for EncryptionUtil
  46. Applying: Improve outdated build message
  47. Applying: Fix some forge plugin message packets not being forwarded correctly
  48. Applying: Use Log4j2 for logging and TerminalConsoleAppender for console
  49. Applying: Handle plugin prefixes using Log4J
  50. Applying: Allow plugins to use SLF4J for logging
  51. Applying: Add Log4j configuration that replicates the old BungeeCord setup
  52. Applying: Add console command completion
  53. Patches applied cleanly to Waterfall-Proxy
  54. ~/Desktop/everest-2
  55. From C:/Users/natha/Desktop/everest-2/Waterfall/BungeeCord
  56. eab710b0..cccbb3c8 upstream -> origin/upstream
  57. Resetting Everest-Proxy to Waterfall-Proxy...
  58. Your branch is ahead of 'origin/master' by 8 commits.
  59. (use "git push" to publish your local commits)
  60. HEAD is now at 71967d8d Add console command completion
  61. Applying patches to Everest-Proxy...
  62. Applying: Removidos 10 segundos de delay inicial
  63. Applying: Adicionado InitialHandler#setLoginProfile
  64. Applying: API de definir skin
  65. error: Failed to merge in the changes.
  66. Using index info to reconstruct a base tree...
  67. M proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
  68. Falling back to patching base and 3-way merge...
  69. Auto-merging proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
  70. CONFLICT (content): Merge conflict in proxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java
  71. Patch failed at 0003 API de definir skin
  72. The copy of the patch that failed is found in: .git/rebase-apply/patch
  73. When you have resolved this problem, run "git am --continue".
  74. If you prefer to skip this patch, run "git am --skip" instead.
  75. To restore the original branch and stop patching, run "git am --abort".
  76. Something did not apply cleanly to Everest-Proxy.
  77. Please review above details and finish the apply then
  78. save the changes with rebuildPatches.sh
Advertisement
Add Comment
Please, Sign In to add comment