Statusupdate pending Waiting for previous builds Statusupdate pending Building project Loading master/steamwarci.yml From /home/gitea/gitea-repositories/steamwar/axiompaperplugin 7d82fed..6f44fad multiversion -> origin/multiversion Previous HEAD position was 7d82fed Refactor RegionProtection HEAD is now at 6f44fad WIP Multiversion (SetBlock missing) Build: Executing JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 ./gradlew reobfJar Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details Path for java installation '/usr/lib/jvm/openjdk-17' (Common Linux Locations) does not contain a java executable Path for java installation '/usr/lib/jvm/openjdk-11' (Common Linux Locations) does not contain a java executable :executing 'download minecraft manifest' :executing 'download minecraft version manifest' :executing 'apply patches to decompiled jar' :executing 'apply mojang mapped paperclip patch' :installed server artifacts to cache :done setting up paperweight userdev workspace for minecraft 1.20.1 > Task :compileJava /home/gitea/ci/SteamWar/axiompaperplugin/src/main/java/com/moulberry/axiom/buffer/BiomeBuffer.java:23: error: cannot find symbol ResourceKey key = buf.readResourceKey(Registries.BIOME); ^ symbol: method readResourceKey(ResourceKey>) location: variable buf of type ByteBuf /home/gitea/ci/SteamWar/axiompaperplugin/src/main/java/com/moulberry/axiom/buffer/BiomeBuffer.java:26: error: incompatible types: ByteBuf cannot be converted to FriendlyByteBuf Position2ByteMap map = Position2ByteMap.load(buf); ^ /home/gitea/ci/SteamWar/axiompaperplugin/src/main/java/com/moulberry/axiom/packet/TeleportPacketListener.java:12: error: TeleportPacketListener is not abstract and does not override abstract method onMessage(Player,ByteBuf) in AxiomPacketListener public class TeleportPacketListener implements AxiomPacketListener { ^ /home/gitea/ci/SteamWar/axiompaperplugin/src/main/java/com/moulberry/axiom/packet/TeleportPacketListener.java:14: error: method does not override or implement a method from a supertype @Override ^ /home/gitea/ci/SteamWar/axiompaperplugin/src/main/java/com/moulberry/axiom/packet/SetBlockBufferPacketListener.java:51: error: cannot find symbol ResourceKey worldKey = buf.readResourceKey(Registries.DIMENSION); ^ symbol: method readResourceKey(ResourceKey>) location: variable buf of type ByteBuf /home/gitea/ci/SteamWar/axiompaperplugin/src/main/java/com/moulberry/axiom/packet/SetBlockPacketListener.java:38: error: cannot find symbol BlockPos blockPos = buf.readBlockPos(); ^ symbol: method readBlockPos() location: variable buf of type @org.jetbrains.annotations.NotNull ByteBuf /home/gitea/ci/SteamWar/axiompaperplugin/src/main/java/com/moulberry/axiom/packet/SetBlockPacketListener.java:39: error: cannot find symbol BlockState blockState = Block.BLOCK_STATE_REGISTRY.byId(VersionTranslator.impl.blockStateMapper(bukkitPlayer).apply(buf.readVarInt())); ^ symbol: method readVarInt() location: variable buf of type @org.jetbrains.annotations.NotNull ByteBuf 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 7 errors > Task :compileJava FAILED 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 22s 1 actionable task: 1 executed Traceback (most recent call last): File "/home/gitea/gitea-repositories/steamwar/axiompaperplugin.git/./hooks/post-receive.d/steamwarci.py", line 190, in ci_main(config, logfile) File "/home/gitea/gitea-repositories/steamwar/axiompaperplugin.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/axiompaperplugin.git/./hooks/post-receive.d/steamwarci.py", line 127, in run raise Exception(errormessage) Exception: Could not run build command Statusupdate failure Build failed