Statusupdate pending Waiting for previous builds Statusupdate pending Building project Loading master/steamwarci.yml From /home/gitea/gitea-repositories/steamwar/bungeecore 561289b..7611abe port_to_commandframework -> origin/port_to_commandframework Previous HEAD position was 561289b Update TeamCommand (not finished) HEAD is now at 7611abe Remove BasicCommand Build: Executing ./gradlew buildProject > Task :processResources UP-TO-DATE > Task :processTestResources NO-SOURCE > Task :CommonCore:compileJava UP-TO-DATE > Task :CommonCore:processResources NO-SOURCE > Task :CommonCore:classes UP-TO-DATE > Task :CommonCore:buildResources > Task :CommonCore:jar UP-TO-DATE > Task :CommonCore:assemble UP-TO-DATE > Task :CommonCore:compileTestJava UP-TO-DATE > Task :CommonCore:processTestResources NO-SOURCE > Task :CommonCore:testClasses UP-TO-DATE > Task :CommonCore:test UP-TO-DATE > Task :CommonCore:testOutput > Task :CommonCore:check UP-TO-DATE > Task :CommonCore:build UP-TO-DATE > Task :CommonCore:buildProject UP-TO-DATE > Task :compileJava FAILED /home/gitea/ci/SteamWar/bungeecore/src/de/steamwar/bungeecore/commands/EventCommand.java:82: error: cannot find symbol public void eventOverview(@Validator(value = "noEvent", invert = true) ProxiedPlayer player) { ^ symbol: method invert() location: @interface Validator /home/gitea/ci/SteamWar/bungeecore/src/de/steamwar/bungeecore/commands/EventCommand.java:115: error: cannot find symbol public void eventWithTeam(@Validator(value = "noEvent", invert = true) ProxiedPlayer player, @ErrorMessage("EVENT_NO_TEAM") Team team) { ^ symbol: method invert() location: @interface Validator /home/gitea/ci/SteamWar/bungeecore/src/de/steamwar/bungeecore/commands/TeamCommand.java:117: error: cannot find symbol public void create(ProxiedPlayer player, @Length(min = 2, max = 4) @ErrorMessage("TEAM_KUERZEL_LENGHT") String kuerzel, @Length(min = 4, max = 15) @ErrorMessage("TEAM_NAME_LENGHT") String name){ ^ symbol: class Length location: class TeamCommand /home/gitea/ci/SteamWar/bungeecore/src/de/steamwar/bungeecore/commands/TeamCommand.java:117: error: cannot find symbol public void create(ProxiedPlayer player, @Length(min = 2, max = 4) @ErrorMessage("TEAM_KUERZEL_LENGHT") String kuerzel, @Length(min = 4, max = 15) @ErrorMessage("TEAM_NAME_LENGHT") String name){ ^ symbol: class Length location: class TeamCommand /home/gitea/ci/SteamWar/bungeecore/src/de/steamwar/bungeecore/commands/TeamCommand.java:302: error: cannot find symbol public void changekuerzel(ProxiedPlayer player, @Length(min = 2, max = 4) @ErrorMessage("TEAM_KUERZEL_LENGHT") String kuerzel){ ^ symbol: class Length location: class TeamCommand /home/gitea/ci/SteamWar/bungeecore/src/de/steamwar/bungeecore/commands/TeamCommand.java:319: error: cannot find symbol public void changename(ProxiedPlayer player, @Length(min = 4, max = 15) @ErrorMessage("TEAM_NAME_LENGTH") String name){ ^ symbol: class Length location: class TeamCommand 6 errors FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':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 3s 8 actionable tasks: 3 executed, 5 up-to-date Traceback (most recent call last): File "/home/gitea/gitea-repositories/steamwar/bungeecore.git/./hooks/post-receive.d/steamwarci.py", line 190, in ci_main(config, logfile) File "/home/gitea/gitea-repositories/steamwar/bungeecore.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/bungeecore.git/./hooks/post-receive.d/steamwarci.py", line 127, in run raise Exception(errormessage) Exception: Could not run build command Statusupdate failure Build failed