AutoFeedback API

Logs ed0621b7-3b1b-4fd3-b35d-afb93b5a35cc

18:52:27 [PREPARING] [INFO] Scanning for projects...
18:52:27 [PREPARING] [INFO]
18:52:27 [PREPARING] [INFO] --------------------< prog1:collections-iterations >--------------------
18:52:27 [PREPARING] [INFO] Building collections-iterations 1.0-SNAPSHOT
18:52:27 [PREPARING] [INFO]   from pom.xml
18:52:27 [PREPARING] [INFO] --------------------------------[ jar ]---------------------------------
18:52:29 [PREPARING] [INFO]
18:52:29 [PREPARING] [INFO] --- clean:3.2.0:clean (default-clean) @ collections-iterations ---
18:52:29 [PREPARING] [INFO]
18:52:29 [PREPARING] [INFO] --- resources:3.4.0:resources (default-resources) @ collections-iterations ---
18:52:30 [PREPARING] [INFO] Copying 1 resource from src/main/resources to target/classes
18:52:30 [PREPARING] [INFO]
18:52:30 [PREPARING] [INFO] --- compiler:3.15.0:compile (default-compile) @ collections-iterations ---
18:52:31 [PREPARING] [INFO] Recompiling the module because of changed source code.
18:52:31 [PREPARING] [INFO] Compiling 6 source files with javac [debug release 25] to target/classes
18:52:32 [PREPARING] [INFO] -------------------------------------------------------------
18:52:32 [PREPARING] [ERROR] COMPILATION ERROR :
18:52:32 [PREPARING] [INFO] -------------------------------------------------------------
18:52:32 [PREPARING] [ERROR] /git_13708262166739782817/src/main/java/ch/fhnw/prog1/exercise/lotto/impl/Lottery.java:[78,13] unreachable statement
18:52:32 [PREPARING] [ERROR] /git_13708262166739782817/src/main/java/ch/fhnw/prog1/exercise/lotto/impl/Lottery.java:[80,5] missing return statement
18:52:32 [PREPARING] [INFO] 2 errors
18:52:32 [PREPARING] [INFO] -------------------------------------------------------------
18:52:32 [PREPARING] [INFO] ------------------------------------------------------------------------
18:52:32 [PREPARING] [INFO] BUILD FAILURE
18:52:32 [PREPARING] [INFO] ------------------------------------------------------------------------
18:52:32 [PREPARING] [INFO] Total time:  5.008 s
18:52:32 [PREPARING] [INFO] Finished at: 2026-04-28T18:52:32Z
18:52:32 [PREPARING] [INFO] ------------------------------------------------------------------------
18:52:32 [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: Compilation failure:
18:52:32 [PREPARING] [ERROR] /git_13708262166739782817/src/main/java/ch/fhnw/prog1/exercise/lotto/impl/Lottery.java:[78,13] unreachable statement
18:52:32 [PREPARING] [ERROR] /git_13708262166739782817/src/main/java/ch/fhnw/prog1/exercise/lotto/impl/Lottery.java:[80,5] missing return statement
18:52:32 [PREPARING] [ERROR] -> [Help 1]
18:52:32 [PREPARING] [ERROR]
18:52:32 [PREPARING] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
18:52:32 [PREPARING] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
18:52:32 [PREPARING] [ERROR]
18:52:32 [PREPARING] [ERROR] For more information about the errors and possible solutions, please read the following articles:
18:52:32 [PREPARING] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
18:52:32 [PREPARING] Failed to build student submission
18:52:32 [PREPARING]     HINT: ensure your code can be compiled locally before running AutoFeedback evaluation