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 df5671dfdaf58f05c16eea99ac6488f32a4cb6ac (refs/remotes/origin/ver/1.19)
> git config core.sparsecheckout # timeout=10
> git checkout -f df5671dfdaf58f05c16eea99ac6488f32a4cb6ac # timeout=10
Commit message: "Update paperweight"
> git rev-list --no-walk 9edb00bbdef9fb7ccf4b7e58d14c691fb18a006a # timeout=10
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@4ea0e9d8[nodeId=R_kgDOGWX9EA,description=A high-performance fork of Paper designed for large servers.,homepage=,name=Pufferfish,fork=false,archived=false,visibility=public,size=608,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=2023-02-16T10:12:01Z]] (sha:df5671d) with context:Jenkins
Setting commit status on GitHub for https://github.com/pufferfish-gg/Pufferfish/commit/df5671dfdaf58f05c16eea99ac6488f32a4cb6ac
[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
> Task :paper:patchSpigotApi
> Task :paper:applyApiPatches
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
> 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:collectAtsFromPatches
> Task :paper:mergePaperAts
> Task :paper:generateMappings
> Task :paper:downloadMcLibrariesSources
> Task :paper:generateSpigotMappings
> Task :paper:spigotRemapJar
> Task :getPaperUpstreamData
> 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.
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
> Task :paper:applyPatches
> Task :paper:lineMapJar
> 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...
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
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: Add option to disable out-of-order chat
Auto packing the repository in background for optimum performance.
See "git help gc" for manual housekeeping.
Patches applied cleanly to pufferfish-server
> Task :applyPatches
BUILD SUCCESSFUL in 2m 3s
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 :clonePaperRepo
> Task :pufferfish-api:compileJava
warning: using incubating module(s): jdk.incubator.vector
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/Player.java:1728: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public void setResourcePack(@NotNull String url, @Nullable byte[] hash);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/Player.java:1867: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public void setResourcePack(@NotNull String url, @Nullable byte[] hash, boolean force);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:98: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
return getTargetBlock(maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode.NEVER);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:98: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
return getTargetBlock(maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode.NEVER);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:112: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public Block getTargetBlock(int maxDistance, @NotNull com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:112: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public Block getTargetBlock(int maxDistance, @NotNull com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:137: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public org.bukkit.block.BlockFace getTargetBlockFace(int maxDistance, @NotNull com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:137: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public org.bukkit.block.BlockFace getTargetBlockFace(int maxDistance, @NotNull com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:160: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public default com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:161: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
return getTargetBlockInfo(maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode.NEVER);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:161: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
return getTargetBlockInfo(maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode.NEVER);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:175: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, @NotNull com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:175: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, @NotNull com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:175: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, @NotNull com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:208: warning: [removal] TargetEntityInfo in com.destroystokyo.paper.entity has been deprecated and marked for removal
public default com.destroystokyo.paper.entity.TargetEntityInfo getTargetEntityInfo(int maxDistance) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/LivingEntity.java:235: warning: [removal] TargetEntityInfo in com.destroystokyo.paper.entity has been deprecated and marked for removal
public com.destroystokyo.paper.entity.TargetEntityInfo getTargetEntityInfo(int maxDistance, boolean ignoreBlocks);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/block/Block.java:35: warning: [removal] Translatable in org.bukkit has been deprecated and marked for removal
public interface Block extends Metadatable, Translatable, net.kyori.adventure.translation.Translatable { // Paper - translatable
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/block/Block.java:761: warning: [removal] getTranslationKey() in Translatable has been deprecated and marked for removal
String getTranslationKey();
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/block/Block.java:747: warning: [removal] BlockSoundGroup in com.destroystokyo.paper.block has been deprecated and marked for removal
com.destroystokyo.paper.block.BlockSoundGroup getSoundGroup();
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/Material.java:116: warning: [removal] Translatable in org.bukkit has been deprecated and marked for removal
public enum Material implements Keyed, Translatable, net.kyori.adventure.translation.Translatable { // Paper
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/Material.java:10725: warning: [removal] getTranslationKey() in Translatable has been deprecated and marked for removal
public String getTranslationKey() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/inventory/ItemStack.java:28: warning: [removal] Translatable in org.bukkit has been deprecated and marked for removal
public class ItemStack implements Cloneable, ConfigurationSerializable, Translatable, net.kyori.adventure.text.event.HoverEventSource<net.kyori.adventure.text.event.HoverEvent.ShowItem>, net.kyori.adventure.translation.Translatable { // Paper
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/inventory/ItemStack.java:654: warning: [removal] getTranslationKey() in Translatable has been deprecated and marked for removal
public String getTranslationKey() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/Plugin.java:99: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
public PluginLoader getPluginLoader();
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/generator/ChunkGenerator.java:592: 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);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/EntityType.java:25: warning: [removal] Translatable in org.bukkit has been deprecated and marked for removal
public enum EntityType implements Keyed, Translatable, net.kyori.adventure.translation.Translatable { // Paper - translatable
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/entity/EntityType.java:435: warning: [removal] getTranslationKey() in Translatable has been deprecated and marked for removal
public String getTranslationKey() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/PluginManager.java:27: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
public void registerInterface(@NotNull Class<? extends PluginLoader> loader) throws IllegalArgumentException;
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/map/MapCanvas.java:89: warning: [dep-ann] deprecated item is not annotated with @Deprecated
public void setPixel(int x, int y, byte color);
^
> 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:collectAtsFromPatches UP-TO-DATE
> Task :paper:mergePaperAts 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
> Task :pufferfish-api:compileJava
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/Bukkit.java:1958: 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);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/java/PluginClassLoader.java:34: warning: [removal] JavaPluginLoader in org.bukkit.plugin.java has been deprecated and marked for removal
private final JavaPluginLoader loader;
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/java/PluginClassLoader.java:55: warning: [removal] JavaPluginLoader in org.bukkit.plugin.java has been deprecated and marked for removal
PluginClassLoader(@NotNull final JavaPluginLoader loader, @Nullable final ClassLoader parent, @NotNull final PluginDescriptionFile description, @NotNull final File dataFolder, @NotNull final File file, @Nullable ClassLoader libraryLoader) throws IOException, InvalidPluginException, MalformedURLException {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/java/PluginClassLoader.java:158: warning: [removal] SimplePluginManager in org.bukkit.plugin has been deprecated and marked for removal
&& !((SimplePluginManager) loader.server.getPluginManager()).isTransitiveDepend(description, provider)) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/java/JavaPlugin.java:83: warning: [removal] getPluginLoader() in Plugin has been deprecated and marked for removal
public final PluginLoader getPluginLoader() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/java/JavaPlugin.java:37: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
private PluginLoader loader = null;
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/java/JavaPlugin.java:56: warning: [removal] JavaPluginLoader in org.bukkit.plugin.java has been deprecated and marked for removal
protected JavaPlugin(@NotNull final JavaPluginLoader loader, @NotNull final PluginDescriptionFile description, @NotNull final File dataFolder, @NotNull final File file) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/java/JavaPlugin.java:83: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
public final PluginLoader getPluginLoader() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/java/JavaPlugin.java:272: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
final void init(@NotNull PluginLoader loader, @NotNull Server server, @NotNull PluginDescriptionFile description, @NotNull File dataFolder, @NotNull File file, @NotNull ClassLoader classLoader) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/java/JavaPluginLoader.java:53: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
public final class JavaPluginLoader implements PluginLoader {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/java/JavaPluginLoader.java:229: warning: [removal] SimplePluginManager in org.bukkit.plugin has been deprecated and marked for removal
return requester.loadClass0(name, false, false, ((SimplePluginManager) server.getPluginManager()).isTransitiveDepend(description, requester.getDescription()));
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/java/JavaPluginLoader.java:236: warning: [removal] SimplePluginManager in org.bukkit.plugin has been deprecated and marked for removal
return loader.loadClass0(name, resolve, false, ((SimplePluginManager) server.getPluginManager()).isTransitiveDepend(description, loader.plugin.getDescription()));
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:78: warning: [removal] registerInterface(@org.jetbrains.annotations.NotNull Class<? extends PluginLoader>) in PluginManager has been deprecated and marked for removal
public void registerInterface(@NotNull Class<? extends PluginLoader> loader) throws IllegalArgumentException {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:50: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
private final Map<Pattern, PluginLoader> fileAssociations = new HashMap<Pattern, PluginLoader>();
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:50: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
private final Map<Pattern, PluginLoader> fileAssociations = new HashMap<Pattern, PluginLoader>();
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:78: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
public void registerInterface(@NotNull Class<? extends PluginLoader> loader) throws IllegalArgumentException {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:79: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
PluginLoader instance;
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:81: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
if (PluginLoader.class.isAssignableFrom(loader)) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:82: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
Constructor<? extends PluginLoader> constructor;
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:145: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
PluginLoader loader = null;
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:411: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
PluginLoader loader = fileAssociations.get(filter);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:438: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
PluginLoader pluginLoader = getPluginLoader(file);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:443: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
PluginLoader updatePluginLoader = getPluginLoader(updateFile);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:472: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
private PluginLoader getPluginLoader(File file) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:544: warning: [removal] getPluginLoader() in Plugin has been deprecated and marked for removal
plugin.getPluginLoader().enablePlugin(plugin);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:581: warning: [removal] getPluginLoader() in Plugin has been deprecated and marked for removal
plugin.getPluginLoader().disablePlugin(plugin);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/plugin/SimplePluginManager.java:708: warning: [removal] getPluginLoader() in Plugin has been deprecated and marked for removal
for (Map.Entry<Class<? extends Event>, Set<RegisteredListener>> entry : plugin.getPluginLoader().createRegisteredListeners(listener, plugin).entrySet()) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/org/bukkit/advancement/AdvancementDisplay.java:84: warning: [removal] AdvancementDisplayType in org.bukkit.advancement has been deprecated and marked for removal
AdvancementDisplayType getType();
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/io/papermc/paper/text/PaperComponents.java:107: warning: [removal] plainComponentSerializer() in UnsafeValues has been deprecated and marked for removal
return Bukkit.getUnsafe().plainComponentSerializer();
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/io/papermc/paper/text/PaperComponents.java:122: warning: [removal] plainTextSerializer() in UnsafeValues has been deprecated and marked for removal
return Bukkit.getUnsafe().plainTextSerializer();
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/io/papermc/paper/text/PaperComponents.java:138: warning: [removal] gsonComponentSerializer() in UnsafeValues has been deprecated and marked for removal
return Bukkit.getUnsafe().gsonComponentSerializer();
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/io/papermc/paper/text/PaperComponents.java:155: warning: [removal] colorDownsamplingGsonComponentSerializer() in UnsafeValues has been deprecated and marked for removal
return Bukkit.getUnsafe().colorDownsamplingGsonComponentSerializer();
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-api/src/main/java/io/papermc/paper/text/PaperComponents.java:175: warning: [removal] legacyComponentSerializer() in UnsafeValues has been deprecated and marked for removal
return Bukkit.getUnsafe().legacyComponentSerializer();
^
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.
63 warnings
> Task :pufferfish-api:processResources NO-SOURCE
> Task :pufferfish-api:classes
> Task :pufferfish-api:generateApiVersioningFile
> Task :pufferfish-api:jar
> 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/org/bukkit/craftbukkit/CraftServer.java:2401: 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/CraftServer.java:273: warning: [removal] SimplePluginManager in org.bukkit.plugin has been deprecated and marked for removal
private final SimplePluginManager pluginManager = new SimplePluginManager(this, this.commandMap);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/CraftServer.java:273: warning: [removal] SimplePluginManager in org.bukkit.plugin has been deprecated and marked for removal
private final SimplePluginManager pluginManager = new SimplePluginManager(this, this.commandMap);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/CraftServer.java:273: warning: [removal] SimplePluginManager in org.bukkit.plugin has been deprecated and marked for removal
private final SimplePluginManager pluginManager = new SimplePluginManager(this, this.commandMap);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/CraftServer.java:273: warning: [removal] SimplePluginManager in org.bukkit.plugin has been deprecated and marked for removal
private final SimplePluginManager pluginManager = new SimplePluginManager(this, this.commandMap);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/CraftServer.java:428: warning: [removal] JavaPluginLoader in org.bukkit.plugin.java has been deprecated and marked for removal
this.pluginManager.registerInterface(JavaPluginLoader.class);
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:238: warning: [removal] getTargetEntityInfo(int,boolean) in LivingEntity has been deprecated and marked for removal
public TargetEntityInfo getTargetEntityInfo(int maxDistance, boolean ignoreBlocks) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:225: warning: [removal] getTargetBlockInfo(int,FluidMode) in LivingEntity has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:214: warning: [removal] getTargetBlockFace(int,FluidMode) in LivingEntity has been deprecated and marked for removal
public org.bukkit.block.BlockFace getTargetBlockFace(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:209: warning: [removal] getTargetBlock(int,FluidMode) in LivingEntity has been deprecated and marked for removal
public Block getTargetBlock(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:209: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public Block getTargetBlock(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:209: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public Block getTargetBlock(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:209: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public Block getTargetBlock(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:209: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public Block getTargetBlock(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:209: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public Block getTargetBlock(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:209: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public Block getTargetBlock(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:214: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public org.bukkit.block.BlockFace getTargetBlockFace(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:214: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public org.bukkit.block.BlockFace getTargetBlockFace(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:214: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public org.bukkit.block.BlockFace getTargetBlockFace(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:214: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public org.bukkit.block.BlockFace getTargetBlockFace(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:214: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public org.bukkit.block.BlockFace getTargetBlockFace(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:214: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public org.bukkit.block.BlockFace getTargetBlockFace(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:225: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:225: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:225: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:225: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:225: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:225: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:225: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:225: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:225: warning: [removal] FluidMode in TargetBlockInfo has been deprecated and marked for removal
public com.destroystokyo.paper.block.TargetBlockInfo getTargetBlockInfo(int maxDistance, com.destroystokyo.paper.block.TargetBlockInfo.FluidMode fluidMode) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:228: warning: [removal] TargetBlockInfo in com.destroystokyo.paper.block has been deprecated and marked for removal
return new com.destroystokyo.paper.block.TargetBlockInfo(result.getHitBlock(), result.getHitBlockFace());
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:238: warning: [removal] TargetEntityInfo in com.destroystokyo.paper.entity has been deprecated and marked for removal
public TargetEntityInfo getTargetEntityInfo(int maxDistance, boolean ignoreBlocks) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:238: warning: [removal] TargetEntityInfo in com.destroystokyo.paper.entity has been deprecated and marked for removal
public TargetEntityInfo getTargetEntityInfo(int maxDistance, boolean ignoreBlocks) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:238: warning: [removal] TargetEntityInfo in com.destroystokyo.paper.entity has been deprecated and marked for removal
public TargetEntityInfo getTargetEntityInfo(int maxDistance, boolean ignoreBlocks) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:240: warning: [removal] TargetEntityInfo in com.destroystokyo.paper.entity has been deprecated and marked for removal
return rayTrace == null ? null : new TargetEntityInfo(rayTrace.getEntity().getBukkitEntity(), new org.bukkit.util.Vector(rayTrace.getLocation().x, rayTrace.getLocation().y, rayTrace.getLocation().z));
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java:538: 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:605: 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:715: warning: [removal] getTranslationKey() in Block has been deprecated and marked for removal
public String getTranslationKey() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java:721: 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:715: warning: [removal] getTranslationKey() in Translatable has been deprecated and marked for removal
public String getTranslationKey() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/block/CraftBlock.java:721: 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:721: 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:721: 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:722: 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/org/bukkit/craftbukkit/scheduler/MinecraftInternalPlugin.java:88: warning: [removal] getPluginLoader() in Plugin has been deprecated and marked for removal
public PluginLoader getPluginLoader() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/scheduler/MinecraftInternalPlugin.java:88: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
public PluginLoader getPluginLoader() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/scheduler/MinecraftInternalPlugin.java:88: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
public PluginLoader getPluginLoader() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/scheduler/MinecraftInternalPlugin.java:88: warning: [removal] PluginLoader in org.bukkit.plugin has been deprecated and marked for removal
public PluginLoader getPluginLoader() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/projectiles/CraftBlockProjectileSource.java:86: 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/block/CraftBed.java:55: warning: [removal] setColor(DyeColor) in Bed has been deprecated and marked for removal
public void setColor(DyeColor color) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/util/CraftMagicNumbers.java:102: 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:82: 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:87: 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:97: 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:92: 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:10: 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:10: 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:10: 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:63: 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
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
public AdvancementDisplayType getType() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/advancement/CraftAdvancementDisplay.java:64: 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/advancement/CraftAdvancement.java:39: warning: [removal] AdvancementDisplay in org.bukkit.advancement has been deprecated and marked for removal
public AdvancementDisplay getDisplay0() { // May be called by plugins via Commodore
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/advancement/CraftAdvancement.java:39: warning: [removal] AdvancementDisplay in org.bukkit.advancement has been deprecated and marked for removal
public AdvancementDisplay getDisplay0() { // May be called by plugins via Commodore
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/advancement/CraftAdvancement.java:39: warning: [removal] AdvancementDisplay in org.bukkit.advancement has been deprecated and marked for removal
public AdvancementDisplay getDisplay0() { // May be called by plugins via Commodore
^
/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 CraftThrowableProjectile 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 CraftThrowableProjectile 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 CraftThrowableProjectile 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 CraftThrowableProjectile 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 CraftThrowableProjectile 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 CraftThrowableProjectile 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/CraftFirework.java:117: warning: [removal] getMaxLife() in Firework has been deprecated and marked for removal
public int getMaxLife() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftFirework.java:105: warning: [removal] setMaxLife(int) in Firework has been deprecated and marked for removal
public boolean setMaxLife(int ticks) {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftFirework.java:100: warning: [removal] getLife() in Firework has been deprecated and marked for removal
public int getLife() {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/org/bukkit/craftbukkit/entity/CraftFirework.java:88: warning: [removal] setLife(int) in Firework has been deprecated and marked for removal
public boolean setLife(int ticks) {
^
/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/io/QueueExecutorThread.java:11: warning: [removal] PrioritizedTaskQueue in com.destroystokyo.paper.io has been deprecated and marked for removal
public class QueueExecutorThread<T extends PrioritizedTaskQueue.PrioritizedTask & Runnable> extends Thread {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/io/QueueExecutorThread.java:11: warning: [removal] PrioritizedTaskQueue in com.destroystokyo.paper.io has been deprecated and marked for removal
public class QueueExecutorThread<T extends PrioritizedTaskQueue.PrioritizedTask & Runnable> extends Thread {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/io/QueueExecutorThread.java:11: warning: [removal] PrioritizedTaskQueue in com.destroystokyo.paper.io has been deprecated and marked for removal
public class QueueExecutorThread<T extends PrioritizedTaskQueue.PrioritizedTask & Runnable> extends Thread {
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/io/QueueExecutorThread.java:15: warning: [removal] PrioritizedTaskQueue in com.destroystokyo.paper.io has been deprecated and marked for removal
protected final PrioritizedTaskQueue<T> queue;
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/io/QueueExecutorThread.java:15: warning: [removal] PrioritizedTaskQueue in com.destroystokyo.paper.io has been deprecated and marked for removal
protected final PrioritizedTaskQueue<T> queue;
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/io/QueueExecutorThread.java:15: warning: [removal] PrioritizedTaskQueue in com.destroystokyo.paper.io has been deprecated and marked for removal
protected final PrioritizedTaskQueue<T> queue;
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/io/QueueExecutorThread.java:25: warning: [removal] PrioritizedTaskQueue in com.destroystokyo.paper.io has been deprecated and marked for removal
protected int lowestPriorityToPoll = PrioritizedTaskQueue.LOWEST_PRIORITY;
^
/var/lib/jenkins/workspace/Pufferfish-1.19/pufferfish-server/src/main/java/com/destroystokyo/paper/io/QueueExecutorThread.java:38: warning: [removal] PrioritizedTaskQueue in com.destroystokyo.paper.io has been deprecated and marked for removal
public QueueExecutorThread(final PrioritizedTaskQueue<T> queue) {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files additionally use or override a deprecated API that is marked for removal.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 warnings
> Task :pufferfish-server:classes
> Task :pufferfish-server:shadowJar
> Task :generateReobfMappings
> Task :pufferfish-server:fixJarForReobf
> Task :patchReobfMappings
> Task :pufferfish-server:includeMappings
> Task :pufferfish-server:reobfJar
> Task :createReobfBundlerJar
> Task :createReobfPaperclipJar
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 1m 1s
16 actionable tasks: 16 executed
Archiving artifacts
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@5dee360a[nodeId=R_kgDOGWX9EA,description=A high-performance fork of Paper designed for large servers.,homepage=,name=Pufferfish,fork=false,archived=false,visibility=public,size=608,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=2023-02-16T10:12:01Z]] (sha:df5671d) with context:Jenkins
Setting commit status on GitHub for https://github.com/pufferfish-gg/Pufferfish/commit/df5671dfdaf58f05c16eea99ac6488f32a4cb6ac
Finished: SUCCESS