Statusupdate pending Waiting for previous builds Statusupdate pending Building project Loading master/steamwarci.yml HEAD is now at 7dee43c Resolve Merge Conflicts Build: Executing ./gradlew buildProject > Task :processResources UP-TO-DATE > Task :CommonCore:compileJava UP-TO-DATE > Task :processTestResources NO-SOURCE > 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 /home/gitea/ci/SteamWar/bungeecore/src/de/steamwar/bungeecore/commands/WhoisCommand.java:122: error: cannot find symbol String result = activeMods.stream().map(mod -> "?" + mod.getModType().getColorCode() + mod.getModName()).collect(Collectors.joining("?8, ")); ^ symbol: method getColorCode() location: class ModType /home/gitea/ci/SteamWar/bungeecore/src/de/steamwar/bungeecore/commands/WhoisCommand.java:122: error: no suitable method found for collect(Collector) String result = activeMods.stream().map(mod -> "?" + mod.getModType().getColorCode() + mod.getModName()).collect(Collectors.joining("?8, ")); ^ method Stream.collect(Supplier,BiConsumer,BiConsumer) is not applicable (cannot infer type-variable(s) R#1 (actual and formal argument lists differ in length)) method Stream.collect(Collector) is not applicable (cannot infer type-variable(s) R#2,A (argument mismatch; Collector cannot be converted to Collector)) where R#1,T,R#2,A are type-variables: R#1 extends Object declared in method collect(Supplier,BiConsumer,BiConsumer) T extends Object declared in interface Stream R#2 extends Object declared in method collect(Collector) A extends Object declared in method collect(Collector) where CAP#1,CAP#2 are fresh type-variables: CAP#1 extends Object from capture of ? CAP#2 extends Object from capture of ? 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. 2 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 4s 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