Statusupdate pending Waiting for previous builds Statusupdate pending Building project Loading master/steamwarci.yml Cloning into 'schematicsystem'... done. Note: switching to '174808befc6c23cda0a763a6f2fcd6dfb5dd434a'. 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 174808b NodeMember: Move Member Schematics Setup: Executing ln -s /home/gitea/lib Build: Executing ./gradlew buildProject Starting a Gradle Daemon, 4 stopped Daemons could not be reused, use --status for details > Task :processResources NO-SOURCE > Task :SchematicSystem_15:processResources NO-SOURCE > Task :SchematicSystem_8:processResources NO-SOURCE > Task :processTestResources NO-SOURCE > Task :SchematicSystem_Core:compileJava /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommandUtils.java:115: error: no suitable method found for generateBreadcrumbs(no arguments) String breadcrumbs = parent == null ? "" : parent.generateBreadcrumbs(); ^ method SchematicNode.generateBreadcrumbs(SteamwarUser) is not applicable (actual and formal argument lists differ in length) method SchematicNode.generateBreadcrumbs(String,SteamwarUser) is not applicable (actual and formal argument lists differ in length) /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommandUtils.java:162: error: no suitable method found for generateBreadcrumbs(no arguments) deadd.setClickEvent(new ClickEvent(ClickEvent.Action.RUN_COMMAND, "/schem delete " + parent.generateBreadcrumbs())); ^ method SchematicNode.generateBreadcrumbs(SteamwarUser) is not applicable (actual and formal argument lists differ in length) method SchematicNode.generateBreadcrumbs(String,SteamwarUser) is not applicable (actual and formal argument lists differ in length) /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommandUtils.java:321: error: cannot find symbol List nodes = SchematicNode.list(user, currentNode.map(SchematicNode::getId).orElse(0)).stream() ^ symbol: method list(SteamwarUser,Integer) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommandUtils.java:325: error: cannot find symbol currentNode = Optional.ofNullable(SchematicNode.byIdAndUser(user, SchematicNode.createSchematicDirectory(user.getId(), layers[i], currentNode.map(SchematicNode::getId).orElse(0)).getId())); ^ symbol: method byIdAndUser(SteamwarUser,int) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommandUtils.java:330: error: cannot find symbol currentNode = Optional.ofNullable(SchematicNode.byIdAndUser(user, SchematicNode.createSchematicDirectory(user.getId(), layers[i] + "-dir-" + System.currentTimeMillis() % 100, currentNode.map(SchematicNode::getId).orElse(0)).getId())); ^ symbol: method byIdAndUser(SteamwarUser,int) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/GUI.java:194: error: cannot find symbol if(npar != null && SchematicNode.parentsOfNode(user, npar.getId()).stream().anyMatch(n -> n.getId() == node.getId())) { ^ symbol: method parentsOfNode(SteamwarUser,int) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/GUI.java:206: error: cannot find symbol NodeMember.getNodeMember(node.getId(), user.getId()).setParentId(Optional.ofNullable(npar).map(SchematicNode::getId).orElse(null)); ^ symbol: method setParentId(Integer) location: class NodeMember /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java:102: error: cannot find symbol createCachedSchemList(player, SchematicNode.list(getUser(player), 0), Math.max(page - 1, 0), null, SchematicListBehavior.DEFAULT); ^ symbol: method list(SteamwarUser,int) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java:113: error: cannot find symbol createCachedSchemList(player, SchematicNode.list(SteamwarUser.get(0), 0), Math.max(page - 1, 0), null, SchematicListBehavior.builder().setPublics(true).setPageCommandGen(integer -> "/schem list public " + integer).build()); ^ symbol: method list(SteamwarUser,int) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java:119: error: cannot find symbol createCachedSchemList(player, SchematicNode.list(user, node.getId()), Math.max(page - 1, 0), SchematicNode.byIdAndUser(user, node.getId()), SchematicListBehavior.builder().setPublics(node.getOwner() == 0).setPageCommandGen(value -> "/schem list " + (node.getOwner()==0?"public ":"") + node.generateBreadcrumbs(user) + " " + value).build()); ^ symbol: method list(SteamwarUser,int) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java:119: error: cannot find symbol createCachedSchemList(player, SchematicNode.list(user, node.getId()), Math.max(page - 1, 0), SchematicNode.byIdAndUser(user, node.getId()), SchematicListBehavior.builder().setPublics(node.getOwner() == 0).setPageCommandGen(value -> "/schem list " + (node.getOwner()==0?"public ":"") + node.generateBreadcrumbs(user) + " " + value).build()); ^ symbol: method byIdAndUser(SteamwarUser,int) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java:151: error: no suitable method found for generateBreadcrumbs(no arguments) anvilInv.setCallback(s -> saveSchem(player, schematicNode==null?s:(schematicNode.generateBreadcrumbs() + s))); ^ method SchematicNode.generateBreadcrumbs(SteamwarUser) is not applicable (actual and formal argument lists differ in length) method SchematicNode.generateBreadcrumbs(String,SteamwarUser) is not applicable (actual and formal argument lists differ in length) /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java:155: error: no suitable method found for generateBreadcrumbs(no arguments) saveSchem(player, schematicNode.generateBreadcrumbs()); ^ method SchematicNode.generateBreadcrumbs(SteamwarUser) is not applicable (actual and formal argument lists differ in length) method SchematicNode.generateBreadcrumbs(String,SteamwarUser) is not applicable (actual and formal argument lists differ in length) /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java:343: error: cannot find symbol List nodes = SchematicNode.getAll(user).stream().filter(node -> { ^ symbol: method getAll(SteamwarUser) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java:443: error: cannot find symbol member.setParentId(null); ^ symbol: method setParentId() location: variable member of type NodeMember /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java:454: error: cannot find symbol if(SchematicNode.parentsOfNode(user, newNode.getId()).stream().anyMatch(n -> n.getId() == node.getId())) { ^ symbol: method parentsOfNode(SteamwarUser,int) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java:467: error: cannot find symbol member.setParentId(newNode.getId()); ^ symbol: method setParentId(int) location: variable member of type NodeMember /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/SafeSchematicNode.java:35: error: cannot find symbol if(SchematicNode.list(user, 0) ^ symbol: method list(@lombok.NonNull SteamwarUser,int) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/SafeSchematicNode.java:46: error: cannot find symbol if(SchematicNode.list(user, newParent.getId()) ^ symbol: method list(@lombok.NonNull SteamwarUser,int) location: class SchematicNode /home/gitea/ci/SteamWar/schematicsystem/SchematicSystem_Core/src/de/steamwar/schematicsystem/SafeSchematicNode.java:65: error: cannot find symbol if(SchematicNode.list(user, node.getParent()).stream().map(SchematicNode::getName).anyMatch(s -> s.equalsIgnoreCase(name))) { ^ symbol: method list(@lombok.NonNull SteamwarUser,Integer) location: class SchematicNode Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 20 errors > Task :SchematicSystem_Core:compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':SchematicSystem_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 BUILD FAILED in 14s 1 actionable task: 1 executed Traceback (most recent call last): File "/home/gitea/gitea-repositories/steamwar/schematicsystem.git/./hooks/post-receive.d/steamwarci.py", line 188, in ci_main(config, logfile) File "/home/gitea/gitea-repositories/steamwar/schematicsystem.git/./hooks/post-receive.d/steamwarci.py", line 151, in ci_main run(logfile, cmd, "Could not run build command", config.wdir) File "/home/gitea/gitea-repositories/steamwar/schematicsystem.git/./hooks/post-receive.d/steamwarci.py", line 125, in run raise Exception(errormessage) Exception: Could not run build command Statusupdate failure Build failed