Skip to content
Success

Console Output

Skipping 980 KB.. Full Log
[INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target
09:11:58 [INFO] 
09:11:58 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-tictactoe-core ---
09:11:59 [INFO] You have 0 Checkstyle violations.
09:11:59 [INFO] 
09:11:59 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-tictactoe-core >>>
09:11:59 [INFO] 
09:11:59 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-tictactoe-core ---
09:12:01 [INFO] 
09:12:01 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-tictactoe-core <<<
09:12:01 [INFO] 
09:12:01 [INFO] 
09:12:01 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-tictactoe-core ---
09:12:01 [INFO] PMD version: 6.30.0
09:12:01 [INFO] 
09:12:01 [INFO] 
09:12:01 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-tictactoe-core ---
09:12:01 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/jacoco.exec
09:12:01 [INFO] 
09:12:01 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-tictactoe-core ---
09:12:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:01 [INFO] Copying 1 resource
09:12:01 [INFO] 
09:12:01 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-tictactoe-core ---
09:12:01 [INFO] Changes detected - recompiling the module!
09:12:01 [INFO] Compiling 35 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/classes
09:12:01 [INFO] 
09:12:01 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-tictactoe-core >>>
09:12:01 [INFO] 
09:12:01 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-tictactoe-core ---
09:12:01 [INFO] Fork Value is true
09:12:06 [INFO] Done SpotBugs Analysis....
09:12:06 [INFO] 
09:12:06 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-tictactoe-core <<<
09:12:06 [INFO] 
09:12:06 [INFO] 
09:12:06 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-tictactoe-core ---
09:12:06 [INFO] BugInstance size is 0
09:12:06 [INFO] Error size is 0
09:12:06 [INFO] No errors/warnings found
09:12:06 [INFO] 
09:12:06 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-tictactoe-core ---
09:12:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:06 [INFO] Copying 1 resource
09:12:07 [INFO] 
09:12:07 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-tictactoe-core ---
09:12:07 [INFO] Changes detected - recompiling the module!
09:12:07 [INFO] Compiling 8 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/test-classes
09:12:07 [INFO] 
09:12:07 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-tictactoe-core ---
09:12:07 [INFO] 
09:12:07 [INFO] -------------------------------------------------------
09:12:07 [INFO]  T E S T S
09:12:07 [INFO] -------------------------------------------------------
09:12:08 [INFO] Running evaluation.TicTacToeEvaluationTest
09:12:08 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in evaluation.TicTacToeEvaluationTest
09:12:08 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeRowImplTest
09:12:08 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeRowImplTest
09:12:08 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToePlayerImplTest
09:12:08 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToePlayerImplTest
09:12:08 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeGameImplTest
09:12:08 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeGameImplTest
09:12:08 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeStateImplTest
09:12:08 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeStateImplTest
09:12:08 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeBoardImplTest
09:12:08 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeBoardImplTest
09:12:08 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeFieldImplTest
09:12:08 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeFieldImplTest
09:12:09 [INFO] 
09:12:09 [INFO] Results:
09:12:09 [INFO] 
09:12:09 [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
09:12:09 [INFO] 
09:12:09 [JENKINS] Recording test results
09:12:09 [INFO] 
09:12:09 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-tictactoe-core ---
09:12:09 [INFO] Loading execution data file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/jacoco.exec
09:12:09 [INFO] Analyzed bundle 'IP Spieltheorie 2021 Tic Tac Toe game: Core' with 32 classes
09:12:09 [INFO] 
09:12:09 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-tictactoe-core ---
09:12:09 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT.jar
09:12:09 [INFO] 
09:12:09 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-tictactoe-core ---
09:12:09 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT-sources.jar
09:12:09 [INFO] 
09:12:09 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-tictactoe-core ---
09:12:09 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-core/1.0.0-SNAPSHOT/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT.jar
09:12:09 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-core/1.0.0-SNAPSHOT/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT.pom
09:12:09 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-core/1.0.0-SNAPSHOT/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT-sources.jar
09:12:09 [INFO] 
09:12:09 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-tictactoe-core ---
09:12:09 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
09:12:09 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
09:12:09 [INFO] Rendering site with default locale English (en)
09:12:09 [WARNING] No project URL defined - decoration links will not be relativized!
09:12:09 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
09:12:09 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
09:12:10 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
09:12:10 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
09:12:10 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
09:12:10 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
09:12:10 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
09:12:10 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
09:12:10 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
09:12:11 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/site to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core@tmp/maven-reporters/moduleset/site/ipspiel21-tictactoe/ipspiel21-tictactoe-core
09:12:11 [INFO] 
09:12:11 [INFO] ----< de.fhdw.gaming.ipspiel21:ipspiel21-tictactoe-strategy-random >----
09:12:11 [INFO] Building IP Spieltheorie 2021 Tic Tac Toe game: Random strategy 1.0.0-SNAPSHOT [19/27]
09:12:11 [INFO] --------------------------------[ jar ]---------------------------------
09:12:11 [INFO] 
09:12:11 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-tictactoe-strategy-random ---
09:12:11 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target
09:12:11 [INFO] 
09:12:11 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-tictactoe-strategy-random ---
09:12:11 [INFO] You have 0 Checkstyle violations.
09:12:11 [INFO] 
09:12:11 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-tictactoe-strategy-random >>>
09:12:11 [INFO] 
09:12:11 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-tictactoe-strategy-random ---
09:12:12 [INFO] 
09:12:12 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-tictactoe-strategy-random <<<
09:12:12 [INFO] 
09:12:12 [INFO] 
09:12:12 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-tictactoe-strategy-random ---
09:12:12 [INFO] PMD version: 6.30.0
09:12:12 [INFO] 
09:12:12 [INFO] 
09:12:12 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-tictactoe-strategy-random ---
09:12:12 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/jacoco.exec
09:12:12 [INFO] 
09:12:12 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-tictactoe-strategy-random ---
09:12:12 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:12 [INFO] Copying 1 resource
09:12:12 [INFO] 
09:12:12 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-tictactoe-strategy-random ---
09:12:12 [INFO] Changes detected - recompiling the module!
09:12:12 [INFO] Compiling 3 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/classes
09:12:12 [INFO] 
09:12:12 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-tictactoe-strategy-random >>>
09:12:12 [INFO] 
09:12:12 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-tictactoe-strategy-random ---
09:12:12 [INFO] Fork Value is true
09:12:15 [INFO] Done SpotBugs Analysis....
09:12:15 [INFO] 
09:12:15 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-tictactoe-strategy-random <<<
09:12:15 [INFO] 
09:12:15 [INFO] 
09:12:15 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-tictactoe-strategy-random ---
09:12:15 [INFO] BugInstance size is 0
09:12:15 [INFO] Error size is 0
09:12:15 [INFO] No errors/warnings found
09:12:15 [INFO] 
09:12:15 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-tictactoe-strategy-random ---
09:12:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:15 [INFO] Copying 1 resource
09:12:15 [INFO] 
09:12:15 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-tictactoe-strategy-random ---
09:12:15 [INFO] No sources to compile
09:12:15 [INFO] 
09:12:15 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-tictactoe-strategy-random ---
09:12:15 [JENKINS] Recording test results[INFO] 
09:12:15 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-tictactoe-strategy-random ---
09:12:15 [INFO] Skipping JaCoCo execution due to missing execution data file.
09:12:15 
09:12:15 [INFO] 
09:12:15 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-tictactoe-strategy-random ---
09:12:15 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT.jar
09:12:15 [INFO] 
09:12:15 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-tictactoe-strategy-random ---
09:12:15 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT-sources.jar
09:12:15 [INFO] 
09:12:15 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-tictactoe-strategy-random ---
09:12:15 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-strategy-random/1.0.0-SNAPSHOT/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT.jar
09:12:15 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-strategy-random/1.0.0-SNAPSHOT/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT.pom
09:12:16 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-strategy-random/1.0.0-SNAPSHOT/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT-sources.jar
09:12:16 [INFO] 
09:12:16 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-tictactoe-strategy-random ---
09:12:16 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
09:12:16 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
09:12:16 [INFO] Rendering site with default locale English (en)
09:12:16 [WARNING] No project URL defined - decoration links will not be relativized!
09:12:16 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
09:12:16 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
09:12:16 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
09:12:16 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
09:12:16 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
09:12:16 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
09:12:17 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
09:12:17 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
09:12:17 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
09:12:17 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/site to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random@tmp/maven-reporters/moduleset/site/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random
09:12:18 [INFO] 
09:12:18 [INFO] ----------< de.fhdw.gaming.ipspiel21:ipspiel21-tictactoe-gui >----------
09:12:18 [INFO] Building IP Spieltheorie 2021 Tic Tac Toe game: GUI 1.0.0-SNAPSHOT [20/27]
09:12:18 [INFO] --------------------------------[ jar ]---------------------------------
09:12:18 [INFO] 
09:12:18 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-tictactoe-gui ---
09:12:18 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target
09:12:18 [INFO] 
09:12:18 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-tictactoe-gui ---
09:12:18 [INFO] You have 0 Checkstyle violations.
09:12:18 [INFO] 
09:12:18 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-tictactoe-gui >>>
09:12:18 [INFO] 
09:12:18 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-tictactoe-gui ---
09:12:19 [INFO] 
09:12:19 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-tictactoe-gui <<<
09:12:19 [INFO] 
09:12:19 [INFO] 
09:12:19 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-tictactoe-gui ---
09:12:19 [INFO] PMD version: 6.30.0
09:12:19 [INFO] 
09:12:19 [INFO] 
09:12:19 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-tictactoe-gui ---
09:12:19 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/jacoco.exec
09:12:19 [INFO] 
09:12:19 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-tictactoe-gui ---
09:12:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:19 [INFO] Copying 1 resource
09:12:19 [INFO] 
09:12:19 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-tictactoe-gui ---
09:12:19 [WARNING] Can't extract module name from batik-script-1.13.jar: Provider class org.apache.batik.bridge.RhinoInterpreterFactory not in module
09:12:19 [WARNING] Can't extract module name from xalan-2.7.2.jar: Provider class org.apache.bsf.BSFManager not in module
09:12:19 [WARNING] *********************************************************************************************************************************************
09:12:19 [WARNING] * Required filename-based automodules detected: [imageio-batik-3.5.jar]. Please don't publish this project to a public artifact repository! *
09:12:19 [WARNING] *********************************************************************************************************************************************
09:12:19 [INFO] Changes detected - recompiling the module!
09:12:19 [INFO] Compiling 12 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/classes
09:12:20 [INFO] 
09:12:20 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-tictactoe-gui >>>
09:12:20 [INFO] 
09:12:20 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-tictactoe-gui ---
09:12:20 [INFO] Fork Value is true
09:12:26 [INFO] Done SpotBugs Analysis....
09:12:26 [INFO] 
09:12:26 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-tictactoe-gui <<<
09:12:26 [INFO] 
09:12:26 [INFO] 
09:12:26 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-tictactoe-gui ---
09:12:26 [INFO] BugInstance size is 0
09:12:26 [INFO] Error size is 0
09:12:26 [INFO] No errors/warnings found
09:12:26 [INFO] 
09:12:26 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-tictactoe-gui ---
09:12:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:26 [INFO] Copying 1 resource
09:12:26 [INFO] 
09:12:26 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-tictactoe-gui ---
09:12:26 [INFO] No sources to compile
09:12:26 [INFO] 
09:12:26 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-tictactoe-gui ---
09:12:26 [JENKINS] Recording test results
09:12:26 [INFO] 
09:12:26 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-tictactoe-gui ---
09:12:26 [INFO] Skipping JaCoCo execution due to missing execution data file.
09:12:26 [INFO] 
09:12:26 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-tictactoe-gui ---
09:12:26 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT.jar
09:12:26 [INFO] 
09:12:26 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-tictactoe-gui ---
09:12:26 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT-sources.jar
09:12:26 [INFO] 
09:12:26 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-tictactoe-gui ---
09:12:26 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-gui/1.0.0-SNAPSHOT/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT.jar
09:12:26 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-gui/1.0.0-SNAPSHOT/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT.pom
09:12:26 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-gui/1.0.0-SNAPSHOT/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT-sources.jar
09:12:26 [INFO] 
09:12:26 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-tictactoe-gui ---
09:12:26 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
09:12:26 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
09:12:26 [INFO] Rendering site with default locale English (en)
09:12:26 [WARNING] No project URL defined - decoration links will not be relativized!
09:12:26 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
09:12:26 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
09:12:26 [INFO] Unable to create Maven project from repository for artifact 'commons-io:commons-io:jar:1.3.1', for more information run with -X
09:12:26 [INFO] Unable to create Maven project from repository for artifact 'xml-apis:xml-apis-ext:jar:1.3.04', for more information run with -X
09:12:27 [INFO] Unable to create Maven project from repository for artifact 'commons-io:commons-io:jar:1.3.1', for more information run with -X
09:12:27 [INFO] Unable to create Maven project from repository for artifact 'xml-apis:xml-apis-ext:jar:1.3.04', for more information run with -X
09:12:28 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
09:12:28 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
09:12:28 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
09:12:28 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
09:12:29 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
09:12:29 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
09:12:29 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
09:12:29 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/site to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui@tmp/maven-reporters/moduleset/site/ipspiel21-tictactoe/ipspiel21-tictactoe-gui
09:12:30 [INFO] 
09:12:30 [INFO] -----< de.fhdw.gaming.ipspiel21:ipspiel21-tictactoe-best-strategy >-----
09:12:30 [INFO] Building IP Spieltheorie 2021 Tic Tac Toe game: Best strategy 1.0.0-SNAPSHOT [21/27]
09:12:30 [INFO] --------------------------------[ jar ]---------------------------------
09:12:30 [INFO] 
09:12:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-tictactoe-best-strategy ---
09:12:30 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target
09:12:30 [INFO] 
09:12:30 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-tictactoe-best-strategy ---
09:12:30 [INFO] You have 0 Checkstyle violations.
09:12:30 [INFO] 
09:12:30 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-tictactoe-best-strategy >>>
09:12:30 [INFO] 
09:12:30 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-tictactoe-best-strategy ---
09:12:31 [INFO] 
09:12:31 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-tictactoe-best-strategy <<<
09:12:31 [INFO] 
09:12:31 [INFO] 
09:12:31 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-tictactoe-best-strategy ---
09:12:31 [INFO] PMD version: 6.30.0
09:12:31 [INFO] 
09:12:31 [INFO] 
09:12:31 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-tictactoe-best-strategy ---
09:12:31 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/jacoco.exec
09:12:31 [INFO] 
09:12:31 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-tictactoe-best-strategy ---
09:12:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:31 [INFO] Copying 1 resource
09:12:31 [INFO] 
09:12:31 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-tictactoe-best-strategy ---
09:12:31 [INFO] Changes detected - recompiling the module!
09:12:31 [INFO] Compiling 4 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/classes
09:12:31 [INFO] 
09:12:31 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-tictactoe-best-strategy >>>
09:12:31 [INFO] 
09:12:31 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-tictactoe-best-strategy ---
09:12:31 [INFO] Fork Value is true
09:12:35 [INFO] Done SpotBugs Analysis....
09:12:35 [INFO] 
09:12:35 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-tictactoe-best-strategy <<<
09:12:35 [INFO] 
09:12:35 [INFO] 
09:12:35 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-tictactoe-best-strategy ---
09:12:35 [INFO] BugInstance size is 0
09:12:35 [INFO] Error size is 0
09:12:35 [INFO] No errors/warnings found
09:12:35 [INFO] 
09:12:35 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-tictactoe-best-strategy ---
09:12:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:35 [INFO] Copying 1 resource
09:12:35 [INFO] 
09:12:35 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-tictactoe-best-strategy ---
09:12:35 [INFO] No sources to compile
09:12:35 [INFO] 
09:12:35 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-tictactoe-best-strategy ---
09:12:35 [JENKINS] Recording test results
09:12:35 [INFO] 
09:12:35 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-tictactoe-best-strategy ---
09:12:35 [INFO] Skipping JaCoCo execution due to missing execution data file.
09:12:35 [INFO] 
09:12:35 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-tictactoe-best-strategy ---
09:12:35 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT.jar
09:12:35 [INFO] 
09:12:35 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-tictactoe-best-strategy ---
09:12:35 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT-sources.jar
09:12:35 [INFO] 
09:12:35 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-tictactoe-best-strategy ---
09:12:35 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-best-strategy/1.0.0-SNAPSHOT/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT.jar
09:12:35 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-best-strategy/1.0.0-SNAPSHOT/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT.pom
09:12:35 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-tictactoe-best-strategy/1.0.0-SNAPSHOT/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT-sources.jar
09:12:35 [INFO] 
09:12:35 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-tictactoe-best-strategy ---
09:12:35 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
09:12:35 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
09:12:35 [INFO] Rendering site with default locale English (en)
09:12:35 [WARNING] No project URL defined - decoration links will not be relativized!
09:12:35 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
09:12:35 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
09:12:36 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
09:12:36 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
09:12:36 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
09:12:36 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
09:12:36 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
09:12:36 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
09:12:36 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
09:12:36 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/site to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy@tmp/maven-reporters/moduleset/site/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy
09:12:37 [INFO] 
09:12:37 [INFO] ----------< de.fhdw.gaming.ipspiel21:ipspiel21-vier-gewinnt >-----------
09:12:37 [INFO] Building IP Spieltheorie 2021 Vier gewinnt Game 1.0.0-SNAPSHOT   [22/27]
09:12:37 [INFO] --------------------------------[ pom ]---------------------------------
09:12:37 [INFO] 
09:12:37 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-vier-gewinnt ---
09:12:37 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/target
09:12:37 [INFO] 
09:12:37 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-vier-gewinnt ---
09:12:37 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-1.0.0-SNAPSHOT.pom
09:12:37 [INFO] 
09:12:37 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-vier-gewinnt ---
09:12:37 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
09:12:37 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
09:12:37 [INFO] Rendering site with default locale English (en)
09:12:37 [WARNING] No project URL defined - decoration links will not be relativized!
09:12:37 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
09:12:37 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
09:12:37 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
09:12:37 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
09:12:37 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
09:12:38 [INFO] Generating "Project Modules" report      --- maven-project-info-reports-plugin:3.1.1:modules
09:12:38 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
09:12:38 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
09:12:38 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
09:12:38 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/target/site to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt@tmp/maven-reporters/moduleset/site/ipspiel21-vier-gewinnt
09:12:38 [INFO] 
09:12:38 [INFO] --------< de.fhdw.gaming.ipspiel21:ipspiel21-vier-gewinnt-core >--------
09:12:38 [INFO] Building IP Spieltheorie 2021 Vier gewinnt Game: Core 1.0.0-SNAPSHOT [23/27]
09:12:38 [INFO] --------------------------------[ jar ]---------------------------------
09:12:38 [INFO] 
09:12:38 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-vier-gewinnt-core ---
09:12:38 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target
09:12:39 [INFO] 
09:12:39 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-vier-gewinnt-core ---
09:12:39 [INFO] You have 0 Checkstyle violations.
09:12:39 [INFO] 
09:12:39 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-vier-gewinnt-core >>>
09:12:39 [INFO] 
09:12:39 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-vier-gewinnt-core ---
09:12:40 [INFO] 
09:12:40 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-vier-gewinnt-core <<<
09:12:40 [INFO] 
09:12:40 [INFO] 
09:12:40 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-vier-gewinnt-core ---
09:12:40 [INFO] PMD version: 6.30.0
09:12:40 [INFO] 
09:12:40 [INFO] 
09:12:40 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-vier-gewinnt-core ---
09:12:40 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/jacoco.exec
09:12:40 [INFO] 
09:12:40 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-vier-gewinnt-core ---
09:12:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:40 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/src/main/resources
09:12:40 [INFO] 
09:12:40 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-vier-gewinnt-core ---
09:12:40 [INFO] Changes detected - recompiling the module!
09:12:40 [INFO] Compiling 34 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/classes
09:12:40 [INFO] 
09:12:40 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-vier-gewinnt-core >>>
09:12:40 [INFO] 
09:12:40 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-vier-gewinnt-core ---
09:12:40 [INFO] Fork Value is true
09:12:46 [INFO] Done SpotBugs Analysis....
09:12:46 [INFO] 
09:12:46 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-vier-gewinnt-core <<<
09:12:46 [INFO] 
09:12:46 [INFO] 
09:12:46 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-vier-gewinnt-core ---
09:12:46 [INFO] BugInstance size is 0
09:12:46 [INFO] Error size is 0
09:12:46 [INFO] No errors/warnings found
09:12:46 [INFO] 
09:12:46 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-vier-gewinnt-core ---
09:12:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:46 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/src/test/resources
09:12:46 [INFO] 
09:12:46 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-vier-gewinnt-core ---
09:12:46 [INFO] Changes detected - recompiling the module!
09:12:46 [INFO] Compiling 7 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/test-classes
09:12:46 [INFO] 
09:12:46 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-vier-gewinnt-core ---
09:12:46 [INFO] 
09:12:46 [INFO] -------------------------------------------------------
09:12:46 [INFO]  T E S T S
09:12:46 [INFO] -------------------------------------------------------
09:12:47 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntStateTest
09:12:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntStateTest
09:12:47 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.moves.VierGewinntMoveTest
09:12:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.moves.VierGewinntMoveTest
09:12:47 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntPlayerTest
09:12:47 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntPlayerTest
09:12:47 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntRowTest
09:12:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntRowTest
09:12:47 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntPositionTest
09:12:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntPositionTest
09:12:47 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntFieldTest
09:12:47 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntFieldTest
09:12:47 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntBoardTest
09:12:47 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntBoardTest
09:12:48 [INFO] 
09:12:48 [INFO] Results:
09:12:48 [INFO] 
09:12:48 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
09:12:48 [INFO] 
09:12:48 [JENKINS] Recording test results
09:12:48 [INFO] 
09:12:48 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-vier-gewinnt-core ---
09:12:48 [INFO] Loading execution data file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/jacoco.exec
09:12:48 [INFO] Analyzed bundle 'IP Spieltheorie 2021 Vier gewinnt Game: Core' with 25 classes
09:12:48 [INFO] 
09:12:48 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-vier-gewinnt-core ---
09:12:48 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT.jar
09:12:48 [INFO] 
09:12:48 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-vier-gewinnt-core ---
09:12:48 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT-sources.jar
09:12:48 [INFO] 
09:12:48 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-vier-gewinnt-core ---
09:12:48 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-core/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT.jar
09:12:48 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-core/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT.pom
09:12:48 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-core/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT-sources.jar
09:12:48 [INFO] 
09:12:48 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-vier-gewinnt-core ---
09:12:48 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
09:12:49 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
09:12:49 [INFO] Rendering site with default locale English (en)
09:12:49 [WARNING] No project URL defined - decoration links will not be relativized!
09:12:49 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
09:12:49 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
09:12:49 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
09:12:49 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
09:12:49 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
09:12:49 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
09:12:49 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
09:12:49 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
09:12:49 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
09:12:50 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/site to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core@tmp/maven-reporters/moduleset/site/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core
09:12:50 [INFO] 
09:12:50 [INFO] --------< de.fhdw.gaming.ipspiel21:ipspiel21-vier-gewinnt-gui >---------
09:12:50 [INFO] Building IP Spieltheorie 2021 Vier gewinnt Game: GUI 1.0.0-SNAPSHOT [24/27]
09:12:50 [INFO] --------------------------------[ jar ]---------------------------------
09:12:50 [INFO] 
09:12:50 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-vier-gewinnt-gui ---
09:12:50 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target
09:12:50 [INFO] 
09:12:50 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-vier-gewinnt-gui ---
09:12:51 [INFO] You have 0 Checkstyle violations.
09:12:51 [INFO] 
09:12:51 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-vier-gewinnt-gui >>>
09:12:51 [INFO] 
09:12:51 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-vier-gewinnt-gui ---
09:12:52 [INFO] 
09:12:52 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-vier-gewinnt-gui <<<
09:12:52 [INFO] 
09:12:52 [INFO] 
09:12:52 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-vier-gewinnt-gui ---
09:12:52 [INFO] PMD version: 6.30.0
09:12:52 [INFO] 
09:12:52 [INFO] 
09:12:52 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-vier-gewinnt-gui ---
09:12:52 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/jacoco.exec
09:12:52 [INFO] 
09:12:52 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-vier-gewinnt-gui ---
09:12:52 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:52 [INFO] Copying 1 resource
09:12:52 [INFO] 
09:12:52 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-vier-gewinnt-gui ---
09:12:52 [WARNING] Can't extract module name from batik-script-1.13.jar: Provider class org.apache.batik.bridge.RhinoInterpreterFactory not in module
09:12:52 [WARNING] Can't extract module name from xalan-2.7.2.jar: Provider class org.apache.bsf.BSFManager not in module
09:12:52 [WARNING] *********************************************************************************************************************************************
09:12:52 [WARNING] * Required filename-based automodules detected: [imageio-batik-3.5.jar]. Please don't publish this project to a public artifact repository! *
09:12:52 [WARNING] *********************************************************************************************************************************************
09:12:52 [INFO] Changes detected - recompiling the module!
09:12:52 [INFO] Compiling 12 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/classes
09:12:52 [INFO] 
09:12:52 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-vier-gewinnt-gui >>>
09:12:52 [INFO] 
09:12:52 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-vier-gewinnt-gui ---
09:12:52 [INFO] Fork Value is true
09:12:58 [INFO] Done SpotBugs Analysis....
09:12:58 [INFO] 
09:12:58 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-vier-gewinnt-gui <<<
09:12:58 [INFO] 
09:12:58 [INFO] 
09:12:58 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-vier-gewinnt-gui ---
09:12:58 [INFO] BugInstance size is 0
09:12:58 [INFO] Error size is 0
09:12:58 [INFO] No errors/warnings found
09:12:58 [INFO] 
09:12:58 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-vier-gewinnt-gui ---
09:12:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:12:58 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/src/test/resources
09:12:58 [INFO] 
09:12:58 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-vier-gewinnt-gui ---
09:12:58 [INFO] No sources to compile
09:12:58 [INFO] 
09:12:58 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-vier-gewinnt-gui ---
09:12:58 [INFO] No tests to run.
09:12:58 [JENKINS] Recording test results
09:12:58 [INFO] 
09:12:58 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-vier-gewinnt-gui ---
09:12:58 [INFO] Skipping JaCoCo execution due to missing execution data file.
09:12:59 [INFO] 
09:12:59 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-vier-gewinnt-gui ---
09:12:59 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT.jar
09:12:59 [INFO] 
09:12:59 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-vier-gewinnt-gui ---
09:12:59 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT-sources.jar
09:12:59 [INFO] 
09:12:59 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-vier-gewinnt-gui ---
09:12:59 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-gui/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT.jar
09:12:59 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-gui/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT.pom
09:12:59 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-gui/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT-sources.jar
09:12:59 [INFO] 
09:12:59 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-vier-gewinnt-gui ---
09:12:59 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
09:12:59 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
09:12:59 [INFO] Rendering site with default locale English (en)
09:12:59 [WARNING] No project URL defined - decoration links will not be relativized!
09:12:59 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
09:12:59 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
09:12:59 [INFO] Unable to create Maven project from repository for artifact 'commons-io:commons-io:jar:1.3.1', for more information run with -X
09:12:59 [INFO] Unable to create Maven project from repository for artifact 'xml-apis:xml-apis-ext:jar:1.3.04', for more information run with -X
09:12:59 [INFO] Unable to create Maven project from repository for artifact 'commons-io:commons-io:jar:1.3.1', for more information run with -X
09:12:59 [INFO] Unable to create Maven project from repository for artifact 'xml-apis:xml-apis-ext:jar:1.3.04', for more information run with -X
09:13:01 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
09:13:01 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
09:13:01 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
09:13:01 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
09:13:02 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
09:13:02 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
09:13:02 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
09:13:02 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/site to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui@tmp/maven-reporters/moduleset/site/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui
09:13:03 [INFO] 
09:13:03 [INFO] --< de.fhdw.gaming.ipspiel21:ipspiel21-vier-gewinnt-strategies-group1 >--
09:13:03 [INFO] Building IP Spieltheorie 2021 Vier gewinnt Game: Strategies Group 1 1.0.0-SNAPSHOT [25/27]
09:13:03 [INFO] --------------------------------[ jar ]---------------------------------
09:13:03 [INFO] 
09:13:03 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:03 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target
09:13:03 [INFO] 
09:13:03 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:03 [INFO] You have 0 Checkstyle violations.
09:13:03 [INFO] 
09:13:03 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-vier-gewinnt-strategies-group1 >>>
09:13:03 [INFO] 
09:13:03 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:04 [INFO] 
09:13:04 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-vier-gewinnt-strategies-group1 <<<
09:13:04 [INFO] 
09:13:04 [INFO] 
09:13:04 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:04 [INFO] PMD version: 6.30.0
09:13:04 [INFO] 
09:13:04 [INFO] 
09:13:04 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:04 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/jacoco.exec
09:13:04 [INFO] 
09:13:04 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:04 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:13:04 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/src/main/resources
09:13:04 [INFO] 
09:13:04 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:04 [INFO] Changes detected - recompiling the module!
09:13:04 [INFO] Compiling 9 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/classes
09:13:04 [INFO] 
09:13:04 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-vier-gewinnt-strategies-group1 >>>
09:13:04 [INFO] 
09:13:04 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:04 [INFO] Fork Value is true
09:13:08 [INFO] Done SpotBugs Analysis....
09:13:08 [INFO] 
09:13:08 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-vier-gewinnt-strategies-group1 <<<
09:13:08 [INFO] 
09:13:08 [INFO] 
09:13:08 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:08 [INFO] BugInstance size is 0
09:13:08 [INFO] Error size is 0
09:13:08 [INFO] No errors/warnings found
09:13:08 [INFO] 
09:13:08 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:13:08 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/src/test/resources
09:13:08 [INFO] 
09:13:08 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:08 [INFO] Changes detected - recompiling the module!
09:13:08 [INFO] Compiling 2 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/test-classes
09:13:08 [INFO] 
09:13:08 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:08 [INFO] 
09:13:08 [INFO] -------------------------------------------------------
09:13:08 [INFO]  T E S T S
09:13:08 [INFO] -------------------------------------------------------
09:13:09 [INFO] Running de.fhdw.ipspiel21.viergewinnt.strategies.group1.strategy.VierGewinntEvaluationTest
09:13:10 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in de.fhdw.ipspiel21.viergewinnt.strategies.group1.strategy.VierGewinntEvaluationTest
09:13:10 [INFO] 
09:13:10 [INFO] Results:
09:13:10 [INFO] 
09:13:10 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
09:13:10 [INFO] 
09:13:10 [JENKINS] Recording test results
09:13:10 [INFO] 
09:13:10 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:10 [INFO] Loading execution data file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/jacoco.exec
09:13:10 [INFO] Analyzed bundle 'IP Spieltheorie 2021 Vier gewinnt Game: Strategies Group 1' with 8 classes
09:13:10 [INFO] 
09:13:10 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:10 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT.jar
09:13:10 [INFO] 
09:13:10 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:10 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT-sources.jar
09:13:10 [INFO] 
09:13:10 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:10 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-strategies-group1/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT.jar
09:13:10 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-strategies-group1/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT.pom
09:13:10 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-strategies-group1/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT-sources.jar
09:13:10 [INFO] 
09:13:10 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-vier-gewinnt-strategies-group1 ---
09:13:10 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
09:13:10 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
09:13:10 [INFO] Rendering site with default locale English (en)
09:13:10 [WARNING] No project URL defined - decoration links will not be relativized!
09:13:10 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
09:13:10 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
09:13:11 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
09:13:11 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
09:13:11 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
09:13:11 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
09:13:11 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
09:13:11 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
09:13:11 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
09:13:12 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/site to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1@tmp/maven-reporters/moduleset/site/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1
09:13:12 [INFO] 
09:13:12 [INFO] --< de.fhdw.gaming.ipspiel21:ipspiel21-vier-gewinnt-strategies-group2 >--
09:13:12 [INFO] Building IP Spieltheorie 2021 Vier gewinnt Game: Strategies Group 2 1.0.0-SNAPSHOT [26/27]
09:13:12 [INFO] --------------------------------[ jar ]---------------------------------
09:13:12 [INFO] 
09:13:12 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:12 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target
09:13:12 [INFO] 
09:13:12 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:12 [INFO] You have 0 Checkstyle violations.
09:13:12 [INFO] 
09:13:12 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-vier-gewinnt-strategies-group2 >>>
09:13:12 [INFO] 
09:13:12 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:13 [INFO] 
09:13:13 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-vier-gewinnt-strategies-group2 <<<
09:13:13 [INFO] 
09:13:13 [INFO] 
09:13:13 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:13 [INFO] PMD version: 6.30.0
09:13:13 [INFO] 
09:13:13 [INFO] 
09:13:13 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:13 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/jacoco.exec
09:13:13 [INFO] 
09:13:13 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:13:13 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/src/main/resources
09:13:13 [INFO] 
09:13:13 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:13 [INFO] Changes detected - recompiling the module!
09:13:13 [INFO] Compiling 9 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/classes
09:13:13 [INFO] 
09:13:13 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-vier-gewinnt-strategies-group2 >>>
09:13:13 [INFO] 
09:13:13 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:13 [INFO] Fork Value is true
09:13:21 [INFO] Done SpotBugs Analysis....
09:13:21 [INFO] 
09:13:21 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-vier-gewinnt-strategies-group2 <<<
09:13:21 [INFO] 
09:13:21 [INFO] 
09:13:21 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:21 [INFO] BugInstance size is 0
09:13:21 [INFO] Error size is 0
09:13:21 [INFO] No errors/warnings found
09:13:21 [INFO] 
09:13:21 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:13:21 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/src/test/resources
09:13:21 [INFO] 
09:13:21 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:21 [INFO] Changes detected - recompiling the module!
09:13:21 [INFO] Compiling 2 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/test-classes
09:13:21 [INFO] 
09:13:21 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:21 [INFO] 
09:13:21 [INFO] -------------------------------------------------------
09:13:21 [INFO]  T E S T S
09:13:21 [INFO] -------------------------------------------------------
09:13:23 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.strategies.group2.strategy.VierGewinntEvaluationTest
09:13:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s - in de.fhdw.gaming.ipspiel21.viergewinnt.strategies.group2.strategy.VierGewinntEvaluationTest
09:13:24 [INFO] 
09:13:24 [INFO] Results:
09:13:24 [INFO] 
09:13:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
09:13:24 [INFO] 
09:13:24 [JENKINS] Recording test results
09:13:24 [INFO] 
09:13:24 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:24 [INFO] Loading execution data file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/jacoco.exec
09:13:24 [INFO] Analyzed bundle 'IP Spieltheorie 2021 Vier gewinnt Game: Strategies Group 2' with 8 classes
09:13:24 [INFO] 
09:13:24 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:24 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT.jar
09:13:24 [INFO] 
09:13:24 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:24 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT-sources.jar
09:13:24 [INFO] 
09:13:24 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:24 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-strategies-group2/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT.jar
09:13:24 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-strategies-group2/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT.pom
09:13:24 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-vier-gewinnt-strategies-group2/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT-sources.jar
09:13:24 [INFO] 
09:13:24 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-vier-gewinnt-strategies-group2 ---
09:13:24 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
09:13:24 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
09:13:24 [INFO] Rendering site with default locale English (en)
09:13:24 [WARNING] No project URL defined - decoration links will not be relativized!
09:13:24 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
09:13:24 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
09:13:25 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
09:13:25 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
09:13:25 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
09:13:25 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
09:13:25 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
09:13:26 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
09:13:26 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
09:13:26 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/site to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2@tmp/maven-reporters/moduleset/site/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2
09:13:26 [INFO] 
09:13:26 [INFO] -------< de.fhdw.gaming.ipspiel21:ipspiel21-iterational-contest >-------
09:13:26 [INFO] Building IP Spieltheorie 2021 Gaming Iterational Contest 1.0.0-SNAPSHOT [27/27]
09:13:26 [INFO] --------------------------------[ jar ]---------------------------------
09:13:26 [INFO] 
09:13:26 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-iterational-contest ---
09:13:26 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target
09:13:27 [INFO] 
09:13:27 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-iterational-contest ---
09:13:27 [INFO] You have 0 Checkstyle violations.
09:13:27 [INFO] 
09:13:27 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-iterational-contest >>>
09:13:27 [INFO] 
09:13:27 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-iterational-contest ---
09:13:28 [INFO] 
09:13:28 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-iterational-contest <<<
09:13:28 [INFO] 
09:13:28 [INFO] 
09:13:28 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-iterational-contest ---
09:13:28 [INFO] PMD version: 6.30.0
09:13:28 [INFO] 
09:13:28 [INFO] 
09:13:28 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-iterational-contest ---
09:13:28 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/jacoco.exec
09:13:28 [INFO] 
09:13:28 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-iterational-contest ---
09:13:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:13:28 [INFO] Copying 1 resource
09:13:28 [INFO] 
09:13:28 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-iterational-contest ---
09:13:28 [INFO] Required filename-based automodules detected: [commons-cli-1.4.jar]. Please don't publish this project to a public artifact repository!
09:13:28 [INFO] Changes detected - recompiling the module!
09:13:28 [INFO] Compiling 6 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/classes
09:13:28 [INFO] 
09:13:28 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-iterational-contest >>>
09:13:28 [INFO] 
09:13:28 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-iterational-contest ---
09:13:28 [INFO] Fork Value is true
09:13:36 [INFO] Done SpotBugs Analysis....
09:13:37 [INFO] 
09:13:37 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-iterational-contest <<<
09:13:37 [INFO] 
09:13:37 [INFO] 
09:13:37 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-iterational-contest ---
09:13:37 [INFO] BugInstance size is 0
09:13:37 [INFO] Error size is 0
09:13:37 [INFO] No errors/warnings found
09:13:37 [INFO] 
09:13:37 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-iterational-contest ---
09:13:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
09:13:37 [INFO] Copying 1 resource
09:13:37 [INFO] 
09:13:37 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-iterational-contest ---
09:13:37 [INFO] No sources to compile
09:13:37 [INFO] 
09:13:37 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-iterational-contest ---
09:13:37 [INFO] 
09:13:37 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-iterational-contest ---
09:13:37 [INFO] Skipping JaCoCo execution due to missing execution data file.
09:13:37 [JENKINS] Recording test results
09:13:37 [INFO] 
09:13:37 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-iterational-contest ---
09:13:37 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/ipspiel21-iterational-contest-1.0.0-SNAPSHOT.jar
09:13:37 [INFO] 
09:13:37 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-iterational-contest ---
09:13:37 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/ipspiel21-iterational-contest-1.0.0-SNAPSHOT-sources.jar
09:13:37 [INFO] 
09:13:37 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-iterational-contest ---
09:13:37 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/ipspiel21-iterational-contest-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-iterational-contest/1.0.0-SNAPSHOT/ipspiel21-iterational-contest-1.0.0-SNAPSHOT.jar
09:13:37 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-iterational-contest/1.0.0-SNAPSHOT/ipspiel21-iterational-contest-1.0.0-SNAPSHOT.pom
09:13:37 [INFO] Installing /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/ipspiel21-iterational-contest-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/ipspiel21/ipspiel21-iterational-contest/1.0.0-SNAPSHOT/ipspiel21-iterational-contest-1.0.0-SNAPSHOT-sources.jar
09:13:37 [INFO] 
09:13:37 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-iterational-contest ---
09:13:37 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
09:13:37 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
09:13:37 [INFO] Rendering site with default locale English (en)
09:13:37 [WARNING] No project URL defined - decoration links will not be relativized!
09:13:37 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
09:13:37 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
09:13:38 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
09:13:38 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
09:13:38 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
09:13:38 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
09:13:39 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
09:13:39 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
09:13:39 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
09:13:39 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/site to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest@tmp/maven-reporters/moduleset/site/ipspiel21-iterational-contest
09:13:47 [INFO] ------------------------------------------------------------------------
09:13:47 [INFO] Reactor Summary for IP Spieltheorie 2021 1.0.0-SNAPSHOT:
09:13:47 [INFO] 
09:13:47 [INFO] IP Spieltheorie 2021 ............................... SUCCESS [  8.813 s]
09:13:47 [INFO] IP Spieltheorie 2021 Build Tools ................... SUCCESS [  2.815 s]
09:13:47 [INFO] IP Spieltheorie 2021 evolution relation ............ SUCCESS [ 19.790 s]
09:13:47 [INFO] IP Spieltheorie 2021 Demo Game ..................... SUCCESS [  9.170 s]
09:13:47 [INFO] IP Spieltheorie 2021 Schere-Stein-Papier Game ...... SUCCESS [ 13.911 s]
09:13:47 [INFO] IP Spieltheorie 2021 Kopfzahl Game ................. SUCCESS [ 11.292 s]
09:13:47 [INFO] IP Spieltheorie 2021 Kopfzahlkante Game ............ SUCCESS [ 17.655 s]
09:13:47 [INFO] IP Spieltheorie 2021 prisoner dilemma Game ......... SUCCESS [  1.071 s]
09:13:47 [INFO] IP Spieltheorie 2021 original dilemma game ......... SUCCESS [ 11.059 s]
09:13:47 [INFO] IP Spieltheorie 2021 basic dilemma game ............ SUCCESS [  7.213 s]
09:13:47 [INFO] IP Spieltheorie 2021 Configuration Customized ...... SUCCESS [  1.168 s]
09:13:47 [INFO] IP Spieltheorie 2021 Configuration Customized Strategy Core SUCCESS [  5.570 s]
09:13:47 [INFO] IP Spieltheorie 2021 Configuration Customized Strategy Gui SUCCESS [  9.024 s]
09:13:47 [INFO] IP Spieltheorie 2021 customized dilemma game ....... SUCCESS [  8.708 s]
09:13:47 [INFO] IP Spieltheorie 2021 Freizeit Game ................. SUCCESS [ 16.860 s]
09:13:47 [INFO] IP Spieltheorie 2021 search tree algorithms ........ SUCCESS [  9.176 s]
09:13:47 [INFO] IP Spieltheorie 2021 Tic Tac Toe game .............. SUCCESS [  1.098 s]
09:13:47 [INFO] IP Spieltheorie 2021 Tic Tac Toe game: Core ........ SUCCESS [ 12.506 s]
09:13:47 [INFO] IP Spieltheorie 2021 Tic Tac Toe game: Random strategy SUCCESS [  6.079 s]
09:13:47 [INFO] IP Spieltheorie 2021 Tic Tac Toe game: GUI ......... SUCCESS [ 11.849 s]
09:13:47 [INFO] IP Spieltheorie 2021 Tic Tac Toe game: Best strategy SUCCESS [  6.530 s]
09:13:47 [INFO] IP Spieltheorie 2021 Vier gewinnt Game ............. SUCCESS [  1.105 s]
09:13:47 [INFO] IP Spieltheorie 2021 Vier gewinnt Game: Core ....... SUCCESS [ 11.296 s]
09:13:47 [INFO] IP Spieltheorie 2021 Vier gewinnt Game: GUI ........ SUCCESS [ 12.173 s]
09:13:47 [INFO] IP Spieltheorie 2021 Vier gewinnt Game: Strategies Group 1 SUCCESS [  8.773 s]
09:13:47 [INFO] IP Spieltheorie 2021 Vier gewinnt Game: Strategies Group 2 SUCCESS [ 14.292 s]
09:13:47 [INFO] IP Spieltheorie 2021 Gaming Iterational Contest .... SUCCESS [ 12.950 s]
09:13:47 [INFO] ------------------------------------------------------------------------
09:13:47 [INFO] BUILD SUCCESS
09:13:47 [INFO] ------------------------------------------------------------------------
09:13:47 [INFO] Total time:  04:30 min
09:13:47 [INFO] Finished at: 2022-12-05T09:13:47+01:00
09:13:47 [INFO] ------------------------------------------------------------------------
09:13:47 Waiting for Jenkins to finish collecting data
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-customGui/1.0.0-SNAPSHOT/ipspiel21-customGui-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui/target/ipspiel21-customGui-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-customGui/1.0.0-SNAPSHOT/ipspiel21-customGui-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui/target/ipspiel21-customGui-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-customGui/1.0.0-SNAPSHOT/ipspiel21-customGui-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-dilemmaBasic/1.0.0-SNAPSHOT/ipspiel21-dilemmaBasic-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic/target/ipspiel21-dilemmaBasic-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-dilemmaBasic/1.0.0-SNAPSHOT/ipspiel21-dilemmaBasic-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic/target/ipspiel21-dilemmaBasic-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-dilemmaBasic/1.0.0-SNAPSHOT/ipspiel21-dilemmaBasic-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-kopfzahl/1.0.0-SNAPSHOT/ipspiel21-kopfzahl-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl/target/ipspiel21-kopfzahl-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-kopfzahl/1.0.0-SNAPSHOT/ipspiel21-kopfzahl-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl/target/ipspiel21-kopfzahl-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-kopfzahl/1.0.0-SNAPSHOT/ipspiel21-kopfzahl-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-iterational-contest/1.0.0-SNAPSHOT/ipspiel21-iterational-contest-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/ipspiel21-iterational-contest-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-iterational-contest/1.0.0-SNAPSHOT/ipspiel21-iterational-contest-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/ipspiel21-iterational-contest-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-iterational-contest/1.0.0-SNAPSHOT/ipspiel21-iterational-contest-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-strategy-random/1.0.0-SNAPSHOT/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-strategy-random/1.0.0-SNAPSHOT/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-strategy-random/1.0.0-SNAPSHOT/ipspiel21-tictactoe-strategy-random-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-search-trees/1.0.0-SNAPSHOT/ipspiel21-search-trees-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees/target/ipspiel21-search-trees-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-search-trees/1.0.0-SNAPSHOT/ipspiel21-search-trees-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees/target/ipspiel21-search-trees-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-search-trees/1.0.0-SNAPSHOT/ipspiel21-search-trees-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-gui/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-gui/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-gui/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-gui-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-dilemmaOriginal/1.0.0-SNAPSHOT/ipspiel21-dilemmaOriginal-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal/target/ipspiel21-dilemmaOriginal-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-dilemmaOriginal/1.0.0-SNAPSHOT/ipspiel21-dilemmaOriginal-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal/target/ipspiel21-dilemmaOriginal-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-dilemmaOriginal/1.0.0-SNAPSHOT/ipspiel21-dilemmaOriginal-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-dilemmaCustomized/1.0.0-SNAPSHOT/ipspiel21-dilemmaCustomized-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized/target/ipspiel21-dilemmaCustomized-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-dilemmaCustomized/1.0.0-SNAPSHOT/ipspiel21-dilemmaCustomized-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized/target/ipspiel21-dilemmaCustomized-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-dilemmaCustomized/1.0.0-SNAPSHOT/ipspiel21-dilemmaCustomized-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-kopfzahlkante/1.0.0-SNAPSHOT/ipspiel21-kopfzahlkante-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante/target/ipspiel21-kopfzahlkante-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-kopfzahlkante/1.0.0-SNAPSHOT/ipspiel21-kopfzahlkante-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante/target/ipspiel21-kopfzahlkante-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-kopfzahlkante/1.0.0-SNAPSHOT/ipspiel21-kopfzahlkante-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-strategies-group1/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-strategies-group1/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-strategies-group1/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group1-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-build-tools/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-build-tools/1.0.0-SNAPSHOT/ipspiel21-build-tools-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-build-tools/target/ipspiel21-build-tools-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-build-tools/1.0.0-SNAPSHOT/ipspiel21-build-tools-1.0.0-SNAPSHOT.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-build-tools@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-strategies-group2/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-strategies-group2/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-strategies-group2/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-strategies-group2-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-evolution/1.0.0-SNAPSHOT/ipspiel21-evolution-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution/target/ipspiel21-evolution-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-evolution/1.0.0-SNAPSHOT/ipspiel21-evolution-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution/target/ipspiel21-evolution-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-evolution/1.0.0-SNAPSHOT/ipspiel21-evolution-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-1.0.0-SNAPSHOT.pom
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-freizeit/1.0.0-SNAPSHOT/ipspiel21-freizeit-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit/target/ipspiel21-freizeit-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-freizeit/1.0.0-SNAPSHOT/ipspiel21-freizeit-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit/target/ipspiel21-freizeit-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-freizeit/1.0.0-SNAPSHOT/ipspiel21-freizeit-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-best-strategy/1.0.0-SNAPSHOT/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-best-strategy/1.0.0-SNAPSHOT/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-best-strategy/1.0.0-SNAPSHOT/ipspiel21-tictactoe-best-strategy-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe/1.0.0-SNAPSHOT/ipspiel21-tictactoe-1.0.0-SNAPSHOT.pom
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-core/1.0.0-SNAPSHOT/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-core/1.0.0-SNAPSHOT/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-core/1.0.0-SNAPSHOT/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-gui/1.0.0-SNAPSHOT/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-gui/1.0.0-SNAPSHOT/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-tictactoe-gui/1.0.0-SNAPSHOT/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-core/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-core/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-vier-gewinnt-core/1.0.0-SNAPSHOT/ipspiel21-vier-gewinnt-core-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-dilemma/1.0.0-SNAPSHOT/ipspiel21-dilemma-1.0.0-SNAPSHOT.pom
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-customCore/1.0.0-SNAPSHOT/ipspiel21-customCore-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore/target/ipspiel21-customCore-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-customCore/1.0.0-SNAPSHOT/ipspiel21-customCore-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore/target/ipspiel21-customCore-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-customCore/1.0.0-SNAPSHOT/ipspiel21-customCore-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21/1.0.0-SNAPSHOT/ipspiel21-1.0.0-SNAPSHOT.pom
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-demo/1.0.0-SNAPSHOT/ipspiel21-demo-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo/target/ipspiel21-demo-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-demo/1.0.0-SNAPSHOT/ipspiel21-demo-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo/target/ipspiel21-demo-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-demo/1.0.0-SNAPSHOT/ipspiel21-demo-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-rock-paper-scissors/1.0.0-SNAPSHOT/ipspiel21-rock-paper-scissors-1.0.0-SNAPSHOT.pom
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors/target/ipspiel21-rock-paper-scissors-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.ipspiel21/ipspiel21-rock-paper-scissors/1.0.0-SNAPSHOT/ipspiel21-rock-paper-scissors-1.0.0-SNAPSHOT.jar
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors/target/ipspiel21-rock-paper-scissors-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.ipspiel21/ipspiel21-rock-paper-scissors/1.0.0-SNAPSHOT/ipspiel21-rock-paper-scissors-1.0.0-SNAPSHOT-sources.jar
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 [JENKINS] Archiving /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/pom.xml to de.fhdw.gaming.ipspiel21/ipspiel21-customStrategy/1.0.0-SNAPSHOT/ipspiel21-customStrategy-1.0.0-SNAPSHOT.pom
09:13:47 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
09:13:47 channel stopped
09:13:48 [PMD] Searching for all files in '/var/lib/jenkins/home/jobs/ipspiel21/workspace' that match the pattern '**/target/pmd.xml'
09:13:48 [PMD] -> found 22 files
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-configCustomStrategy/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal/target/pmd.xml
09:13:48 [PMD] -> found 1 issue (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/pmd.xml
09:13:48 [PMD] -> found 0 issues (skipped 0 duplicates)
09:13:48 [PMD] Post processing issues on 'Master' with source code encoding 'UTF-8'
09:13:48 [PMD] Creating SCM blamer to obtain author and commit information for affected files
09:13:48 [PMD] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
09:13:48 [PMD] Resolving file names for all issues in workspace '/var/lib/jenkins/home/jobs/ipspiel21/workspace'
09:13:48 [PMD] -> resolved paths in source directory (1 found, 0 not found)
09:13:48 [PMD] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
09:13:48 [PMD] -> resolved module names for 1 issues
09:13:48 [PMD] Resolving package names (or namespaces) by parsing the affected files
09:13:48 [PMD] -> all affected files already have a valid package name
09:13:48 [PMD] No filter has been set, publishing all 1 issues
09:13:48 [PMD] Creating fingerprints for all affected code blocks to track issues over different builds
09:13:48 [PMD] -> created fingerprints for 1 issues (skipped 0 issues)
09:13:48 [PMD] Copying affected files to Jenkins' build folder '/var/lib/jenkins/home/jobs/ipspiel21/builds/260/files-with-issues'
09:13:48 [PMD] -> 1 copied, 0 not in workspace, 0 not-found, 0 with I/O error
09:13:48 [PMD] Repository miner is not configured, skipping repository mining
09:13:48 [PMD] Reference build recorder is not configured
09:13:48 [PMD] Obtaining reference build from same job (ipspiel21)
09:13:48 [PMD] Using reference build 'ipspiel21 #259' to compute new, fixed, and outstanding issues
09:13:48 [PMD] Issues delta (vs. reference build): outstanding: 1, new: 0, fixed: 0
09:13:48 [PMD] No quality gates have been set - skipping
09:13:48 [PMD] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
09:13:48 [PMD] Created analysis result for 1 issues (found 0 new issues, fixed 0 issues)
09:13:48 [PMD] Attaching ResultAction with ID 'pmd' to build 'ipspiel21 #260'.
09:13:48 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
09:13:48 [SpotBugs] Searching for all files in '/var/lib/jenkins/home/jobs/ipspiel21/workspace' that match the pattern '**/target/spotbugs/spotbugsXml.xml'
09:13:48 [SpotBugs] -> found 22 files
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-configCustomStrategy/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/spotbugs/spotbugsXml.xml
09:13:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
09:13:48 [SpotBugs] Skipping post processing
09:13:48 [SpotBugs] No filter has been set, publishing all 0 issues
09:13:48 [SpotBugs] Repository miner is not configured, skipping repository mining
09:13:48 [SpotBugs] Reference build recorder is not configured
09:13:48 [SpotBugs] Obtaining reference build from same job (ipspiel21)
09:13:48 [SpotBugs] Using reference build 'ipspiel21 #259' to compute new, fixed, and outstanding issues
09:13:48 [SpotBugs] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
09:13:48 [SpotBugs] No quality gates have been set - skipping
09:13:48 [SpotBugs] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
09:13:48 [SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
09:13:48 [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'ipspiel21 #260'.
09:13:48 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
09:13:49 [CheckStyle] Searching for all files in '/var/lib/jenkins/home/jobs/ipspiel21/workspace' that match the pattern '**/checkstyle-result.xml'
09:13:49 [CheckStyle] -> found 22 files
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-configCustomStrategy/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/checkstyle-result.xml
09:13:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
09:13:49 [CheckStyle] Skipping post processing
09:13:49 [CheckStyle] No filter has been set, publishing all 0 issues
09:13:49 [CheckStyle] Repository miner is not configured, skipping repository mining
09:13:49 [CheckStyle] Reference build recorder is not configured
09:13:49 [CheckStyle] Obtaining reference build from same job (ipspiel21)
09:13:49 [CheckStyle] Using reference build 'ipspiel21 #259' to compute new, fixed, and outstanding issues
09:13:49 [CheckStyle] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
09:13:49 [CheckStyle] No quality gates have been set - skipping
09:13:49 [CheckStyle] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
09:13:49 [CheckStyle] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
09:13:49 [CheckStyle] Attaching ResultAction with ID 'checkstyle' to build 'ipspiel21 #260'.
09:13:49 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
09:13:49 [JaCoCo plugin] Collecting JaCoCo coverage data...
09:13:49 [JaCoCo plugin] **/*-core/target/jacoco.exec;**/*-core/target/classes;**/src/main/java; locations are configured
09:13:49 [JaCoCo plugin] Number of found exec files for pattern **/*-core/target/jacoco.exec: 2
09:13:49 [JaCoCo plugin] Saving matched execfiles:  /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/jacoco.exec /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/jacoco.exec
09:13:50 [JaCoCo plugin] Saving matched class directories for class-pattern: **/*-core/target/classes: 
09:13:50 [JaCoCo plugin]  - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/classes 51 files
09:13:50 [JaCoCo plugin]  - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/classes 42 files
09:13:50 [JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: 
09:13:50 [JaCoCo plugin] Source Inclusions: **/*.java
09:13:50 [JaCoCo plugin] Source Exclusions: 
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore/src/main/java 2 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui/src/main/java 2 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo/src/main/java 28 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic/src/main/java 2 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized/src/main/java 3 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal/src/main/java 46 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution/src/main/java 9 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit/src/main/java 33 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/src/main/java 6 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl/src/main/java 29 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante/src/main/java 34 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors/src/main/java 33 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees/src/main/java 8 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/src/main/java 4 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/src/main/java 35 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/src/main/java 12 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/src/main/java 3 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/src/main/java 34 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/src/main/java 12 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/src/main/java 9 files
09:13:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/src/main/java 9 files
09:13:50 [JaCoCo plugin] Loading inclusions files..
09:13:50 [JaCoCo plugin] inclusions: []
09:13:50 [JaCoCo plugin] exclusions: [**/module-info.class]
09:13:50 [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=70, maxClass=80, minMethod=60, maxMethod=75, minLine=50, maxLine=70, minBranch=50, maxBranch=70, minInstruction=50, maxInstruction=70, minComplexity=50, maxComplexity=70]
09:13:50 [JaCoCo plugin] Publishing the results..
09:13:50 [JaCoCo plugin] Loading packages..
09:13:50 [JaCoCo plugin] Done.
09:13:50 [JaCoCo plugin] Overall coverage: class: 89.47369, method: 79.16667, line: 74.62236, branch: 76.666664, instruction: 73.837105, complexity: 73.19149
09:13:50 [JaCoCo plugin] Health thresholds: JacocoHealthReportThresholds [minClass=70, maxClass=80, minMethod=60, maxMethod=75, minLine=50, maxLine=70, minBranch=50, maxBranch=70, minInstruction=50, maxInstruction=70, minComplexity=50, maxComplexity=70]
09:13:50 [JaCoCo plugin] Apply Min/Max thresholds result: SUCCESS
09:13:50 Finished: SUCCESS