13:44:48 [PREPARING] [INFO] Scanning for projects...
13:44:48 [PREPARING] [INFO]
13:44:48 [PREPARING] [INFO] --------------------< prog1:collections-iterations >--------------------
13:44:48 [PREPARING] [INFO] Building collections-iterations 1.0-SNAPSHOT
13:44:48 [PREPARING] [INFO] from pom.xml
13:44:48 [PREPARING] [INFO] --------------------------------[ jar ]---------------------------------
13:44:49 [PREPARING] [INFO]
13:44:49 [PREPARING] [INFO] --- clean:3.2.0:clean (default-clean) @ collections-iterations ---
13:44:50 [PREPARING] [INFO]
13:44:50 [PREPARING] [INFO] --- resources:3.4.0:resources (default-resources) @ collections-iterations ---
13:44:51 [PREPARING] [INFO] Copying 1 resource from src/main/resources to target/classes
13:44:51 [PREPARING] [INFO]
13:44:51 [PREPARING] [INFO] --- compiler:3.15.0:compile (default-compile) @ collections-iterations ---
13:44:51 [PREPARING] [INFO] Recompiling the module because of changed source code.
13:44:51 [PREPARING] [INFO] Compiling 6 source files with javac [debug release 25] to target/classes
13:44:52 [PREPARING] [INFO] -------------------------------------------------------------
13:44:52 [PREPARING] [ERROR] COMPILATION ERROR :
13:44:52 [PREPARING] [INFO] -------------------------------------------------------------
13:44:52 [PREPARING] [ERROR] /git_18039202684431325414/src/main/java/ch/fhnw/prog1/exercise/lotto/impl/Lottery.java:[63,9] unreachable statement
13:44:52 [PREPARING] [INFO] 1 error
13:44:52 [PREPARING] [INFO] -------------------------------------------------------------
13:44:52 [PREPARING] [INFO] ------------------------------------------------------------------------
13:44:52 [PREPARING] [INFO] BUILD FAILURE
13:44:52 [PREPARING] [INFO] ------------------------------------------------------------------------
13:44:52 [PREPARING] [INFO] Total time: 4.618 s
13:44:52 [PREPARING] [INFO] Finished at: 2026-07-17T13:44:52Z
13:44:52 [PREPARING] [INFO] ------------------------------------------------------------------------
13:44:52 [PREPARING] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project collections-iterations: Compilation failure
13:44:52 [PREPARING] [ERROR] /git_18039202684431325414/src/main/java/ch/fhnw/prog1/exercise/lotto/impl/Lottery.java:[63,9] unreachable statement
13:44:52 [PREPARING] [ERROR]
13:44:52 [PREPARING] [ERROR] -> [Help 1]
13:44:52 [PREPARING] [ERROR]
13:44:52 [PREPARING] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
13:44:52 [PREPARING] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
13:44:52 [PREPARING] [ERROR]
13:44:52 [PREPARING] [ERROR] For more information about the errors and possible solutions, please read the following articles:
13:44:52 [PREPARING] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
13:44:52 [PREPARING] Failed to build student submission
13:44:52 [PREPARING] HINT: ensure your code can be compiled locally before running AutoFeedback evaluation