[INFO] [INFO] ----------------< de.fhdw.gaming.othello:othello-core >----------------- [INFO] Building Othello Core 1.0.2-SNAPSHOT [3/6] [INFO] from othello-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from public: http://localhost:8083/nexus/content/groups/public/de/fhdw/gaming/gaming-core/1.0.2-SNAPSHOT/gaming-core-1.0.2-20231009.195919-1.jar [INFO] Downloaded from public: http://localhost:8083/nexus/content/groups/public/de/fhdw/gaming/gaming-core/1.0.2-SNAPSHOT/gaming-core-1.0.2-20231009.195919-1.jar (50 kB at 708 kB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-core --- [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-core >>> [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-core --- [INFO] PMD version: 6.55.0 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin. [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-core <<< [INFO] [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-core --- [INFO] PMD version: 6.55.0 [INFO] [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-core --- [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/jacoco.exec [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-core --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug release 17 module-path] to target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveGenerator.java:[21,34] cannot find symbol symbol: class MoveGenerator location: package de.fhdw.gaming.core.domain [ERROR] /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveGenerator.java:[27,47] cannot find symbol symbol: class MoveGenerator [ERROR] /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java:[146,16] de.fhdw.gaming.core.domain.DefaultGame is abstract; cannot be instantiated [ERROR] /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloRandomMoveGenerator.java:[50,5] method does not override or implement a method from a supertype [INFO] 4 errors [INFO] -------------------------------------------------------------