Loading master/steamwarci.yml Statusupdate pending Building project Cloning into 'fightsystem'... done. Note: switching to '097f23d59f88b24930f9226e38cedef6402e5e9a'. 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 097f23d Adapt to CommonDB 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_12:processResources NO-SOURCE > Task :FightSystem_8:processResources NO-SOURCE > Task :FightSystem_10:processResources NO-SOURCE > Task :FightSystem_9:processResources NO-SOURCE > Task :FightSystem_14:processResources NO-SOURCE > Task :FightSystem_15:processResources NO-SOURCE > Task :FightSystem_18:processResources NO-SOURCE > Task :FightSystem_19:processResources NO-SOURCE > Task :processResources NO-SOURCE > Task :FightSystem_Standalone:processResources NO-SOURCE > Task :processTestResources NO-SOURCE > Task :FightSystem_Core:compileJava /home/gitea/ci/fightsystem/FightSystem_Core/src/de/steamwar/fightsystem/fight/FightSchematic.java:34: error: cannot find symbol import de.steamwar.sql.SchematicData; ^ symbol: class SchematicData location: package de.steamwar.sql /home/gitea/ci/fightsystem/FightSystem_Core/src/de/steamwar/fightsystem/record/Recorder.java:32: error: cannot find symbol import de.steamwar.sql.SchematicData; ^ symbol: class SchematicData location: package de.steamwar.sql /home/gitea/ci/fightsystem/FightSystem_Core/src/de/steamwar/fightsystem/record/FileSource.java:23: error: cannot find symbol import de.steamwar.sql.Replay; ^ symbol: class Replay location: package de.steamwar.sql /home/gitea/ci/fightsystem/FightSystem_Core/src/de/steamwar/fightsystem/record/PacketProcessor.java:34: error: cannot find symbol import de.steamwar.sql.SchematicData; ^ symbol: class SchematicData location: package de.steamwar.sql /home/gitea/ci/fightsystem/FightSystem_Core/src/de/steamwar/fightsystem/utils/FightStatistics.java:35: error: cannot find symbol import de.steamwar.sql.Replay; ^ symbol: class Replay location: package de.steamwar.sql /home/gitea/ci/fightsystem/FightSystem_Core/src/de/steamwar/fightsystem/fight/FightSchematic.java:74: error: cannot find symbol clipboard = new SchematicData(schem).load(); ^ symbol: class SchematicData location: class FightSchematic /home/gitea/ci/fightsystem/FightSystem_Core/src/de/steamwar/fightsystem/record/Recorder.java:278: error: cannot find symbol copy(new SchematicData(SchematicNode.getSchematicNode(schemId)).schemData(), buffer); ^ symbol: class SchematicData location: interface Recorder /home/gitea/ci/fightsystem/FightSystem_Core/src/de/steamwar/fightsystem/record/FileSource.java:44: error: cannot find symbol new FileSource(Replay.get(Config.ReplayID).getReplay()); ^ symbol: variable Replay location: class FileSource /home/gitea/ci/fightsystem/FightSystem_Core/src/de/steamwar/fightsystem/record/PacketProcessor.java:414: error: cannot find symbol Clipboard clipboard = SchematicData.clipboardFromStream(source, Core.getVersion() > 12); ^ symbol: variable SchematicData location: class PacketProcessor /home/gitea/ci/fightsystem/FightSystem_Core/src/de/steamwar/fightsystem/utils/FightStatistics.java:125: error: cannot find symbol Replay.save(fightId, FileRecorder.getFile()); ^ symbol: variable Replay location: class FightStatistics 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. 10 errors > Task :FightSystem_Core:compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':FightSystem_Core: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 11s 1 actionable task: 1 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