Loading master/steamwarci.yml Statusupdate pending Building project Cloning into 'bausystem2.0'... done. Note: switching to '8b3b2f9ddba53569a0976b01c7d37f891ae22feb'. 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 8b3b2f9 Update Warp Build: Executing ln -s /home/gitea/lib Build: Executing cp ~/gradle.properties . Build: Executing chmod u+x build.gradle 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/6.8.1/userguide/gradle_daemon.html#sec:disabling_the_daemon. Daemon will be stopped at the end of the build > Task :BauSystem_API:compileJava Note: /home/gitea/ci/bausystem2.0/BauSystem_API/src/de/steamwar/bausystem/shared/SizedStack.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. > Task :BauSystem_API:processResources NO-SOURCE > Task :BauSystem_API:classes > Task :BauSystem_API:jar > Task :BauSystem_15:compileJava Note: /home/gitea/ci/bausystem2.0/BauSystem_15/src/de/steamwar/bausystem/features/other/NoClipCommand_15.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. > Task :BauSystem_15:processResources NO-SOURCE > Task :BauSystem_15:classes > Task :BauSystem_15:jar > Task :BauSystem_Main:compileJava /home/gitea/ci/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpCommand.java:157: error: cannot find symbol player.sendMessage("§7X: §e" + warp.getX()); ^ symbol: method getX() location: variable warp of type Warp /home/gitea/ci/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpCommand.java:158: error: cannot find symbol player.sendMessage("§7Y: §e" + warp.getY()); ^ symbol: method getY() location: variable warp of type Warp /home/gitea/ci/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpCommand.java:159: error: cannot find symbol player.sendMessage("§7Z: §e" + warp.getZ()); ^ symbol: method getZ() location: variable warp of type Warp /home/gitea/ci/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpCommand.java:160: error: cannot find symbol BauSystem.MESSAGE.sendPrefixless("WARP_GUI_DISTANCE", player, warp.toLocation().distance(player.getLocation())); ^ symbol: method toLocation() location: variable warp of type Warp /home/gitea/ci/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpGui.java:41: error: cannot find symbol Arrays.asList("§7X: §e" + (int) warp.getX(), ^ symbol: method getX() location: variable warp of type Warp /home/gitea/ci/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpGui.java:42: error: cannot find symbol "§7Y: §e" + (int) warp.getY(), ^ symbol: method getY() location: variable warp of type Warp /home/gitea/ci/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpGui.java:43: error: cannot find symbol "§7Z: §e" + (int) warp.getZ(), ^ symbol: method getZ() location: variable warp of type Warp /home/gitea/ci/bausystem2.0/BauSystem_Main/src/de/steamwar/bausystem/features/warp/WarpGui.java:44: error: cannot find symbol BauSystem.MESSAGE.parse("WARP_GUI_DISTANCE", player, (int) warp.toLocation().distance(player.getLocation()))), ^ symbol: method toLocation() location: variable warp of type Warp 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. 8 errors > Task :BauSystem_Main:compileJava FAILED FAILURE: Build 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 18s 5 actionable tasks: 5 executed Traceback (most recent call last): File "/home/gitea/gitea-repositories/steamwar/bausystem2.0.git/./hooks/update.d/steamwarci.py", line 103, in raise Exception("Could not run build command") Exception: Could not run build command Statusupdate failure Build failed