Loading master/steamwarci.yml Statusupdate pending Building project Cloning into 'fightsystem'... done. Note: switching to '34f266e4a0288d835ae13b647e5c0995f5d900cc'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 34f266e Update dependencies Build: Executing ln -s /home/gitea/lib Build: Executing cp ~/gradle.properties . Build: Executing ./gradlew buildProject To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.3.1/userguide/gradle_daemon.html#sec:disabling_the_daemon. Daemon will be stopped at the end of the build > Task :FightSystem_10:processResources NO-SOURCE > Task :FightSystem_8:processResources NO-SOURCE > Task :FightSystem_12:processResources NO-SOURCE > Task :FightSystem_9:processResources NO-SOURCE > Task :FightSystem_14:processResources NO-SOURCE > Task :FightSystem_15:processResources NO-SOURCE > Task :processResources NO-SOURCE > Task :FightSystem_19:processResources NO-SOURCE > Task :FightSystem_18:processResources NO-SOURCE > Task :processTestResources NO-SOURCE > Task :FightSystem_Standalone:processResources NO-SOURCE > Task :FightSystem_Core:compileJava 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. > Task :FightSystem_Core:processResources > Task :FightSystem_Core:classes > Task :FightSystem_Core:jar > Task :FightSystem_18:compileJava > Task :FightSystem_18:classes > Task :FightSystem_18:jar > Task :FightSystem_8:compileJava /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:22: error: package com.sk89q.jnbt does not exist import com.sk89q.jnbt.NBTInputStream; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:23: error: package com.sk89q.worldedit does not exist import com.sk89q.worldedit.EditSession; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:24: error: package com.sk89q.worldedit does not exist import com.sk89q.worldedit.Vector; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:25: error: package com.sk89q.worldedit does not exist import com.sk89q.worldedit.WorldEdit; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:26: error: package com.sk89q.worldedit does not exist import com.sk89q.worldedit.WorldEditException; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:27: error: package com.sk89q.worldedit.blocks does not exist import com.sk89q.worldedit.blocks.BaseBlock; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:28: error: package com.sk89q.worldedit.bukkit does not exist import com.sk89q.worldedit.bukkit.BukkitWorld; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:29: error: package com.sk89q.worldedit.extent.clipboard does not exist import com.sk89q.worldedit.extent.clipboard.BlockArrayClipboard; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:30: error: package com.sk89q.worldedit.extent.clipboard does not exist import com.sk89q.worldedit.extent.clipboard.Clipboard; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:31: error: package com.sk89q.worldedit.extent.clipboard.io does not exist import com.sk89q.worldedit.extent.clipboard.io.ClipboardFormat; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:32: error: package com.sk89q.worldedit.extent.clipboard.io does not exist import com.sk89q.worldedit.extent.clipboard.io.ClipboardWriter; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:33: error: package com.sk89q.worldedit.extent.clipboard.io does not exist import com.sk89q.worldedit.extent.clipboard.io.SchematicReader; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:34: error: package com.sk89q.worldedit.function.operation does not exist import com.sk89q.worldedit.function.operation.ForwardExtentCopy; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:35: error: package com.sk89q.worldedit.function.operation does not exist import com.sk89q.worldedit.function.operation.Operations; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:36: error: package com.sk89q.worldedit.math.transform does not exist import com.sk89q.worldedit.math.transform.AffineTransform; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:37: error: package com.sk89q.worldedit.regions does not exist import com.sk89q.worldedit.regions.CuboidRegion; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:38: error: package com.sk89q.worldedit.session does not exist import com.sk89q.worldedit.session.ClipboardHolder; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:39: error: package com.sk89q.worldedit.world does not exist import com.sk89q.worldedit.world.World; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:61: error: cannot find symbol protected static final Set colorBlocks = new HashSet<>(); ^ symbol: class BaseBlock location: class WorldeditWrapper8 /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:72: error: cannot find symbol public void replaceTeamColor(Clipboard clipboard, DyeColor c) throws WorldEditException { ^ symbol: class Clipboard location: class WorldeditWrapper8 /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:72: error: cannot find symbol public void replaceTeamColor(Clipboard clipboard, DyeColor c) throws WorldEditException { ^ symbol: class WorldEditException location: class WorldeditWrapper8 /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:90: error: cannot find symbol public int getWaterDepth(Clipboard clipboard) { ^ symbol: class Clipboard location: class WorldeditWrapper8 /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:101: error: cannot find symbol public void pasteClipboard(Clipboard clipboard, Location position, org.bukkit.util.Vector offset, AffineTransform aT) { ^ symbol: class Clipboard location: class WorldeditWrapper8 /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:101: error: cannot find symbol public void pasteClipboard(Clipboard clipboard, Location position, org.bukkit.util.Vector offset, AffineTransform aT) { ^ symbol: class AffineTransform location: class WorldeditWrapper8 /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:113: error: cannot find symbol public org.bukkit.util.Vector getDimensions(Clipboard clipboard) { ^ symbol: class Clipboard location: class WorldeditWrapper8 /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:119: error: cannot find symbol public Clipboard loadChar(String charName) throws IOException { ^ symbol: class Clipboard location: class WorldeditWrapper8 /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:124: error: cannot find symbol public void saveSchem(SchematicNode schem, Region region, int minY) throws WorldEditException { ^ symbol: class WorldEditException location: class WorldeditWrapper8 /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/BountifulWrapper8.java:32: error: package net.royawesome.jlibnoise does not exist import net.royawesome.jlibnoise.MathHelper; ^ /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/WorldeditWrapper8.java:58: error: cannot access WorldEditException public class WorldeditWrapper8 implements WorldeditWrapper { ^ class file for com.sk89q.worldedit.WorldEditException not found /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/BountifulWrapper8.java:121: error: cannot find symbol teleportX.set(packet, MathHelper.floor(x * 32)); ^ symbol: variable MathHelper location: class BountifulWrapper8 /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/BountifulWrapper8.java:122: error: cannot find symbol teleportY.set(packet, MathHelper.floor(y * 32)); ^ symbol: variable MathHelper location: class BountifulWrapper8 /home/gitea/ci/fightsystem/FightSystem_8/src/de/steamwar/fightsystem/utils/BountifulWrapper8.java:123: error: cannot find symbol teleportZ.set(packet, MathHelper.floor(z * 32)); ^ symbol: variable MathHelper location: class BountifulWrapper8 32 errors > Task :FightSystem_8:compileJava FAILED > Task :FightSystem_10:compileJava > Task :FightSystem_19:compileJava > Task :FightSystem_15:compileJava FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':FightSystem_8: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 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.3.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 14s 9 actionable tasks: 9 executed Traceback (most recent call last): File "/home/gitea/gitea-repositories/steamwar/fightsystem.git/./hooks/update.d/steamwarci.py", line 108, in raise Exception("Could not run build command") Exception: Could not run build command Statusupdate failure Build failed