AutoFeedback API

Logs e1c858de-7cc0-4802-a736-7f3fba9c71e7

14:02:44 [PREPARING] [INFO] Scanning for projects...
14:02:44 [PREPARING] [INFO]
14:02:44 [PREPARING] [INFO] --------------------< prog1:collections-iterations >--------------------
14:02:44 [PREPARING] [INFO] Building collections-iterations 1.0-SNAPSHOT
14:02:44 [PREPARING] [INFO]   from pom.xml
14:02:44 [PREPARING] [INFO] --------------------------------[ jar ]---------------------------------
14:02:46 [PREPARING] [INFO]
14:02:46 [PREPARING] [INFO] --- clean:3.2.0:clean (default-clean) @ collections-iterations ---
14:02:46 [PREPARING] [INFO]
14:02:46 [PREPARING] [INFO] --- resources:3.4.0:resources (default-resources) @ collections-iterations ---
14:02:47 [PREPARING] [INFO] Copying 1 resource from src/main/resources to target/classes
14:02:47 [PREPARING] [INFO]
14:02:47 [PREPARING] [INFO] --- compiler:3.15.0:compile (default-compile) @ collections-iterations ---
14:02:48 [PREPARING] [INFO] Recompiling the module because of changed source code.
14:02:48 [PREPARING] [INFO] Compiling 6 source files with javac [debug release 25] to target/classes
14:02:49 [PREPARING] [INFO] -------------------------------------------------------------
14:02:49 [PREPARING] [ERROR] COMPILATION ERROR :
14:02:49 [PREPARING] [INFO] -------------------------------------------------------------
14:02:49 [PREPARING] [ERROR] /git_9888165433093617656/src/main/java/ch/fhnw/prog1/exercise/lotto/LotteryApp.java:[6,15] cannot find symbol
14:02:49 [PREPARING] symbol:   class IO
14:02:49 [PREPARING] location: package java.io
14:02:49 [PREPARING] [ERROR] /git_9888165433093617656/src/main/java/ch/fhnw/prog1/exercise/lotto/LotteryDemo.java:[6,15] cannot find symbol
14:02:49 [PREPARING] symbol:   class IO
14:02:49 [PREPARING] location: package java.io
14:02:49 [PREPARING] [ERROR] /git_9888165433093617656/src/main/java/ch/fhnw/prog1/exercise/textanalysis/TextAnalyzer.java:[3,15] cannot find symbol
14:02:49 [PREPARING] symbol:   class IO
14:02:49 [PREPARING] location: package java.io
14:02:49 [PREPARING] [INFO] 3 errors
14:02:49 [PREPARING] [INFO] -------------------------------------------------------------
14:02:49 [PREPARING] [INFO] ------------------------------------------------------------------------
14:02:49 [PREPARING] [INFO] BUILD FAILURE
14:02:49 [PREPARING] [INFO] ------------------------------------------------------------------------
14:02:49 [PREPARING] [INFO] Total time:  4.349 s
14:02:49 [PREPARING] [INFO] Finished at: 2026-04-26T14:02:49Z
14:02:49 [PREPARING] [INFO] ------------------------------------------------------------------------
14:02:49 [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:
14:02:49 [PREPARING] [ERROR] /git_9888165433093617656/src/main/java/ch/fhnw/prog1/exercise/lotto/LotteryApp.java:[6,15] cannot find symbol
14:02:49 [PREPARING] [ERROR]   symbol:   class IO
14:02:49 [PREPARING] [ERROR]   location: package java.io
14:02:49 [PREPARING] [ERROR] /git_9888165433093617656/src/main/java/ch/fhnw/prog1/exercise/lotto/LotteryDemo.java:[6,15] cannot find symbol
14:02:49 [PREPARING] [ERROR]   symbol:   class IO
14:02:49 [PREPARING] [ERROR]   location: package java.io
14:02:49 [PREPARING] [ERROR] /git_9888165433093617656/src/main/java/ch/fhnw/prog1/exercise/textanalysis/TextAnalyzer.java:[3,15] cannot find symbol
14:02:49 [PREPARING] [ERROR]   symbol:   class IO
14:02:49 [PREPARING] [ERROR]   location: package java.io
14:02:49 [PREPARING] [ERROR] -> [Help 1]
14:02:49 [PREPARING] [ERROR]
14:02:49 [PREPARING] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
14:02:49 [PREPARING] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
14:02:49 [PREPARING] [ERROR]
14:02:49 [PREPARING] [ERROR] For more information about the errors and possible solutions, please read the following articles:
14:02:49 [PREPARING] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
14:02:49 [PREPARING] Failed to build student submission
14:02:49 [PREPARING]     HINT: ensure your code can be compiled locally before running AutoFeedback evaluation