Statusupdate pending Waiting for previous builds Statusupdate pending Building project Loading master/steamwarci.yml From /home/gitea/gitea-repositories/steamwar/fightsystem 5ed1e0f..f404daf master -> origin/master Previous HEAD position was b48577d „FightSystem_Core/src/de/steamwar/fightsystem/utils/FightStatistics.java“ ändern HEAD is now at f404daf Merge pull request 'Add duration to FightStatistics.disable' (#390) from DurationFieldInFightEndsPacket into master Build: Executing ./gradlew buildProject Starting a Gradle Daemon, 3 stopped Daemons could not be reused, use --status for details > 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 :processTestResources NO-SOURCE > Task :FightSystem_Standalone:processResources NO-SOURCE > Task :FightSystem_Core:compileJava /home/gitea/ci/SteamWar/fightsystem/FightSystem_Core/src/de/steamwar/fightsystem/utils/FightStatistics.java:135: error: incompatible types: possible lossy conversion from long to int NetworkSender.send(new FightEndsPacket((byte) win, blueSchem == null ? 0 : blueSchem, redSchem == null ? 0 : redSchem, Fight.getBlueTeam().getPlayers().stream().map(FightPlayer::getPlayer).map(p -> SteamwarUser.get(p.getUniqueId())).map(SteamwarUser::getId).collect(Collectors.toList()), Fight.getRedTeam().getPlayers().stream().map(FightPlayer::getPlayer).map(p -> SteamwarUser.get(p.getUniqueId())).map(SteamwarUser::getId).collect(Collectors.toList()), gameMode, endTime.getEpochSecond() - starttime.toInstant().getEpochSecond())); ^ 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. Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output 1 error > 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 9s 1 actionable task: 1 executed Traceback (most recent call last): File "/home/gitea/gitea-repositories/steamwar/fightsystem.git/./hooks/post-receive.d/steamwarci.py", line 190, in ci_main(config, logfile) File "/home/gitea/gitea-repositories/steamwar/fightsystem.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/fightsystem.git/./hooks/post-receive.d/steamwarci.py", line 127, in run raise Exception(errormessage) Exception: Could not run build command Statusupdate failure Build failed