13:15:48 [PREPARING] [INFO] Scanning for projects...
13:15:48 [PREPARING] [INFO]
13:15:48 [PREPARING] [INFO] ----------------------------< prog1:search >----------------------------
13:15:48 [PREPARING] [INFO] Building search 1.0-SNAPSHOT
13:15:48 [PREPARING] [INFO] from pom.xml
13:15:48 [PREPARING] [INFO] --------------------------------[ jar ]---------------------------------
13:15:50 [PREPARING] [INFO]
13:15:50 [PREPARING] [INFO] --- clean:3.2.0:clean (default-clean) @ search ---
13:15:50 [PREPARING] [INFO]
13:15:50 [PREPARING] [INFO] --- resources:3.4.0:resources (default-resources) @ search ---
13:15:51 [PREPARING] [INFO] skip non existing resourceDirectory /git_3132936855984047233/src/main/resources
13:15:51 [PREPARING] [INFO]
13:15:51 [PREPARING] [INFO] --- compiler:3.15.0:compile (default-compile) @ search ---
13:15:52 [PREPARING] [INFO] Recompiling the module because of changed source code.
13:15:52 [PREPARING] [INFO] Compiling 5 source files with javac [debug release 25] to target/classes
13:15:53 [PREPARING] [INFO] -------------------------------------------------------------
13:15:53 [PREPARING] [ERROR] COMPILATION ERROR :
13:15:53 [PREPARING] [INFO] -------------------------------------------------------------
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[7,20] cannot find symbol
13:15:53 [PREPARING] symbol: variable data
13:15:53 [PREPARING] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[8,23] cannot find symbol
13:15:53 [PREPARING] symbol: variable mid
13:15:53 [PREPARING] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[8,38] cannot find symbol
13:15:53 [PREPARING] symbol: variable mid
13:15:53 [PREPARING] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[10,17] cannot find symbol
13:15:53 [PREPARING] symbol: variable data
13:15:53 [PREPARING] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[10,22] cannot find symbol
13:15:53 [PREPARING] symbol: variable m
13:15:53 [PREPARING] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[10,28] cannot find symbol
13:15:53 [PREPARING] symbol: variable value
13:15:53 [PREPARING] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[11,17] cannot find symbol
13:15:53 [PREPARING] symbol: variable j
13:15:53 [PREPARING] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[11,21] cannot find symbol
13:15:53 [PREPARING] symbol: variable m
13:15:53 [PREPARING] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[13,17] cannot find symbol
13:15:53 [PREPARING] symbol: variable i
13:15:53 [PREPARING] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[13,21] cannot find symbol
13:15:53 [PREPARING] symbol: variable m
13:15:53 [PREPARING] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[16,16] cannot find symbol
13:15:53 [PREPARING] symbol: variable i
13:15:53 [PREPARING] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [INFO] 11 errors
13:15:53 [PREPARING] [INFO] -------------------------------------------------------------
13:15:53 [PREPARING] [INFO] ------------------------------------------------------------------------
13:15:53 [PREPARING] [INFO] BUILD FAILURE
13:15:53 [PREPARING] [INFO] ------------------------------------------------------------------------
13:15:53 [PREPARING] [INFO] Total time: 4.853 s
13:15:53 [PREPARING] [INFO] Finished at: 2026-03-12T13:15:53Z
13:15:53 [PREPARING] [INFO] ------------------------------------------------------------------------
13:15:53 [PREPARING] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) on project search: Compilation failure: Compilation failure:
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[7,20] cannot find symbol
13:15:53 [PREPARING] [ERROR] symbol: variable data
13:15:53 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[8,23] cannot find symbol
13:15:53 [PREPARING] [ERROR] symbol: variable mid
13:15:53 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[8,38] cannot find symbol
13:15:53 [PREPARING] [ERROR] symbol: variable mid
13:15:53 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[10,17] cannot find symbol
13:15:53 [PREPARING] [ERROR] symbol: variable data
13:15:53 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[10,22] cannot find symbol
13:15:53 [PREPARING] [ERROR] symbol: variable m
13:15:53 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[10,28] cannot find symbol
13:15:53 [PREPARING] [ERROR] symbol: variable value
13:15:53 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[11,17] cannot find symbol
13:15:53 [PREPARING] [ERROR] symbol: variable j
13:15:53 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[11,21] cannot find symbol
13:15:53 [PREPARING] [ERROR] symbol: variable m
13:15:53 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[13,17] cannot find symbol
13:15:53 [PREPARING] [ERROR] symbol: variable i
13:15:53 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[13,21] cannot find symbol
13:15:53 [PREPARING] [ERROR] symbol: variable m
13:15:53 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] /git_3132936855984047233/src/main/java/ch/fhnw/prog1/exercise/sqrt/SqrtBisection.java:[16,16] cannot find symbol
13:15:53 [PREPARING] [ERROR] symbol: variable i
13:15:53 [PREPARING] [ERROR] location: class ch.fhnw.prog1.exercise.sqrt.SqrtBisection
13:15:53 [PREPARING] [ERROR] -> [Help 1]
13:15:53 [PREPARING] [ERROR]
13:15:53 [PREPARING] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
13:15:53 [PREPARING] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
13:15:53 [PREPARING] [ERROR]
13:15:53 [PREPARING] [ERROR] For more information about the errors and possible solutions, please read the following articles:
13:15:53 [PREPARING] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
13:15:53 [PREPARING] Failed to build student submission
13:15:53 [PREPARING] HINT: ensure your code can be compiled locally before running AutoFeedback evaluation