Started by GitHub push by kev626 Running as SYSTEM Building remotely on java-docker-slave-000fwr7l491y9 on docker (java-docker-slave) in workspace /home/jenkins/workspace/Pufferfish-1.18 The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/pufferfish-gg/Pufferfish > git init /home/jenkins/workspace/Pufferfish-1.18 # timeout=10 Fetching upstream changes from https://github.com/pufferfish-gg/Pufferfish > git --version # timeout=10 > git --version # 'git version 2.17.1' > git fetch --tags --progress -- https://github.com/pufferfish-gg/Pufferfish +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/pufferfish-gg/Pufferfish # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/ver/1.18^{commit} # timeout=10 Checking out Revision 8a8117670fcc63d58f1c34ae5733ecda66faad74 (refs/remotes/origin/ver/1.18) > git config core.sparsecheckout # timeout=10 > git checkout -f 8a8117670fcc63d58f1c34ae5733ecda66faad74 # timeout=10 Commit message: "Update SIMD to allow Java 18" > git rev-list --no-walk 24999757aa6210b5475c48614fe1c3465926575b # timeout=10 [Set GitHub commit status (universal)] PENDING on repos [GHRepository@68ab861c[nodeId=R_kgDOGWX9EA,description=A high-performance fork of Paper designed for large servers.,homepage=,name=Pufferfish,fork=false,archived=false,visibility=public,size=552,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/pufferfish-gg/Pufferfish,id=426114320,nodeId=<null>,createdAt=2021-11-09T06:19:37Z,updatedAt=2022-03-26T21:59:51Z]] (sha:8a81176) with context:Jenkins Setting commit status on GitHub for https://github.com/pufferfish-gg/Pufferfish/commit/8a8117670fcc63d58f1c34ae5733ecda66faad74 [Gradle] - Launching build. [Pufferfish-1.18] $ /home/jenkins/workspace/Pufferfish-1.18/gradlew applyPatches Downloading https://services.gradle.org/distributions/gradle-7.4-bin.zip ...........10%...........20%...........30%...........40%...........50%...........60%...........70%...........80%...........90%...........100% Welcome to Gradle 7.4! Here are the highlights of this release: - Aggregated test and JaCoCo reports - Marking additional test source directories as tests in IntelliJ - Support for Adoptium JDKs in Java toolchains For more details see https://docs.gradle.org/7.4/release-notes.html Starting a Gradle Daemon (subsequent builds will be faster) > Task :clonePaperRepo > Task :getPaperUpstreamData > Task :paper:initSubmodules > Task :paper:patchSpigotApiPatches > Task :paper:patchSpigotApi > Task :paper:applyApiPatches > Task :paper:downloadMcManifest > Task :paper:downloadMcVersionManifest > Task :paper:downloadServerJar > Task :paper:extractFromBundler > Task :paper:addAdditionalSpigotMappings > Task :paper:downloadMappings > Task :paper:filterVanillaJar > Task :paper:patchCraftBukkitPatches > Task :paper:patchSpigotServerPatches > Task :paper:downloadMcLibrariesSources > Task :paper:generateMappings > Task :paper:generateSpigotMappings > Task :paper:spigotRemapJar > Task :paper:cleanupMappings > Task :paper:remapJar > Task :paper:patchMappings > Task :paper:cleanupSourceMappings > Task :paper:filterSpigotExcludes > Task :paper:fixJar > Task :paper:spigotDecompileJar > Task :paper:patchCraftBukkit > Task :paper:patchSpigotServer > Task :paper:patchSpigot > Task :paper:remapSpigotAt > Task :paper:downloadSpigotDependencies > Task :paper:remapSpigotSources > Task :paper:remapGeneratedAt > Task :paper:mergeGeneratedAts > Task :paper:mergeAdditionalAts > Task :paper:applyMergedAt > Task :paper:copyResources > Task :paper:decompileJar > Task :paper:applyServerPatches Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. > Task :paper:applyPatches > Task :paper:prepareForDownstream > Task :applyApiPatches Creating pufferfish-api from patch source... Applying patches to pufferfish-api... Applying: Add Sentry Applying: Expose findClass for profiler Applying: Ignore lookups if closed Applying: Add SIMD utilities Applying: Optimize map rendering Patches applied cleanly to pufferfish-api > Task :applyServerPatches Creating pufferfish-server from patch source... Importing 4 classes from vanilla... Importing 0 classes from library sources... Applying patches to pufferfish-server... Applying: Decompile fixes Applying: Pufferfish branding Applying: Pufferfish Utils Applying: Pufferfish Config and Command Applying: Add SIMD utilities Applying: Add Sentry Applying: Add option to disable books Applying: Optimize entity coordinate key Applying: Optimize suffocation Applying: Optimize mob spawning Applying: Disable Paper timings by default Applying: Strip raytracing for EntityLiving#hasLineOfSight Applying: Simpler ShapelessRecipes comparison for Vanilla Applying: Reduce projectile chunk loading Applying: Only check for spooky season once an hour Applying: Optimize random calls in chunk ticking Applying: Dynamic Activation of Brain Applying: Reduce chunk loading & lookups Applying: Skip POI finding if stuck in vehicle Applying: Flare Profiler Applying: Remove iterators from inventory contains Applying: Early return optimization for target finding Applying: More debug for plugins not shutting down tasks Applying: Improve fluid direction caching Applying: Cache climbing check for activation Applying: Config to disable method profiler Applying: Use array for gamerule storage Applying: Make EntityCollisionContext a live representation Applying: Improve container checking with a bitset Applying: Better checking for useless move packets Applying: Patch Paper to use fast item merge raytracing Applying: Use aging cache for biome temperatures Applying: Ensure level height is inlined Applying: Use thread unsafe random for mob spawning Applying: Remove streams and iterators from range check Applying: Remove streams from getting nearby players Applying: Skip cloning loot parameters Applying: Fix Paper#6045, block goal shouldn't load chunks Applying: Reduce entity allocations Applying: Remove lambda from ticking guard Applying: Reduce entity fluid lookups if no fluids Applying: Throttle goal selector during inactive ticking Patches applied cleanly to pufferfish-server > Task :applyPatches BUILD SUCCESSFUL in 4m 14s 4 actionable tasks: 4 executed Build step 'Invoke Gradle script' changed build result to SUCCESS [Gradle] - Launching build. [Pufferfish-1.18] $ /home/jenkins/workspace/Pufferfish-1.18/gradlew createReobfPaperclipJar > Task :pufferfish-server:processResources > Task :clonePaperRepo > Task :paper:initSubmodules > Task :paper:patchSpigotApiPatches UP-TO-DATE > Task :paper:patchSpigotApi UP-TO-DATE > Task :paper:applyApiPatches UP-TO-DATE > Task :paper:downloadMcManifest > Task :paper:downloadMcVersionManifest UP-TO-DATE > Task :paper:downloadServerJar UP-TO-DATE > Task :paper:extractFromBundler UP-TO-DATE > Task :paper:addAdditionalSpigotMappings UP-TO-DATE > Task :paper:downloadMappings UP-TO-DATE > Task :paper:filterVanillaJar UP-TO-DATE > Task :paper:generateMappings UP-TO-DATE > Task :paper:generateSpigotMappings UP-TO-DATE > Task :paper:spigotRemapJar UP-TO-DATE > Task :paper:cleanupMappings UP-TO-DATE > Task :paper:patchMappings UP-TO-DATE > Task :paper:cleanupSourceMappings UP-TO-DATE > Task :paper:remapJar UP-TO-DATE > Task :paper:fixJar UP-TO-DATE > Task :paper:patchCraftBukkitPatches UP-TO-DATE > Task :paper:filterSpigotExcludes UP-TO-DATE > Task :paper:spigotDecompileJar UP-TO-DATE > Task :paper:patchCraftBukkit UP-TO-DATE > Task :paper:patchSpigotServerPatches UP-TO-DATE > Task :paper:patchSpigotServer UP-TO-DATE > Task :paper:patchSpigot UP-TO-DATE > Task :paper:downloadSpigotDependencies UP-TO-DATE > Task :paper:remapSpigotSources UP-TO-DATE > Task :paper:remapGeneratedAt UP-TO-DATE > Task :paper:remapSpigotAt UP-TO-DATE > Task :paper:mergeGeneratedAts UP-TO-DATE > Task :paper:mergeAdditionalAts UP-TO-DATE > Task :paper:applyMergedAt UP-TO-DATE > Task :paper:copyResources UP-TO-DATE > Task :paper:decompileJar UP-TO-DATE > Task :paper:downloadMcLibrariesSources UP-TO-DATE > Task :paper:applyServerPatches UP-TO-DATE > Task :paper:applyPatches UP-TO-DATE > Task :paper:prepareForDownstream > Task :getPaperUpstreamData > Task :mergeReobfMappingsPatches > Task :pufferfish-api:compileJava warning: using incubating module(s): jdk.incubator.vector /home/jenkins/workspace/Pufferfish-1.18/pufferfish-api/src/main/java/org/bukkit/generator/ChunkGenerator.java:469: warning: [removal] createVanillaChunkData(@org.jetbrains.annotations.NotNull World,int,int) in Server has been deprecated and marked for removal return Bukkit.getServer().createVanillaChunkData(world, x, z); ^ /home/jenkins/workspace/Pufferfish-1.18/pufferfish-api/src/main/java/org/bukkit/Bukkit.java:1879: warning: [removal] createVanillaChunkData(@org.jetbrains.annotations.NotNull World,int,int) in Server has been deprecated and marked for removal return server.createVanillaChunkData(world, x, z); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 3 warnings > Task :pufferfish-api:processResources NO-SOURCE > Task :pufferfish-api:classes > Task :pufferfish-api:generateApiVersioningFile > Task :pufferfish-api:jar > Task :pufferfish-server:compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':pufferfish-server:compileJava'. > Could not resolve all files for configuration ':pufferfish-server:compileClasspath'. > Could not find me.carleslc.Simple-YAML:Simple-Configuration:1.7.3. Searched in the following locations: - file:/root/.m2/repository/me/carleslc/Simple-YAML/Simple-Configuration/1.7.3/Simple-Configuration-1.7.3.pom - https://repo.maven.apache.org/maven2/me/carleslc/Simple-YAML/Simple-Configuration/1.7.3/Simple-Configuration-1.7.3.pom - https://oss.sonatype.org/content/groups/public/me/carleslc/Simple-YAML/Simple-Configuration/1.7.3/Simple-Configuration-1.7.3.pom - https://papermc.io/repo/repository/maven-public/me/carleslc/Simple-YAML/Simple-Configuration/1.7.3/Simple-Configuration-1.7.3.pom - https://ci.emc.gs/nexus/content/groups/aikar/me/carleslc/Simple-YAML/Simple-Configuration/1.7.3/Simple-Configuration-1.7.3.pom - https://repo.aikar.co/content/groups/aikar/me/carleslc/Simple-YAML/Simple-Configuration/1.7.3/Simple-Configuration-1.7.3.pom - https://repo.md-5.net/content/repositories/releases/me/carleslc/Simple-YAML/Simple-Configuration/1.7.3/Simple-Configuration-1.7.3.pom - https://hub.spigotmc.org/nexus/content/groups/public/me/carleslc/Simple-YAML/Simple-Configuration/1.7.3/Simple-Configuration-1.7.3.pom - https://jitpack.io/me/carleslc/Simple-YAML/Simple-Configuration/1.7.3/Simple-Configuration-1.7.3.pom - https://libraries.minecraft.net/me/carleslc/Simple-YAML/Simple-Configuration/1.7.3/Simple-Configuration-1.7.3.pom Required by: project :pufferfish-server > me.carleslc.Simple-YAML:Simple-Yaml:1.7.3 * 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 27s 8 actionable tasks: 8 executed Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure Archiving artifacts [Set GitHub commit status (universal)] ERROR on repos [GHRepository@4350d1ed[nodeId=R_kgDOGWX9EA,description=A high-performance fork of Paper designed for large servers.,homepage=,name=Pufferfish,fork=false,archived=false,visibility=public,size=552,milestones={},language=Shell,commits={},source=<null>,parent=<null>,isTemplate=false,compareUsePaginatedCommits=false,url=https://api.github.com/repos/pufferfish-gg/Pufferfish,id=426114320,nodeId=<null>,createdAt=2021-11-09T06:19:37Z,updatedAt=2022-03-26T21:59:51Z]] (sha:8a81176) with context:Jenkins Setting commit status on GitHub for https://github.com/pufferfish-gg/Pufferfish/commit/8a8117670fcc63d58f1c34ae5733ecda66faad74 Finished: FAILURE