Skip to content

Console Output

Started by GitHub push by kev626
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/Pufferfish-1.19
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/Pufferfish-1.19/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/pufferfish-gg/Pufferfish # timeout=10
Fetching upstream changes from https://github.com/pufferfish-gg/Pufferfish
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://github.com/pufferfish-gg/Pufferfish +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/ver/1.19^{commit} # timeout=10
Checking out Revision d326aaa67aae6e35f0380ad5fe9b59d77b34076b (refs/remotes/origin/ver/1.19)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d326aaa67aae6e35f0380ad5fe9b59d77b34076b # timeout=10
Commit message: "Pull patches from downstream"
 > git rev-list --no-walk af61aced0463445ac86d2c0ec16f22e0d21ef30a # timeout=10
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@16e8ffec[nodeId=R_kgDOGWX9EA,description=A high-performance fork of Paper designed for large servers.,homepage=,name=Pufferfish,fork=false,archived=false,visibility=public,size=510,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-07-16T20:29:20Z]] (sha:d326aaa) with context:Jenkins
Setting commit status on GitHub for https://github.com/pufferfish-gg/Pufferfish/commit/d326aaa67aae6e35f0380ad5fe9b59d77b34076b
[Gradle] - Launching build.
[Pufferfish-1.19] $ /var/lib/jenkins/workspace/Pufferfish-1.19/gradlew applyPatches
Starting a Gradle Daemon (subsequent builds will be faster)
> 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:lineMapJar UP-TO-DATE
> Task :paper:prepareForDownstream
> Task :getPaperUpstreamData

> 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 8 classes from vanilla...
Importing 0 classes from library sources...
   Applying patches to pufferfish-server...
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: Move ThreadUnsafeRandom Initialization
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
Applying: Entity TTL
Applying: Async Pathfinding
Applying: Multithreaded Tracker
   Patches applied cleanly to pufferfish-server

> Task :applyPatches

BUILD SUCCESSFUL in 9s
4 actionable tasks: 4 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
[Gradle] - Launching build.
[Pufferfish-1.19] $ /var/lib/jenkins/workspace/Pufferfish-1.19/gradlew createReobfPaperclipJar
> Task :pufferfish-server:processResources
> Task :pufferfish-api:compileJava FROM-CACHE
> Task :pufferfish-api:processResources NO-SOURCE
> Task :pufferfish-api:classes UP-TO-DATE
> Task :pufferfish-api:generateApiVersioningFile
> Task :pufferfish-api:jar
> 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:lineMapJar UP-TO-DATE
> Task :paper:prepareForDownstream
> Task :getPaperUpstreamData
> Task :mergeReobfMappingsPatches UP-TO-DATE

> Task :pufferfish-server:compileJava
warning: using incubating module(s): jdk.incubator.vector
Note: Processing Log4j annotations
Note: Annotations processed
warning: using incubating module(s): jdk.incubator.vector
Note: Processing Log4j annotations
Note: No elements to process
warning: using incubating module(s): jdk.incubator.vector
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/net/minecraft/network/FriendlyByteBuf.java:111: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public <T> T readWithCodec(Codec<T> codec) {
                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/net/minecraft/network/FriendlyByteBuf.java:124: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public <T> void writeWithCodec(Codec<T> codec, T object) {
                    ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/CraftServer.java:2360: warning: [removal] createVanillaChunkData(World,int,int) in Server has been deprecated and marked for removal
    public ChunkGenerator.ChunkData createVanillaChunkData(World world, int x, int z) {
                                    ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:512: warning: [removal] LingeringPotion in org.bukkit.entity has been deprecated and marked for removal
            if (LingeringPotion.class.isAssignableFrom(projectile)) {
                ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/CraftRegionAccessor.java:601: warning: [removal] LingeringPotion in org.bukkit.entity has been deprecated and marked for removal
                if (LingeringPotion.class.isAssignableFrom(clazz)) {
                    ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java:696: warning: [removal] getSoundGroup() in Block has been deprecated and marked for removal
    public com.destroystokyo.paper.block.BlockSoundGroup getSoundGroup() {
                                                         ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java:696: warning: [removal] BlockSoundGroup in com.destroystokyo.paper.block has been deprecated and marked for removal
    public com.destroystokyo.paper.block.BlockSoundGroup getSoundGroup() {
                                        ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java:696: warning: [removal] BlockSoundGroup in com.destroystokyo.paper.block has been deprecated and marked for removal
    public com.destroystokyo.paper.block.BlockSoundGroup getSoundGroup() {
                                        ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java:696: warning: [removal] BlockSoundGroup in com.destroystokyo.paper.block has been deprecated and marked for removal
    public com.destroystokyo.paper.block.BlockSoundGroup getSoundGroup() {
                                        ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java:697: warning: [removal] CraftBlockSoundGroup in com.destroystokyo.paper.block has been deprecated and marked for removal
        return new com.destroystokyo.paper.block.CraftBlockSoundGroup(getNMS().getBlock().defaultBlockState().getSoundType());
                                                ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/host/bloom/tracker/MultithreadedTracker.java:122: error: serverEntity is not public in ChunkMap.TrackedEntity; cannot be accessed from outside package
                    this.mainThreadTasks.offer(entityTracker.serverEntity::sendChanges);
                                                            ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/projectiles/CraftBlockProjectileSource.java:79: warning: [removal] LingeringPotion in org.bukkit.entity has been deprecated and marked for removal
            if (LingeringPotion.class.isAssignableFrom(projectile)) {
                ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/CraftParticle.java:206: warning: [removal] getOrigin() in Vibration has been deprecated and marked for removal
            Location origin = vibration.getOrigin();
                                       ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/util/CraftMagicNumbers.java:99: warning: [removal] legacyComponentSerializer() in UnsafeValues has been deprecated and marked for removal
    public net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer legacyComponentSerializer() {
                                                                                ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/util/CraftMagicNumbers.java:79: warning: [removal] colorDownsamplingGsonComponentSerializer() in UnsafeValues has been deprecated and marked for removal
    public net.kyori.adventure.text.serializer.gson.GsonComponentSerializer colorDownsamplingGsonComponentSerializer() {
                                                                            ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/util/CraftMagicNumbers.java:84: warning: [removal] gsonComponentSerializer() in UnsafeValues has been deprecated and marked for removal
    public net.kyori.adventure.text.serializer.gson.GsonComponentSerializer gsonComponentSerializer() {
                                                                            ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/util/CraftMagicNumbers.java:94: warning: [removal] plainTextSerializer() in UnsafeValues has been deprecated and marked for removal
    public net.kyori.adventure.text.serializer.plain.PlainTextComponentSerializer plainTextSerializer() {
                                                                                  ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/util/CraftMagicNumbers.java:89: warning: [removal] plainComponentSerializer() in UnsafeValues has been deprecated and marked for removal
    public net.kyori.adventure.text.serializer.plain.PlainComponentSerializer plainComponentSerializer() {
                                                                              ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/advancement/CraftAdvancementDisplay.java:9: warning: [removal] AdvancementDisplay in org.bukkit.advancement has been deprecated and marked for removal
public class CraftAdvancementDisplay implements org.bukkit.advancement.AdvancementDisplay {
                                                                      ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/advancement/CraftAdvancementDisplay.java:9: warning: [removal] AdvancementDisplay in org.bukkit.advancement has been deprecated and marked for removal
public class CraftAdvancementDisplay implements org.bukkit.advancement.AdvancementDisplay {
                                                                      ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/advancement/CraftAdvancementDisplay.java:9: warning: [removal] AdvancementDisplay in org.bukkit.advancement has been deprecated and marked for removal
public class CraftAdvancementDisplay implements org.bukkit.advancement.AdvancementDisplay {
                                                                      ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/advancement/CraftAdvancementDisplay.java:62: warning: [removal] AdvancementDisplayType in org.bukkit.advancement has been deprecated and marked for removal
    public AdvancementDisplayType getType() {
           ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/advancement/CraftAdvancementDisplay.java:62: warning: [removal] AdvancementDisplayType in org.bukkit.advancement has been deprecated and marked for removal
    public AdvancementDisplayType getType() {
           ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/advancement/CraftAdvancementDisplay.java:62: warning: [removal] AdvancementDisplayType in org.bukkit.advancement has been deprecated and marked for removal
    public AdvancementDisplayType getType() {
           ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/advancement/CraftAdvancementDisplay.java:63: warning: [removal] AdvancementDisplayType in org.bukkit.advancement has been deprecated and marked for removal
        return AdvancementDisplayType.values()[this.handle.getFrame().ordinal()];
               ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/AbstractProjectile.java:21: warning: [removal] setBounce(boolean) in Projectile has been deprecated and marked for removal
    public void setBounce(boolean doesBounce) {
                ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/AbstractProjectile.java:16: warning: [removal] doesBounce() in Projectile has been deprecated and marked for removal
    public boolean doesBounce() {
                   ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftProjectile.java:8: warning: [removal] setBounce(boolean) in Projectile has been deprecated and marked for removal
public abstract class CraftProjectile extends AbstractProjectile implements Projectile {
                ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftProjectile.java:8: warning: [removal] doesBounce() in Projectile has been deprecated and marked for removal
public abstract class CraftProjectile extends AbstractProjectile implements Projectile {
                ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftThrownPotion.java:17: warning: [removal] SplashPotion in org.bukkit.entity has been deprecated and marked for removal
public class CraftThrownPotion extends CraftProjectile implements ThrownPotion, org.bukkit.entity.SplashPotion, org.bukkit.entity.LingeringPotion { // Paper - implement other classes to avoid violating spawn method generic contracts
                                                                                                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftThrownPotion.java:17: warning: [removal] LingeringPotion in org.bukkit.entity has been deprecated and marked for removal
public class CraftThrownPotion extends CraftProjectile implements ThrownPotion, org.bukkit.entity.SplashPotion, org.bukkit.entity.LingeringPotion { // Paper - implement other classes to avoid violating spawn method generic contracts
                                                                                                                                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftThrownPotion.java:17: warning: [removal] SplashPotion in org.bukkit.entity has been deprecated and marked for removal
public class CraftThrownPotion extends CraftProjectile implements ThrownPotion, org.bukkit.entity.SplashPotion, org.bukkit.entity.LingeringPotion { // Paper - implement other classes to avoid violating spawn method generic contracts
                                                                                                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftThrownPotion.java:17: warning: [removal] LingeringPotion in org.bukkit.entity has been deprecated and marked for removal
public class CraftThrownPotion extends CraftProjectile implements ThrownPotion, org.bukkit.entity.SplashPotion, org.bukkit.entity.LingeringPotion { // Paper - implement other classes to avoid violating spawn method generic contracts
                                                                                                                                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftThrownPotion.java:17: warning: [removal] SplashPotion in org.bukkit.entity has been deprecated and marked for removal
public class CraftThrownPotion extends CraftProjectile implements ThrownPotion, org.bukkit.entity.SplashPotion, org.bukkit.entity.LingeringPotion { // Paper - implement other classes to avoid violating spawn method generic contracts
                                                                                                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftThrownPotion.java:17: warning: [removal] LingeringPotion in org.bukkit.entity has been deprecated and marked for removal
public class CraftThrownPotion extends CraftProjectile implements ThrownPotion, org.bukkit.entity.SplashPotion, org.bukkit.entity.LingeringPotion { // Paper - implement other classes to avoid violating spawn method generic contracts
                                                                                                                                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/block/CraftBlockSoundGroup.java:8: warning: [removal] BlockSoundGroup in com.destroystokyo.paper.block has been deprecated and marked for removal
public class CraftBlockSoundGroup implements BlockSoundGroup {
                                             ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/block/CraftBlockSoundGroup.java:8: warning: [removal] BlockSoundGroup in com.destroystokyo.paper.block has been deprecated and marked for removal
public class CraftBlockSoundGroup implements BlockSoundGroup {
                                             ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/block/CraftBlockSoundGroup.java:8: warning: [removal] BlockSoundGroup in com.destroystokyo.paper.block has been deprecated and marked for removal
public class CraftBlockSoundGroup implements BlockSoundGroup {
                                             ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/block/CraftBlockSoundGroup.java:36: warning: [removal] getFallSound() in BlockSoundGroup has been deprecated and marked for removal
    public Sound getFallSound() {
                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/block/CraftBlockSoundGroup.java:31: warning: [removal] getHitSound() in BlockSoundGroup has been deprecated and marked for removal
    public Sound getHitSound() {
                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/block/CraftBlockSoundGroup.java:26: warning: [removal] getPlaceSound() in BlockSoundGroup has been deprecated and marked for removal
    public Sound getPlaceSound() {
                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/block/CraftBlockSoundGroup.java:21: warning: [removal] getStepSound() in BlockSoundGroup has been deprecated and marked for removal
    public Sound getStepSound() {
                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/block/CraftBlockSoundGroup.java:16: warning: [removal] getBreakSound() in BlockSoundGroup has been deprecated and marked for removal
    public Sound getBreakSound() {
                 ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/profile/CraftPlayerProfile.java:86: warning: [removal] setId(UUID) in PlayerProfile has been deprecated and marked for removal
    public UUID setId(@Nullable UUID uuid) {
                ^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/profile/CraftPlayerProfile.java:106: warning: [removal] setName(String) in PlayerProfile has been deprecated and marked for removal
    public String setName(@Nullable String name) {
                  ^
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.
1 error
47 warnings

> Task :pufferfish-server:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':pufferfish-server:compileJava'.
> Compilation failed; see the compiler error output for details.

* 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 18s
8 actionable tasks: 6 executed, 1 from cache, 1 up-to-date
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@7e549081[nodeId=R_kgDOGWX9EA,description=A high-performance fork of Paper designed for large servers.,homepage=,name=Pufferfish,fork=false,archived=false,visibility=public,size=510,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-07-16T20:29:20Z]] (sha:d326aaa) with context:Jenkins
Setting commit status on GitHub for https://github.com/pufferfish-gg/Pufferfish/commit/d326aaa67aae6e35f0380ad5fe9b59d77b34076b
Finished: FAILURE