AutoFeedback API

Logs 0a1538dc-317a-45ea-a99c-5abeb67c45f0

12:57:29 [PREPARING] [INFO] Scanning for projects...
12:57:29 [PREPARING] [INFO]
12:57:29 [PREPARING] [INFO] --------------------< prog1:collections-iterations >--------------------
12:57:29 [PREPARING] [INFO] Building collections-iterations 1.0-SNAPSHOT
12:57:29 [PREPARING] [INFO]   from pom.xml
12:57:29 [PREPARING] [INFO] --------------------------------[ jar ]---------------------------------
12:57:31 [PREPARING] [INFO]
12:57:31 [PREPARING] [INFO] --- clean:3.2.0:clean (default-clean) @ collections-iterations ---
12:57:31 [PREPARING] [INFO]
12:57:31 [PREPARING] [INFO] --- resources:3.4.0:resources (default-resources) @ collections-iterations ---
12:57:32 [PREPARING] [INFO] Copying 1 resource from src/main/resources to target/classes
12:57:32 [PREPARING] [INFO]
12:57:32 [PREPARING] [INFO] --- compiler:3.15.0:compile (default-compile) @ collections-iterations ---
12:57:33 [PREPARING] [INFO] Recompiling the module because of changed source code.
12:57:33 [PREPARING] [INFO] Compiling 6 source files with javac [debug release 25] to target/classes
12:57:34 [PREPARING] [INFO] -------------------------------------------------------------
12:57:34 [PREPARING] [ERROR] COMPILATION ERROR :
12:57:34 [PREPARING] [INFO] -------------------------------------------------------------
12:57:34 [PREPARING] [ERROR] /git_16184191668372357384/src/main/java/ch/fhnw/prog1/exercise/lotto/impl/Ticket.java:[47,12] '(' expected
12:57:34 [PREPARING] [ERROR] /git_16184191668372357384/src/main/java/ch/fhnw/prog1/exercise/lotto/impl/Ticket.java:[48,9] illegal start of expression
12:57:34 [PREPARING] [INFO] 2 errors
12:57:34 [PREPARING] [INFO] -------------------------------------------------------------
12:57:34 [PREPARING] [INFO] ------------------------------------------------------------------------
12:57:34 [PREPARING] [INFO] BUILD FAILURE
12:57:34 [PREPARING] [INFO] ------------------------------------------------------------------------
12:57:34 [PREPARING] [INFO] Total time:  4.376 s
12:57:34 [PREPARING] [INFO] Finished at: 2026-04-26T12:57:34Z
12:57:34 [PREPARING] [INFO] ------------------------------------------------------------------------
12:57:34 [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:
12:57:34 [PREPARING] [ERROR] /git_16184191668372357384/src/main/java/ch/fhnw/prog1/exercise/lotto/impl/Ticket.java:[47,12] '(' expected
12:57:34 [PREPARING] [ERROR] /git_16184191668372357384/src/main/java/ch/fhnw/prog1/exercise/lotto/impl/Ticket.java:[48,9] illegal start of expression
12:57:34 [PREPARING] [ERROR] -> [Help 1]
12:57:34 [PREPARING] [ERROR]
12:57:34 [PREPARING] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
12:57:34 [PREPARING] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
12:57:34 [PREPARING] [ERROR]
12:57:34 [PREPARING] [ERROR] For more information about the errors and possible solutions, please read the following articles:
12:57:34 [PREPARING] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
12:57:34 [PREPARING] Failed to build student submission
12:57:34 [PREPARING]     HINT: ensure your code can be compiled locally before running AutoFeedback evaluation