19:08:09 [PREPARING] [INFO] Scanning for projects...
19:08:09 [PREPARING] [INFO]
19:08:09 [PREPARING] [INFO] ---------------< ch.fhnw.prog1.exercise:lists-sets-maps >---------------
19:08:09 [PREPARING] [INFO] Building lists-sets-maps 1.0-SNAPSHOT
19:08:09 [PREPARING] [INFO] from pom.xml
19:08:09 [PREPARING] [INFO] --------------------------------[ jar ]---------------------------------
19:08:11 [PREPARING] [INFO]
19:08:11 [PREPARING] [INFO] --- clean:3.2.0:clean (default-clean) @ lists-sets-maps ---
19:08:12 [PREPARING] [INFO]
19:08:12 [PREPARING] [INFO] --- resources:3.4.0:resources (default-resources) @ lists-sets-maps ---
19:08:13 [PREPARING] [INFO] skip non existing resourceDirectory /git_4174942704105043074/src/main/resources
19:08:13 [PREPARING] [INFO]
19:08:13 [PREPARING] [INFO] --- compiler:3.15.0:compile (default-compile) @ lists-sets-maps ---
19:08:14 [PREPARING] [INFO] Recompiling the module because of changed source code.
19:08:14 [PREPARING] [INFO] Compiling 2 source files with javac [debug target 25] to target/classes
19:08:14 [PREPARING] [INFO] -------------------------------------------------------------
19:08:14 [PREPARING] [ERROR] COMPILATION ERROR :
19:08:14 [PREPARING] [INFO] -------------------------------------------------------------
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[14,37] ';' expected
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[14,43] ';' expected
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[21,26] ')' expected
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[21,37] not a statement
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[21,40] ';' expected
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[22,22] ';' expected
19:08:14 [PREPARING] [INFO] 6 errors
19:08:14 [PREPARING] [INFO] -------------------------------------------------------------
19:08:14 [PREPARING] [INFO] ------------------------------------------------------------------------
19:08:14 [PREPARING] [INFO] BUILD FAILURE
19:08:14 [PREPARING] [INFO] ------------------------------------------------------------------------
19:08:14 [PREPARING] [INFO] Total time: 4.789 s
19:08:14 [PREPARING] [INFO] Finished at: 2026-04-12T19:08:14Z
19:08:14 [PREPARING] [INFO] ------------------------------------------------------------------------
19:08:14 [PREPARING] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project lists-sets-maps: Compilation failure: Compilation failure:
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[14,37] ';' expected
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[14,43] ';' expected
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[21,26] ')' expected
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[21,37] not a statement
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[21,40] ';' expected
19:08:14 [PREPARING] [ERROR] /git_4174942704105043074/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[22,22] ';' expected
19:08:14 [PREPARING] [ERROR] -> [Help 1]
19:08:14 [PREPARING] [ERROR]
19:08:14 [PREPARING] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
19:08:14 [PREPARING] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
19:08:14 [PREPARING] [ERROR]
19:08:14 [PREPARING] [ERROR] For more information about the errors and possible solutions, please read the following articles:
19:08:14 [PREPARING] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
19:08:14 [PREPARING] Failed to build student submission
19:08:14 [PREPARING] HINT: ensure your code can be compiled locally before running AutoFeedback evaluation