Statusupdate pending Waiting for previous builds Statusupdate pending Building project Loading master/steamwarci.yml From /home/gitea/gitea-repositories/steamwar/bausystem2.0 861e83d5..84aa126f TheGreatSplit -> origin/TheGreatSplit Previous HEAD position was 861e83d5 Move and update things HEAD is now at 84aa126f Add generating plugin.yml by reading build.gradle Build: Executing ./gradlew buildProject Starting a Gradle Daemon (subsequent builds will be faster) > Task :BauSystem_15:processResources NO-SOURCE > Task :BauSystem_18:processResources NO-SOURCE > Task :BauSystem_19:processResources NO-SOURCE > Task :BauSystem_20:processResources NO-SOURCE > Task :BauSystem_Autostart:processResources NO-SOURCE > Task :BauSystem_Backup:processResources NO-SOURCE > Task :BauSystem_BuilderUtilities:processResources > Task :BauSystem_Detonator:processResources NO-SOURCE > Task :BauSystem_Linkage:compileJava UP-TO-DATE > Task :BauSystem_Linkage:processResources NO-SOURCE > Task :BauSystem_Linkage:classes UP-TO-DATE > Task :BauSystem_Linkage:jar UP-TO-DATE > Task :BauSystem_GUI:processResources > Task :BauSystem_Loader:processResources NO-SOURCE > Task :BauSystem_ItemUtilities:processResources > Task :BauSystem_Main:processResources > Task :BauSystem_Scoreboard:processResources > Task :BauSystem_Script:processResources > Task :BauSystem_Shieldprinting:processResources > Task :BauSystem_TPSLimit:processResources > Task :BauSystem_Simulator:processResources > Task :BauSystem_Warp:processResources > Task :processResources NO-SOURCE > Task :processTestResources NO-SOURCE > Task :BauSystem_Tracer:processResources > Task :BauSystem_PluginBase:compileJava UP-TO-DATE > Task :BauSystem_PluginBase:processResources NO-SOURCE > Task :BauSystem_PluginBase:classes UP-TO-DATE > Task :BauSystem_PluginBase:jar UP-TO-DATE > Task :BauSystem_Autostart:compileJava NO-SOURCE > Task :BauSystem_Autostart:classes UP-TO-DATE > Task :BauSystem_Backup:compileJava NO-SOURCE > Task :BauSystem_Backup:classes UP-TO-DATE > Task :BauSystem_Autostart:jar UP-TO-DATE > Task :BauSystem_Detonator:compileJava NO-SOURCE > Task :BauSystem_Detonator:classes UP-TO-DATE > Task :BauSystem_Backup:jar UP-TO-DATE > Task :BauSystem_Detonator:jar UP-TO-DATE > Task :BauSystem_Loader:compileJava NO-SOURCE > Task :BauSystem_Loader:classes UP-TO-DATE > Task :BauSystem_Loader:jar UP-TO-DATE > Task :BauSystem_BuilderUtilities:compileJava Found element: de.steamwar.bausystem.attributescopy.AttributeRemoveCommand Found element: de.steamwar.bausystem.attributescopy.AttributesPlaceListener Found element: de.steamwar.bausystem.attributescopy.AttributesCopyCommand Found element: de.steamwar.bausystem.smartplace.SmartPlaceCommand Found element: de.steamwar.bausystem.smartplace.SmartPlaceListener Found element: de.steamwar.bausystem.worldedit.pattern.gradient.FAWEGradientPatternParser Found element: de.steamwar.bausystem.worldedit.ColorReplaceCommand Found element: de.steamwar.bausystem.worldedit.mask.checkerboard3d.FAWECheckerboardMaskParser Found element: de.steamwar.bausystem.worldedit.mask.checkerboard3d.FAWECheckerboard3DMaskParser Found element: de.steamwar.bausystem.worldedit.mask.grid.FAWEGridMaskParser Found element: de.steamwar.bausystem.worldedit.mask.below.FAWEBelowMaskParser Found element: de.steamwar.bausystem.worldedit.mask.above.FAWEAboveMaskParser Found element: de.steamwar.bausystem.worldedit.TypeReplaceCommand Found element: de.steamwar.bausystem.countingwand.CountingwandListener Found element: de.steamwar.bausystem.countingwand.CountingwandGuiItem Found element: de.steamwar.bausystem.countingwand.CountingwandCommand > Task :BauSystem_Scoreboard:compileJava FAILED Found element: de.steamwar.bausystem.scoreboard.BauScoreboard /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Scoreboard/src/de/steamwar/bausystem/scoreboard/BauScoreboard.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Scoreboard/src/de/steamwar/bausystem/scoreboard/BauScoreboard.java:26: error: cannot find symbol import de.steamwar.bausystem.region.flags.Flag; ^ symbol: class Flag location: package de.steamwar.bausystem.region.flags /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Scoreboard/src/de/steamwar/bausystem/scoreboard/BauScoreboard.java:30: error: package org.apache.commons.lang3.tuple does not exist import org.apache.commons.lang3.tuple.MutableTriple; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Scoreboard/src/de/steamwar/bausystem/scoreboard/BauScoreboard.java:43: error: cannot find symbol private static final Map>> ADDITIONAL_SCOREBOARD_LINES = new HashMap<>(); ^ symbol: class MutableTriple location: class BauScoreboard 4 errors > Task :BauSystem_GUI:compileJava Found element: de.steamwar.bausystem.gui.editor.BauGuiEditorGuiItem Found element: de.steamwar.bausystem.gui.editor.BauGuiEditor Found element: de.steamwar.bausystem.gui.BauGUICommand Found element: de.steamwar.bausystem.gui.BauGuiListener Found element: de.steamwar.bausystem.gui.BauGuiBauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiEditor.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:23: error: package de.steamwar.bausystem.configplayer does not exist import de.steamwar.bausystem.configplayer.Config; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:31: error: package yapion.hierarchy.types does not exist import yapion.hierarchy.types.YAPIONObject; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:55: error: cannot find symbol private final YAPIONObject object; ^ symbol: class YAPIONObject location: class BauGuiMapping /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:62: error: cannot find symbol protected BauGuiMapping(YAPIONObject object, Player p) { ^ symbol: class YAPIONObject location: class BauGuiMapping /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_GUI/src/de/steamwar/bausystem/gui/editor/BauGuiMapping.java:54: error: cannot find symbol @Getter ^ symbol: class YAPIONObject location: class BauGuiMapping 7 errors > Task :BauSystem_GUI:compileJava FAILED > Task :BauSystem_BuilderUtilities:compileJava FAILED /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/attributescopy/AttributeRemoveCommand.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/attributescopy/AttributesPlaceListener.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/attributescopy/AttributesCopyCommand.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/smartplace/SmartPlaceCommand.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/smartplace/SmartPlaceCommand.java:24: error: package de.steamwar.bausystem.configplayer does not exist import de.steamwar.bausystem.configplayer.Config; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/smartplace/SmartPlaceListener.java:24: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/smartplace/SmartPlaceListener.java:26: error: package de.steamwar.bausystem.configplayer does not exist import de.steamwar.bausystem.configplayer.Config; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/pattern/gradient/FAWEGradientPatternParser.java:27: error: package de.steamwar.bausystem.utils does not exist import de.steamwar.bausystem.utils.WorldEditUtils; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:29: error: package de.steamwar.bausystem.features.world does not exist import de.steamwar.bausystem.features.world.WorldEditListener; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:30: error: cannot find symbol import de.steamwar.bausystem.region.Color; ^ symbol: class Color location: package de.steamwar.bausystem.region /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:31: error: package de.steamwar.bausystem.shared does not exist import de.steamwar.bausystem.shared.Pair; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:32: error: package de.steamwar.bausystem.utils does not exist import de.steamwar.bausystem.utils.WorldEditUtils; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:66: error: cannot find symbol public void genericCommand(@Validator Player player, Pair from, Color to) { ^ symbol: class Pair location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:66: error: cannot find symbol public void genericCommand(@Validator Player player, Pair from, Color to) { ^ symbol: class Color location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:66: error: cannot find symbol public void genericCommand(@Validator Player player, Pair from, Color to) { ^ symbol: class Color location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:92: error: cannot find symbol public TypeMapper> typeMapper() { ^ symbol: class Pair location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:92: error: cannot find symbol public TypeMapper> typeMapper() { ^ symbol: class Color location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:29: error: package de.steamwar.bausystem.features.world does not exist import de.steamwar.bausystem.features.world.WorldEditListener; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:30: error: package de.steamwar.bausystem.shared does not exist import de.steamwar.bausystem.shared.Pair; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:31: error: package de.steamwar.bausystem.utils does not exist import de.steamwar.bausystem.utils.WorldEditUtils; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:70: error: cannot find symbol public void genericCommand(@Validator Player player, Pair from, Type to) { ^ symbol: class Pair location: class TypeReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:110: error: cannot find symbol public TypeMapper> typeMapper() { ^ symbol: class Pair location: class TypeReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/countingwand/CountingwandGuiItem.java:23: error: package de.steamwar.bausystem.linkage.specific does not exist import de.steamwar.bausystem.linkage.specific.BauGuiItem; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/countingwand/CountingwandGuiItem.java:31: error: cannot find symbol public class CountingwandGuiItem extends BauGuiItem { ^ symbol: class BauGuiItem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/countingwand/Countingwand.java:22: error: cannot find symbol import de.steamwar.bausystem.BauSystem; ^ symbol: class BauSystem location: package de.steamwar.bausystem /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/countingwand/Countingwand.java:24: error: package de.steamwar.bausystem.shared does not exist import de.steamwar.bausystem.shared.Pair; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/countingwand/Countingwand.java:25: error: package de.steamwar.bausystem.utils does not exist import de.steamwar.bausystem.utils.ItemUtils; ^ /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/countingwand/Countingwand.java:50: error: cannot find symbol private final Map> selections = new HashMap<>(); ^ symbol: class Pair location: class Countingwand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/ColorReplaceCommand.java:91: error: cannot find symbol @ClassMapper(value = Pair.class, local = true) ^ symbol: class Pair location: class ColorReplaceCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_BuilderUtilities/src/de/steamwar/bausystem/worldedit/TypeReplaceCommand.java:109: error: cannot find symbol @ClassMapper(value = Pair.class, local = true) ^ symbol: class Pair location: class TypeReplaceCommand 30 errors > Task :BauSystem_Main:compileJava Found element: de.steamwar.bausystem.configplayer.Config Found element: de.steamwar.bausystem.region.BackupScheduler Found element: de.steamwar.bausystem.config.BauServer Found element: de.steamwar.bausystem.utils.TimeScoreboardElement Found element: de.steamwar.bausystem.utils.bossbar.BossBarService Found element: de.steamwar.bausystem.features.cannon.CannonDetector Found element: de.steamwar.bausystem.features.techhider.TechHiderCommand Found element: de.steamwar.bausystem.features.script.ScriptGUI Found element: de.steamwar.bausystem.features.script.ScriptListener Found element: de.steamwar.bausystem.features.script.event.CommandListener Found element: de.steamwar.bausystem.features.script.event.HotkeyListener Found element: de.steamwar.bausystem.features.script.event.EventListener Found element: de.steamwar.bausystem.features.script.lua.libs.ServerLib Found element: de.steamwar.bausystem.features.script.lua.libs.WorldEditLib Found element: de.steamwar.bausystem.features.script.lua.libs.ScoreboardLib Found element: de.steamwar.bausystem.features.script.lua.libs.RegionLib Found element: de.steamwar.bausystem.features.script.lua.libs.InventoryLib Found element: de.steamwar.bausystem.features.script.lua.libs.RandomLib Found element: de.steamwar.bausystem.features.script.lua.libs.TpsLib Found element: de.steamwar.bausystem.features.script.lua.libs.PlayerLib Found element: de.steamwar.bausystem.features.script.lua.libs.BossbarLib Found element: de.steamwar.bausystem.features.script.lua.libs.StorageLib Found element: de.steamwar.bausystem.features.script.ScriptCommand Found element: de.steamwar.bausystem.features.script.UnsignCommand Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.PistonLine Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.AdjacentHoney Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.PowerableActivation Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.CarpetWalkWay Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.LadderWalkWay Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.StairWalkWay Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.SlabOnRedstone Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.AdjacentSlime Found element: de.steamwar.bausystem.features.slaves.panzern.algorithms.SlabOnTorch Found element: de.steamwar.bausystem.features.slaves.panzern.PanzernCommand Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.LanternBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.CandleBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.HopperBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.ChainBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.BrewingStandBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.DripLeafBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.AzaleaBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.IronBarBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.FencesBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.GrindstoneBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.DragonEggBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.AmethystBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.WallBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.StairBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.LecternBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.ChorusPlantBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.boundingboxes.BellBoundingBox Found element: de.steamwar.bausystem.features.slaves.laufbau.LaufbauCommand Found element: de.steamwar.bausystem.features.slaves.laufbau.LaufbauUtils Found element: de.steamwar.bausystem.features.autostart.AutoStartGuiItem Found element: de.steamwar.bausystem.features.autostart.AutostartListener Found element: de.steamwar.bausystem.features.autostart.AutoStartCommand Found element: de.steamwar.bausystem.features.testblock.blockcounter.BlockCounterListener Found element: de.steamwar.bausystem.features.testblock.blockcounter.BlockCounterCommand Found element: de.steamwar.bausystem.features.backup.BackupCommand Found element: de.steamwar.bausystem.features.region.ItemsCommand Found element: de.steamwar.bausystem.features.region.ProtectListener Found element: de.steamwar.bausystem.features.region.FreezeListener Found element: de.steamwar.bausystem.features.region.FireCommand Found element: de.steamwar.bausystem.features.region.TestblockCommand Found element: de.steamwar.bausystem.features.region.RegionScoreboardElement Found element: de.steamwar.bausystem.features.region.RegionCommand Found element: de.steamwar.bausystem.features.region.TNTListener Found element: de.steamwar.bausystem.features.region.ResetCommand Found element: de.steamwar.bausystem.features.region.items.TntBauGuiItem Found element: de.steamwar.bausystem.features.region.items.ProtectBauGuiItem Found element: de.steamwar.bausystem.features.region.items.FreezeBauGuiItem Found element: de.steamwar.bausystem.features.region.items.TestblockBauGuiItem Found element: de.steamwar.bausystem.features.region.items.FireBauGuiItem Found element: de.steamwar.bausystem.features.region.items.ResetBauGuiItem Found element: de.steamwar.bausystem.features.region.items.ColorBauGuiItem Found element: de.steamwar.bausystem.features.region.TNTCommand Found element: de.steamwar.bausystem.features.region.ProtectCommand Found element: de.steamwar.bausystem.features.region.ColorCommand Found element: de.steamwar.bausystem.features.region.RegionListener Found element: de.steamwar.bausystem.features.region.FireListener Found element: de.steamwar.bausystem.features.region.FreezeCommand Found element: de.steamwar.bausystem.features.region.ItemsListener Found element: de.steamwar.bausystem.features.design.endstone.DesignEndStoneCommand Found element: de.steamwar.bausystem.features.loadtimer.LoadtimerCommand Found element: de.steamwar.bausystem.features.loadtimer.LoadtimerGuiItem Found element: de.steamwar.bausystem.features.loadtimer.LoadtimerListener Found element: de.steamwar.bausystem.features.world.OtherTNTListener Found element: de.steamwar.bausystem.features.world.ArceonCommand Found element: de.steamwar.bausystem.features.world.NoCreativeKnockback Found element: de.steamwar.bausystem.features.world.BauMemberUpdate Found element: de.steamwar.bausystem.features.world.AntiCursorReCentering Found element: de.steamwar.bausystem.features.world.ReducedDebugInfo Found element: de.steamwar.bausystem.features.world.AFKStopperListener Found element: de.steamwar.bausystem.features.world.KickallCommand Found element: de.steamwar.bausystem.features.world.SpectatorListener Found element: de.steamwar.bausystem.features.world.SpectatorListener.SpectatorListener20 Found element: de.steamwar.bausystem.features.world.SignEditUntil19 Found element: de.steamwar.bausystem.features.world.AntiBauAddMemberFix Found element: de.steamwar.bausystem.features.world.AxiomPermissionCheck Found element: de.steamwar.bausystem.features.world.StopCommand Found element: de.steamwar.bausystem.features.world.SignEditFrom20 Found element: de.steamwar.bausystem.features.world.BauLockStateScoreboard Found element: de.steamwar.bausystem.features.world.WorldEditListener Found element: de.steamwar.bausystem.features.world.ClipboardListener Found element: de.steamwar.bausystem.features.world.ItemFrameListener Found element: de.steamwar.bausystem.features.world.InventoryListener Found element: de.steamwar.bausystem.features.world.RestartCommand Found element: de.steamwar.bausystem.features.world.SignListener Found element: de.steamwar.bausystem.features.bau.BauInfoBauGuiItem Found element: de.steamwar.bausystem.features.bau.ForceSpectatorCommand Found element: de.steamwar.bausystem.features.bau.InfoCommand Found element: de.steamwar.bausystem.features.shieldprinting.ShieldPrintingCommand Found element: de.steamwar.bausystem.features.team.SkinCommand Found element: de.steamwar.bausystem.features.team.boundary.BoundaryViewer Found element: de.steamwar.bausystem.features.detonator.DetonatorCommand Found element: de.steamwar.bausystem.features.detonator.DetonatorListener Found element: de.steamwar.bausystem.features.detonator.DetonatorBauGuiItem Found element: de.steamwar.bausystem.features.util.SelectCommand Found element: de.steamwar.bausystem.features.util.SkullCommand Found element: de.steamwar.bausystem.features.util.NoClipCommand Found element: de.steamwar.bausystem.features.util.DeclutterCommand Found element: de.steamwar.bausystem.features.util.TeleportCommand Found element: de.steamwar.bausystem.features.util.MaterialCommand Found element: de.steamwar.bausystem.features.util.NightVisionCommand Found element: de.steamwar.bausystem.features.util.TNTClickListener Found element: de.steamwar.bausystem.features.util.SpeedCommand Found element: de.steamwar.bausystem.features.util.items.SelectBauGuiItem Found element: de.steamwar.bausystem.features.util.items.SkullBauGuiItem Found element: de.steamwar.bausystem.features.util.items.NavWandBauGuiItem Found element: de.steamwar.bausystem.features.util.items.SchemBauGuiItem Found element: de.steamwar.bausystem.features.util.items.KillAllBauGuiItem Found element: de.steamwar.bausystem.features.util.items.NightVisionBauGuiItem Found element: de.steamwar.bausystem.features.util.items.SpeedBauGuiItem Found element: de.steamwar.bausystem.features.util.items.GamemodeBauGuiItem Found element: de.steamwar.bausystem.features.util.items.ClearBauGuiItem Found element: de.steamwar.bausystem.features.util.items.DeclutterBauGuiItem Found element: de.steamwar.bausystem.features.util.items.WorldEditBauGuiItem Found element: de.steamwar.bausystem.features.util.items.TeleportBauGuiItem Found element: de.steamwar.bausystem.features.util.KillAllCommand Found element: de.steamwar.bausystem.features.util.GamemodeCommand Found element: de.steamwar.bausystem.features.util.ClearCommand Found element: de.steamwar.bausystem.features.util.TimeCommand Found element: de.steamwar.bausystem.features.util.SlotCommand Found element: de.steamwar.bausystem.features.observer.ObserverTracerCommand Found element: de.steamwar.bausystem.features.observer.ObserverTracerListener Found element: de.steamwar.bausystem.features.inventoryfiller.InventoryFillBauGuiItem Found element: de.steamwar.bausystem.features.inventoryfiller.InventoryFillerCommand Found element: de.steamwar.bausystem.features.inventoryfiller.InventoryFiller Found element: de.steamwar.bausystem.features.hotbar.HotbarListener Found element: de.steamwar.bausystem.features.hotbar.HotbarCommand Found element: de.steamwar.bausystem.features.killchecker.KillcheckerCommand Found element: de.steamwar.bausystem.features.loader.LoaderCommand Found element: de.steamwar.bausystem.features.loader.LoaderScoreboardElement Found element: de.steamwar.bausystem.features.xray.XrayCommand /home/gitea/ci/SteamWar/bausystem2.0/BauSystem_Main/build/generated/sources/annotationProcessor/java/main/de/steamwar/bausystem/linkage/LinkageUtils.java:148: error: '.' expected import TPSSystem; ^ 1 error > Task :BauSystem_Main:compileJava FAILED FAILURE: Build completed with 4 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':BauSystem_Scoreboard: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. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':BauSystem_GUI: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. ============================================================================== 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':BauSystem_BuilderUtilities: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. ============================================================================== 4: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':BauSystem_Main: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 21s 23 actionable tasks: 15 executed, 8 up-to-date Traceback (most recent call last): File "/home/gitea/gitea-repositories/steamwar/bausystem2.0.git/./hooks/post-receive.d/steamwarci.py", line 190, in ci_main(config, logfile) File "/home/gitea/gitea-repositories/steamwar/bausystem2.0.git/./hooks/post-receive.d/steamwarci.py", line 153, in ci_main run(logfile, cmd, "Could not run build command", config.wdir) File "/home/gitea/gitea-repositories/steamwar/bausystem2.0.git/./hooks/post-receive.d/steamwarci.py", line 127, in run raise Exception(errormessage) Exception: Could not run build command Statusupdate failure Build failed