Skip to content
Success

Console Output

[Gitea] do not publish assets due to source being no GiteaSCMSource
[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] 
[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! :source
[INFO] Compiling 32 source files with javac [debug release 17 module-path] to target/classes
[INFO] 
[INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-core >>>
[INFO] 
[INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-core ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-core <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-core ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-core ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 15 source files with javac [debug release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ othello-core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running de.fhdw.gaming.othello.core.moves.impl.OthelloPlaceTokenMoveImplTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in de.fhdw.gaming.othello.core.moves.impl.OthelloPlaceTokenMoveImplTest
[INFO] Running de.fhdw.gaming.othello.core.moves.impl.OthelloSkipMoveImplTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in de.fhdw.gaming.othello.core.moves.impl.OthelloSkipMoveImplTest
[INFO] Running de.fhdw.gaming.othello.core.domain.OthelloFieldStateTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in de.fhdw.gaming.othello.core.domain.OthelloFieldStateTest
[INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloBoardImplTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloBoardImplTest
[INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPositionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPositionTest
[INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloGameBuilderImplTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloGameBuilderImplTest
[INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloStateImplTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloStateImplTest
[INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloFieldImplTest
[INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloFieldImplTest
[INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerImplTest
[INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerBuilderImplTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerBuilderImplTest
[INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloGameImplTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloGameImplTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-core ---
[INFO] Loading execution data file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/jacoco.exec
[INFO] Analyzed bundle 'Othello Core' with 28 classes
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ othello-core ---
[INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/othello-core-1.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-core ---
[INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/othello-core-1.0.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ othello-core ---
[INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-core/1.0.2-SNAPSHOT/othello-core-1.0.2-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/othello-core-1.0.2-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-core/1.0.2-SNAPSHOT/othello-core-1.0.2-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/othello-core-1.0.2-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-core/1.0.2-SNAPSHOT/othello-core-1.0.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- site:4.0.0-M10:site (default-site) @ othello-core ---
[INFO] Configuring report plugin maven-project-info-reports-plugin:3.4.5
[INFO] Detected 15 reports for maven-project-info-reports-plugin:3.4.5: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
[INFO] Rendering site for default locale
[WARNING] No project URL defined - site links will not be relativized!
[INFO] Rendering content with org.apache.maven.skins:maven-fluido-skin:jar:2.0.0-M7 skin
[INFO] Rendering 12 report documents
[INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.4.5:dependencies
[INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.4.5:dependency-info
[INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.4.5:dependency-management
[INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:3.4.5:distribution-management
[INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.4.5:index
[INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.4.5:licenses
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.4.5:plugin-management
[INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.4.5:plugins
[INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:3.4.5:scm
[INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.4.5:summary
[INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.4.5:team
[INFO] Generating "Project Information" report  --- maven-site-plugin:4.0.0-M10:project-info
[JENKINS] Archiving site from /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/site to /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core@tmp/maven-reporters/moduleset/site/othello-core