Statusupdate pending Waiting for previous builds Statusupdate pending Building project Loading master/steamwarci.yml Cloning into 'advancedscripts'... done. Note: switching to '126ac736ae26b2c901fccdbb3fa345d75a9083bf'. 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 126ac73 Add Lua Support Build: Executing ./gradlew remapJar Starting a Gradle Daemon (subsequent builds will be faster) > Configure project : Fabric Loom: 1.0.18 :remapping 1 mods from modImplementation :remapping sources > Task :compileJava FAILED /home/gitea/ci/SteamWar/advancedscripts/src/main/java/de/zonlykroks/advancedscripts/screen/ScriptEditScreen.java:31: error: package org.luaj.vm2.ast does not exist import org.luaj.vm2.ast.Chunk; ^ /home/gitea/ci/SteamWar/advancedscripts/src/main/java/de/zonlykroks/advancedscripts/screen/ScriptEditScreen.java:32: error: package org.luaj.vm2.parser does not exist import org.luaj.vm2.parser.LuaParser; ^ /home/gitea/ci/SteamWar/advancedscripts/src/main/java/de/zonlykroks/advancedscripts/screen/ScriptEditScreen.java:33: error: package org.luaj.vm2.parser does not exist import org.luaj.vm2.parser.ParseException; ^ 3 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 41s 1 actionable task: 1 executed Traceback (most recent call last): File "/home/gitea/gitea-repositories/steamwar/advancedscripts.git/./hooks/post-receive.d/steamwarci.py", line 190, in ci_main(config, logfile) File "/home/gitea/gitea-repositories/steamwar/advancedscripts.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/advancedscripts.git/./hooks/post-receive.d/steamwarci.py", line 127, in run raise Exception(errormessage) Exception: Could not run build command Statusupdate failure Build failed