15:12:00 [PREPARING] [INFO] Scanning for projects...
15:12:00 [PREPARING] [INFO]
15:12:00 [PREPARING] [INFO] -------------------< prog1:polymorphism-interfaces >--------------------
15:12:00 [PREPARING] [INFO] Building polymorphism-interfaces 1.0-SNAPSHOT
15:12:00 [PREPARING] [INFO] from pom.xml
15:12:00 [PREPARING] [INFO] --------------------------------[ jar ]---------------------------------
15:12:10 [PREPARING] [INFO]
15:12:10 [PREPARING] [INFO] --- clean:3.2.0:clean (default-clean) @ polymorphism-interfaces ---
15:12:10 [PREPARING] [INFO]
15:12:10 [PREPARING] [INFO] --- resources:3.4.0:resources (default-resources) @ polymorphism-interfaces ---
15:12:11 [PREPARING] [INFO] Copying 31 resources from src/main/resources to target/classes
15:12:11 [PREPARING] [INFO]
15:12:11 [PREPARING] [INFO] --- compiler:3.15.0:compile (default-compile) @ polymorphism-interfaces ---
15:12:12 [PREPARING] [INFO] Recompiling the module because of changed source code.
15:12:12 [PREPARING] [INFO] Compiling 30 source files with javac [debug release 25] to target/classes
15:12:13 [PREPARING] [INFO] -------------------------------------------------------------
15:12:13 [PREPARING] [ERROR] COMPILATION ERROR :
15:12:13 [PREPARING] [INFO] -------------------------------------------------------------
15:12:13 [PREPARING] [ERROR] /git_10858040044896900029/src/main/java/ch/fhnw/prog1/exercise/labyrinth/LabyrinthApp.java:[48,31] constructor BacktrackingAlgorithm in class ch.fhnw.prog1.exercise.labyrinth.BacktrackingAlgorithm cannot be applied to given types;
15:12:13 [PREPARING] required: ch.fhnw.prog1.exercise.labyrinth.Labyrinth
15:12:13 [PREPARING] found: no arguments
15:12:13 [PREPARING] reason: actual and formal argument lists differ in length
15:12:13 [PREPARING] [INFO] 1 error
15:12:13 [PREPARING] [INFO] -------------------------------------------------------------
15:12:13 [PREPARING] [INFO] ------------------------------------------------------------------------
15:12:13 [PREPARING] [INFO] BUILD FAILURE
15:12:13 [PREPARING] [INFO] ------------------------------------------------------------------------
15:12:13 [PREPARING] [INFO] Total time: 13.733 s
15:12:13 [PREPARING] [INFO] Finished at: 2026-05-10T15:12:13Z
15:12:13 [PREPARING] [INFO] ------------------------------------------------------------------------
15:12:13 [PREPARING] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project polymorphism-interfaces: Compilation failure
15:12:13 [PREPARING] [ERROR] /git_10858040044896900029/src/main/java/ch/fhnw/prog1/exercise/labyrinth/LabyrinthApp.java:[48,31] constructor BacktrackingAlgorithm in class ch.fhnw.prog1.exercise.labyrinth.BacktrackingAlgorithm cannot be applied to given types;
15:12:13 [PREPARING] [ERROR] required: ch.fhnw.prog1.exercise.labyrinth.Labyrinth
15:12:13 [PREPARING] [ERROR] found: no arguments
15:12:13 [PREPARING] [ERROR] reason: actual and formal argument lists differ in length
15:12:13 [PREPARING] [ERROR]
15:12:13 [PREPARING] [ERROR] -> [Help 1]
15:12:13 [PREPARING] [ERROR]
15:12:13 [PREPARING] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
15:12:13 [PREPARING] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
15:12:13 [PREPARING] [ERROR]
15:12:13 [PREPARING] [ERROR] For more information about the errors and possible solutions, please read the following articles:
15:12:13 [PREPARING] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
15:12:13 [PREPARING] Failed to build student submission
15:12:13 [PREPARING] HINT: ensure your code can be compiled locally before running AutoFeedback evaluation