11:36:26 [PREPARING] [INFO] Scanning for projects...
11:36:27 [PREPARING] [INFO]
11:36:27 [PREPARING] [INFO] ----------------------------< prog1:search >----------------------------
11:36:27 [PREPARING] [INFO] Building search 1.0-SNAPSHOT
11:36:27 [PREPARING] [INFO] from pom.xml
11:36:27 [PREPARING] [INFO] --------------------------------[ jar ]---------------------------------
11:36:28 [PREPARING] [INFO]
11:36:28 [PREPARING] [INFO] --- clean:3.2.0:clean (default-clean) @ search ---
11:36:29 [PREPARING] [INFO]
11:36:29 [PREPARING] [INFO] --- resources:3.4.0:resources (default-resources) @ search ---
11:36:30 [PREPARING] [INFO] skip non existing resourceDirectory /git_13932417201949256195/src/main/resources
11:36:30 [PREPARING] [INFO]
11:36:30 [PREPARING] [INFO] --- compiler:3.15.0:compile (default-compile) @ search ---
11:36:30 [PREPARING] [INFO] Recompiling the module because of changed source code.
11:36:30 [PREPARING] [INFO] Compiling 5 source files with javac [debug release 25] to target/classes
11:36:31 [PREPARING] [INFO] -------------------------------------------------------------
11:36:31 [PREPARING] [ERROR] COMPILATION ERROR :
11:36:31 [PREPARING] [INFO] -------------------------------------------------------------
11:36:31 [PREPARING] [ERROR] /git_13932417201949256195/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[7,25] ';' expected
11:36:31 [PREPARING] [INFO] 1 error
11:36:31 [PREPARING] [INFO] -------------------------------------------------------------
11:36:31 [PREPARING] [INFO] ------------------------------------------------------------------------
11:36:31 [PREPARING] [INFO] BUILD FAILURE
11:36:31 [PREPARING] [INFO] ------------------------------------------------------------------------
11:36:31 [PREPARING] [INFO] Total time: 4.338 s
11:36:31 [PREPARING] [INFO] Finished at: 2026-03-18T11:36:31Z
11:36:31 [PREPARING] [INFO] ------------------------------------------------------------------------
11:36:31 [PREPARING] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project search: Compilation failure
11:36:31 [PREPARING] [ERROR] /git_13932417201949256195/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[7,25] ';' expected
11:36:31 [PREPARING] [ERROR]
11:36:31 [PREPARING] [ERROR] -> [Help 1]
11:36:31 [PREPARING] [ERROR]
11:36:31 [PREPARING] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
11:36:31 [PREPARING] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
11:36:31 [PREPARING] [ERROR]
11:36:31 [PREPARING] [ERROR] For more information about the errors and possible solutions, please read the following articles:
11:36:31 [PREPARING] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
11:36:31 [PREPARING] Failed to build student submission
11:36:31 [PREPARING] HINT: ensure your code can be compiled locally before running AutoFeedback evaluation