13:10:14 [PREPARING] [INFO] Scanning for projects...
13:10:14 [PREPARING] [INFO]
13:10:14 [PREPARING] [INFO] ---------------< ch.fhnw.prog1.exercise:lists-sets-maps >---------------
13:10:14 [PREPARING] [INFO] Building lists-sets-maps 1.0-SNAPSHOT
13:10:14 [PREPARING] [INFO] from pom.xml
13:10:14 [PREPARING] [INFO] --------------------------------[ jar ]---------------------------------
13:10:16 [PREPARING] [INFO]
13:10:16 [PREPARING] [INFO] --- clean:3.2.0:clean (default-clean) @ lists-sets-maps ---
13:10:16 [PREPARING] [INFO]
13:10:16 [PREPARING] [INFO] --- resources:3.4.0:resources (default-resources) @ lists-sets-maps ---
13:10:17 [PREPARING] [INFO] skip non existing resourceDirectory /git_10754759186664881042/src/main/resources
13:10:17 [PREPARING] [INFO]
13:10:17 [PREPARING] [INFO] --- compiler:3.15.0:compile (default-compile) @ lists-sets-maps ---
13:10:18 [PREPARING] [INFO] Recompiling the module because of changed source code.
13:10:18 [PREPARING] [INFO] Compiling 2 source files with javac [debug target 25] to target/classes
13:10:18 [PREPARING] [INFO] -------------------------------------------------------------
13:10:18 [PREPARING] [ERROR] COMPILATION ERROR :
13:10:18 [PREPARING] [INFO] -------------------------------------------------------------
13:10:18 [PREPARING] [ERROR] /git_10754759186664881042/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[8,36] cannot find symbol
13:10:18 [PREPARING] symbol: class ArrayList
13:10:18 [PREPARING] location: class ch.fhnw.prog1.exercise.eratosthenes.Eratosthenes
13:10:18 [PREPARING] [ERROR] /git_10754759186664881042/src/main/java/ch/fhnw/prog1/exercise/pair/PairFinder.java:[11,9] cannot find symbol
13:10:18 [PREPARING] symbol: class Set
13:10:18 [PREPARING] location: class ch.fhnw.prog1.exercise.pair.PairFinder
13:10:18 [PREPARING] [ERROR] /git_10754759186664881042/src/main/java/ch/fhnw/prog1/exercise/pair/PairFinder.java:[11,36] cannot find symbol
13:10:18 [PREPARING] symbol: class HashSet
13:10:18 [PREPARING] location: class ch.fhnw.prog1.exercise.pair.PairFinder
13:10:18 [PREPARING] [INFO] 3 errors
13:10:18 [PREPARING] [INFO] -------------------------------------------------------------
13:10:18 [PREPARING] [INFO] ------------------------------------------------------------------------
13:10:18 [PREPARING] [INFO] BUILD FAILURE
13:10:18 [PREPARING] [INFO] ------------------------------------------------------------------------
13:10:18 [PREPARING] [INFO] Total time: 4.058 s
13:10:18 [PREPARING] [INFO] Finished at: 2026-03-28T13:10:18Z
13:10:18 [PREPARING] [INFO] ------------------------------------------------------------------------
13:10:18 [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:
13:10:18 [PREPARING] [ERROR] /git_10754759186664881042/src/main/java/ch/fhnw/prog1/exercise/eratosthenes/Eratosthenes.java:[8,36] cannot find symbol
13:10:18 [PREPARING] [ERROR] symbol: class ArrayList
13:10:18 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.eratosthenes.Eratosthenes
13:10:18 [PREPARING] [ERROR] /git_10754759186664881042/src/main/java/ch/fhnw/prog1/exercise/pair/PairFinder.java:[11,9] cannot find symbol
13:10:18 [PREPARING] [ERROR] symbol: class Set
13:10:18 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.pair.PairFinder
13:10:18 [PREPARING] [ERROR] /git_10754759186664881042/src/main/java/ch/fhnw/prog1/exercise/pair/PairFinder.java:[11,36] cannot find symbol
13:10:18 [PREPARING] [ERROR] symbol: class HashSet
13:10:18 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.pair.PairFinder
13:10:18 [PREPARING] [ERROR] -> [Help 1]
13:10:18 [PREPARING] [ERROR]
13:10:18 [PREPARING] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
13:10:18 [PREPARING] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
13:10:18 [PREPARING] [ERROR]
13:10:18 [PREPARING] [ERROR] For more information about the errors and possible solutions, please read the following articles:
13:10:18 [PREPARING] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
13:10:18 [PREPARING] Failed to build student submission
13:10:18 [PREPARING] HINT: ensure your code can be compiled locally before running AutoFeedback evaluation