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
19:48:17 [INFO] 
19:48:17 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-tictactoe-core ---
19:48:18 [INFO] You have 0 Checkstyle violations.
19:48:18 [INFO] 
19:48:18 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-tictactoe-core >>>
19:48:18 [INFO] 
19:48:18 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-tictactoe-core ---
19:48:19 [INFO] 
19:48:19 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-tictactoe-core <<<
19:48:19 [INFO] 
19:48:19 [INFO] 
19:48:19 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-tictactoe-core ---
19:48:19 [INFO] PMD version: 6.30.0
19:48:19 [INFO] 
19:48:19 [INFO] 
19:48:19 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-tictactoe-core ---
19:48: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-core/target/jacoco.exec
19:48:19 [INFO] 
19:48:19 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-tictactoe-core ---
19:48:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:48:19 [INFO] Copying 1 resource
19:48:19 [INFO] 
19:48:19 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-tictactoe-core ---
19:48:19 [INFO] Changes detected - recompiling the module!
19:48:19 [INFO] Compiling 35 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/classes
19:48:20 [INFO] 
19:48:20 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-tictactoe-core >>>
19:48:20 [INFO] 
19:48:20 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-tictactoe-core ---
19:48:20 [INFO] Fork Value is true
19:48:25 [INFO] Done SpotBugs Analysis....
19:48:25 [INFO] 
19:48:25 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-tictactoe-core <<<
19:48:25 [INFO] 
19:48:25 [INFO] 
19:48:25 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-tictactoe-core ---
19:48:25 [INFO] BugInstance size is 0
19:48:25 [INFO] Error size is 0
19:48:25 [INFO] No errors/warnings found
19:48:25 [INFO] 
19:48:25 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-tictactoe-core ---
19:48:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:48:25 [INFO] Copying 1 resource
19:48:25 [INFO] 
19:48:25 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-tictactoe-core ---
19:48:25 [INFO] Changes detected - recompiling the module!
19:48:25 [INFO] Compiling 8 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/test-classes
19:48:26 [INFO] 
19:48:26 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-tictactoe-core ---
19:48:26 [INFO] 
19:48:26 [INFO] -------------------------------------------------------
19:48:26 [INFO]  T E S T S
19:48:26 [INFO] -------------------------------------------------------
19:48:27 [INFO] Running evaluation.TicTacToeEvaluationTest
19:48:27 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in evaluation.TicTacToeEvaluationTest
19:48:27 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeRowImplTest
19:48:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeRowImplTest
19:48:27 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToePlayerImplTest
19:48:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToePlayerImplTest
19:48:27 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeGameImplTest
19:48:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeGameImplTest
19:48:27 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeStateImplTest
19:48:27 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeStateImplTest
19:48:27 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeBoardImplTest
19:48:28 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeBoardImplTest
19:48:28 [INFO] Running de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeFieldImplTest
19:48:28 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in de.fhdw.gaming.ipspiel21.tictactoe.core.domain.impl.TicTacToeFieldImplTest
19:48:28 [INFO] 
19:48:28 [INFO] Results:
19:48:28 [INFO] 
19:48:28 [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0
19:48:28 [INFO] 
19:48:28 [JENKINS] Recording test results
19:48:28 [INFO] 
19:48:28 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-tictactoe-core ---
19:48:28 [INFO] Loading execution data file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/jacoco.exec
19:48:28 [INFO] Analyzed bundle 'IP Spieltheorie 2021 Tic Tac Toe game: Core' with 32 classes
19:48:28 [INFO] 
19:48:28 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-tictactoe-core ---
19:48:28 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/ipspiel21-tictactoe-core-1.0.0-SNAPSHOT.jar
19:48:28 [INFO] 
19:48:28 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-tictactoe-core ---
19:48:28 [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
19:48:28 [INFO] 
19:48:28 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-tictactoe-core ---
19:48:28 [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
19:48:28 [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
19:48:28 [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
19:48:28 [INFO] 
19:48:28 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-tictactoe-core ---
19:48:28 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
19:48:28 [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
19:48:28 [INFO] Rendering site with default locale English (en)
19:48:28 [WARNING] No project URL defined - decoration links will not be relativized!
19:48:28 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:48:28 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
19:48:29 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
19:48:29 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
19:48:29 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
19:48:29 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
19:48:29 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
19:48:29 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
19:48:29 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
19:48:29 [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
19:48:30 [INFO] 
19:48:30 [INFO] ----< de.fhdw.gaming.ipspiel21:ipspiel21-tictactoe-strategy-random >----
19:48:30 [INFO] Building IP Spieltheorie 2021 Tic Tac Toe game: Random strategy 1.0.0-SNAPSHOT [19/27]
19:48:30 [INFO] --------------------------------[ jar ]---------------------------------
19:48:30 [INFO] 
19:48:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-tictactoe-strategy-random ---
19:48:30 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target
19:48:30 [INFO] 
19:48:30 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-tictactoe-strategy-random ---
19:48:30 [INFO] You have 0 Checkstyle violations.
19:48:30 [INFO] 
19:48:30 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-tictactoe-strategy-random >>>
19:48:30 [INFO] 
19:48:30 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-tictactoe-strategy-random ---
19:48:30 [INFO] 
19:48:30 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-tictactoe-strategy-random <<<
19:48:30 [INFO] 
19:48:30 [INFO] 
19:48:30 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-tictactoe-strategy-random ---
19:48:30 [INFO] PMD version: 6.30.0
19:48:30 [INFO] 
19:48:30 [INFO] 
19:48:30 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-tictactoe-strategy-random ---
19:48:30 [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
19:48:30 [INFO] 
19:48:30 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-tictactoe-strategy-random ---
19:48:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:48:30 [INFO] Copying 1 resource
19:48:30 [INFO] 
19:48:30 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-tictactoe-strategy-random ---
19:48:30 [INFO] Changes detected - recompiling the module!
19:48:30 [INFO] Compiling 3 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/classes
19:48:31 [INFO] 
19:48:31 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-tictactoe-strategy-random >>>
19:48:31 [INFO] 
19:48:31 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-tictactoe-strategy-random ---
19:48:31 [INFO] Fork Value is true
19:48:34 [INFO] Done SpotBugs Analysis....
19:48:34 [INFO] 
19:48:34 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-tictactoe-strategy-random <<<
19:48:34 [INFO] 
19:48:34 [INFO] 
19:48:34 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-tictactoe-strategy-random ---
19:48:34 [INFO] BugInstance size is 0
19:48:34 [INFO] Error size is 0
19:48:34 [INFO] No errors/warnings found
19:48:34 [INFO] 
19:48:34 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-tictactoe-strategy-random ---
19:48:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:48:34 [INFO] Copying 1 resource
19:48:34 [INFO] 
19:48:34 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-tictactoe-strategy-random ---
19:48:34 [INFO] No sources to compile
19:48:34 [INFO] 
19:48:34 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-tictactoe-strategy-random ---
19:48:34 [JENKINS] Recording test results
19:48:34 [INFO] 
19:48:34 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-tictactoe-strategy-random ---
19:48:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
19:48:34 [INFO] 
19:48:34 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-tictactoe-strategy-random ---
19:48:34 [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
19:48:34 [INFO] 
19:48:34 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-tictactoe-strategy-random ---
19:48:34 [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
19:48:34 [INFO] 
19:48:34 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-tictactoe-strategy-random ---
19:48:34 [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
19:48:35 [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
19:48:35 [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
19:48:35 [INFO] 
19:48:35 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-tictactoe-strategy-random ---
19:48:35 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
19:48: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
19:48:35 [INFO] Rendering site with default locale English (en)
19:48:35 [WARNING] No project URL defined - decoration links will not be relativized!
19:48:35 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:48:35 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
19:48:35 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
19:48:35 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
19:48:35 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
19:48:35 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
19:48:35 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
19:48:36 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
19:48:36 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
19:48:36 [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
19:48:36 [INFO] 
19:48:36 [INFO] ----------< de.fhdw.gaming.ipspiel21:ipspiel21-tictactoe-gui >----------
19:48:36 [INFO] Building IP Spieltheorie 2021 Tic Tac Toe game: GUI 1.0.0-SNAPSHOT [20/27]
19:48:36 [INFO] --------------------------------[ jar ]---------------------------------
19:48:36 [INFO] 
19:48:36 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-tictactoe-gui ---
19:48:36 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target
19:48:36 [INFO] 
19:48:36 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-tictactoe-gui ---
19:48:36 [INFO] You have 0 Checkstyle violations.
19:48:36 [INFO] 
19:48:36 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-tictactoe-gui >>>
19:48:36 [INFO] 
19:48:36 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-tictactoe-gui ---
19:48:37 [INFO] 
19:48:37 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-tictactoe-gui <<<
19:48:37 [INFO] 
19:48:37 [INFO] 
19:48:37 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-tictactoe-gui ---
19:48:37 [INFO] PMD version: 6.30.0
19:48:37 [INFO] 
19:48:37 [INFO] 
19:48:37 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-tictactoe-gui ---
19:48:37 [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
19:48:37 [INFO] 
19:48:37 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-tictactoe-gui ---
19:48:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:48:37 [INFO] Copying 1 resource
19:48:37 [INFO] 
19:48:37 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-tictactoe-gui ---
19:48:38 [WARNING] Can't extract module name from batik-script-1.13.jar: Provider class org.apache.batik.bridge.RhinoInterpreterFactory not in module
19:48:38 [WARNING] Can't extract module name from xalan-2.7.2.jar: Provider class org.apache.bsf.BSFManager not in module
19:48:38 [WARNING] *********************************************************************************************************************************************
19:48:38 [WARNING] * Required filename-based automodules detected: [imageio-batik-3.5.jar]. Please don't publish this project to a public artifact repository! *
19:48:38 [WARNING] *********************************************************************************************************************************************
19:48:38 [INFO] Changes detected - recompiling the module!
19:48:38 [INFO] Compiling 12 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/classes
19:48:38 [INFO] 
19:48:38 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-tictactoe-gui >>>
19:48:38 [INFO] 
19:48:38 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-tictactoe-gui ---
19:48:38 [INFO] Fork Value is true
19:48:44 [INFO] Done SpotBugs Analysis....
19:48:45 [INFO] 
19:48:45 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-tictactoe-gui <<<
19:48:45 [INFO] 
19:48:45 [INFO] 
19:48:45 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-tictactoe-gui ---
19:48:45 [INFO] BugInstance size is 0
19:48:45 [INFO] Error size is 0
19:48:45 [INFO] No errors/warnings found
19:48:45 [INFO] 
19:48:45 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-tictactoe-gui ---
19:48:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:48:45 [INFO] Copying 1 resource
19:48:45 [INFO] 
19:48:45 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-tictactoe-gui ---
19:48:45 [INFO] No sources to compile
19:48:45 [INFO] 
19:48:45 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-tictactoe-gui ---
19:48:45 [JENKINS] Recording test results
19:48:45 [INFO] 
19:48:45 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-tictactoe-gui ---
19:48:45 [INFO] Skipping JaCoCo execution due to missing execution data file.
19:48:45 [INFO] 
19:48:45 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-tictactoe-gui ---
19:48:45 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/ipspiel21-tictactoe-gui-1.0.0-SNAPSHOT.jar
19:48:45 [INFO] 
19:48:45 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-tictactoe-gui ---
19:48:45 [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
19:48:45 [INFO] 
19:48:45 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-tictactoe-gui ---
19:48:45 [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
19:48:45 [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
19:48:45 [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
19:48:45 [INFO] 
19:48:45 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-tictactoe-gui ---
19:48:45 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
19:48:45 [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
19:48:45 [INFO] Rendering site with default locale English (en)
19:48:45 [WARNING] No project URL defined - decoration links will not be relativized!
19:48:45 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:48:45 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
19:48:45 [INFO] Unable to create Maven project from repository for artifact 'commons-io:commons-io:jar:1.3.1', for more information run with -X
19:48:45 [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
19:48:45 [INFO] Unable to create Maven project from repository for artifact 'commons-io:commons-io:jar:1.3.1', for more information run with -X
19:48:45 [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
19:48:47 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
19:48:47 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
19:48:47 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
19:48:47 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
19:48:48 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
19:48:48 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
19:48:48 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
19:48:48 [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
19:48:48 [INFO] 
19:48:48 [INFO] -----< de.fhdw.gaming.ipspiel21:ipspiel21-tictactoe-best-strategy >-----
19:48:48 [INFO] Building IP Spieltheorie 2021 Tic Tac Toe game: Best strategy 1.0.0-SNAPSHOT [21/27]
19:48:48 [INFO] --------------------------------[ jar ]---------------------------------
19:48:48 [INFO] 
19:48:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-tictactoe-best-strategy ---
19:48:48 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target
19:48:48 [INFO] 
19:48:48 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-tictactoe-best-strategy ---
19:48:48 [INFO] You have 0 Checkstyle violations.
19:48:48 [INFO] 
19:48:48 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-tictactoe-best-strategy >>>
19:48:48 [INFO] 
19:48:48 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-tictactoe-best-strategy ---
19:48:49 [INFO] 
19:48:49 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-tictactoe-best-strategy <<<
19:48:49 [INFO] 
19:48:49 [INFO] 
19:48:49 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-tictactoe-best-strategy ---
19:48:49 [INFO] PMD version: 6.30.0
19:48:49 [INFO] 
19:48:49 [INFO] 
19:48:49 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-tictactoe-best-strategy ---
19:48:49 [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
19:48:49 [INFO] 
19:48:49 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-tictactoe-best-strategy ---
19:48:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:48:49 [INFO] Copying 1 resource
19:48:49 [INFO] 
19:48:49 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-tictactoe-best-strategy ---
19:48:49 [INFO] Changes detected - recompiling the module!
19:48:49 [INFO] Compiling 4 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/classes
19:48:49 [INFO] 
19:48:49 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-tictactoe-best-strategy >>>
19:48:49 [INFO] 
19:48:49 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-tictactoe-best-strategy ---
19:48:49 [INFO] Fork Value is true
19:48:53 [INFO] Done SpotBugs Analysis....
19:48:53 [INFO] 
19:48:53 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-tictactoe-best-strategy <<<
19:48:53 [INFO] 
19:48:53 [INFO] 
19:48:53 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-tictactoe-best-strategy ---
19:48:53 [INFO] BugInstance size is 0
19:48:53 [INFO] Error size is 0
19:48:53 [INFO] No errors/warnings found
19:48:53 [INFO] 
19:48:53 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-tictactoe-best-strategy ---
19:48:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:48:53 [INFO] Copying 1 resource
19:48:53 [INFO] 
19:48:53 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-tictactoe-best-strategy ---
19:48:53 [INFO] No sources to compile
19:48:53 [INFO] 
19:48:53 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-tictactoe-best-strategy ---
19:48:53 [JENKINS] Recording test results
19:48:53 [INFO] 
19:48:53 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-tictactoe-best-strategy ---
19:48:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
19:48:53 [INFO] 
19:48:53 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-tictactoe-best-strategy ---
19:48:53 [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
19:48:53 [INFO] 
19:48:53 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-tictactoe-best-strategy ---
19:48:53 [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
19:48:53 [INFO] 
19:48:53 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-tictactoe-best-strategy ---
19:48:53 [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
19:48:53 [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
19:48:53 [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
19:48:53 [INFO] 
19:48:53 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-tictactoe-best-strategy ---
19:48:53 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
19:48:53 [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
19:48:53 [INFO] Rendering site with default locale English (en)
19:48:53 [WARNING] No project URL defined - decoration links will not be relativized!
19:48:53 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:48:53 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
19:48:53 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
19:48:53 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
19:48:53 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
19:48:53 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
19:48:54 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
19:48:54 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
19:48:54 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
19:48:54 [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
19:48:54 [INFO] 
19:48:54 [INFO] ----------< de.fhdw.gaming.ipspiel21:ipspiel21-vier-gewinnt >-----------
19:48:54 [INFO] Building ipspiel21-vier-gewinnt 1.0.0-SNAPSHOT                   [22/27]
19:48:54 [INFO] --------------------------------[ pom ]---------------------------------
19:48:54 [INFO] 
19:48:54 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-vier-gewinnt ---
19:48:54 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/target
19:48:54 [INFO] 
19:48:54 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-vier-gewinnt ---
19:48:54 [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
19:48:54 [INFO] 
19:48:54 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-vier-gewinnt ---
19:48:54 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
19:48:55 [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
19:48:55 [INFO] Rendering site with default locale English (en)
19:48:55 [WARNING] No project URL defined - decoration links will not be relativized!
19:48:55 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:48:55 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
19:48:55 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
19:48:55 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
19:48:55 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
19:48:55 [INFO] Generating "Project Modules" report      --- maven-project-info-reports-plugin:3.1.1:modules
19:48:55 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
19:48:55 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
19:48:55 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
19:48:55 [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
19:48:56 [INFO] 
19:48:56 [INFO] --------< de.fhdw.gaming.ipspiel21:ipspiel21-vier-gewinnt-core >--------
19:48:56 [INFO] Building ipspiel21-vier-gewinnt-core 1.0.0-SNAPSHOT              [23/27]
19:48:56 [INFO] --------------------------------[ jar ]---------------------------------
19:48:56 [INFO] 
19:48:56 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-vier-gewinnt-core ---
19:48:56 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target
19:48:56 [INFO] 
19:48:56 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-vier-gewinnt-core ---
19:48:56 [INFO] You have 0 Checkstyle violations.
19:48:56 [INFO] 
19:48:56 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-vier-gewinnt-core >>>
19:48:56 [INFO] 
19:48:56 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-vier-gewinnt-core ---
19:48:57 [INFO] 
19:48:57 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-vier-gewinnt-core <<<
19:48:57 [INFO] 
19:48:57 [INFO] 
19:48:57 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-vier-gewinnt-core ---
19:48:57 [INFO] PMD version: 6.30.0
19:48:57 [INFO] 
19:48:57 [INFO] 
19:48:57 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-vier-gewinnt-core ---
19:48:57 [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
19:48:57 [INFO] 
19:48:57 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-vier-gewinnt-core ---
19:48:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:48:57 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/src/main/resources
19:48:57 [INFO] 
19:48:57 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-vier-gewinnt-core ---
19:48:57 [INFO] Changes detected - recompiling the module!
19:48:57 [INFO] Compiling 34 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/classes
19:48:58 [INFO] 
19:48:58 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-vier-gewinnt-core >>>
19:48:58 [INFO] 
19:48:58 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-vier-gewinnt-core ---
19:48:58 [INFO] Fork Value is true
19:49:04 [INFO] Done SpotBugs Analysis....
19:49:04 [INFO] 
19:49:04 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-vier-gewinnt-core <<<
19:49:04 [INFO] 
19:49:04 [INFO] 
19:49:04 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-vier-gewinnt-core ---
19:49:04 [INFO] BugInstance size is 0
19:49:04 [INFO] Error size is 0
19:49:04 [INFO] No errors/warnings found
19:49:04 [INFO] 
19:49:04 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-vier-gewinnt-core ---
19:49:04 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:49:04 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/src/test/resources
19:49:04 [INFO] 
19:49:04 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-vier-gewinnt-core ---
19:49:04 [INFO] Changes detected - recompiling the module!
19:49:04 [INFO] Compiling 7 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/test-classes
19:49:04 [INFO] 
19:49:04 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-vier-gewinnt-core ---
19:49:04 [INFO] 
19:49:04 [INFO] -------------------------------------------------------
19:49:04 [INFO]  T E S T S
19:49:04 [INFO] -------------------------------------------------------
19:49:06 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntStateTest
19:49:06 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntStateTest
19:49:06 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.moves.VierGewinntMoveTest
19:49:06 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.moves.VierGewinntMoveTest
19:49:06 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntPlayerTest
19:49:06 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntPlayerTest
19:49:06 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntRowTest
19:49:06 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntRowTest
19:49:06 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntPositionTest
19:49:06 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntPositionTest
19:49:06 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntFieldTest
19:49:06 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntFieldTest
19:49:06 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntBoardTest
19:49:06 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in de.fhdw.gaming.ipspiel21.viergewinnt.core.domain.VierGewinntBoardTest
19:49:06 [INFO] 
19:49:06 [INFO] Results:
19:49:06 [INFO] 
19:49:06 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
19:49:06 [INFO] 
19:49:06 [JENKINS] Recording test results
19:49:06 [INFO] 
19:49:06 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-vier-gewinnt-core ---
19:49:06 [INFO] Loading execution data file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/jacoco.exec
19:49:06 [INFO] Analyzed bundle 'ipspiel21-vier-gewinnt-core' with 25 classes
19:49:06 [INFO] 
19:49:06 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-vier-gewinnt-core ---
19:49:06 [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
19:49:06 [INFO] 
19:49:06 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-vier-gewinnt-core ---
19:49:06 [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
19:49:07 [INFO] 
19:49:07 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-vier-gewinnt-core ---
19:49:07 [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
19:49:07 [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
19:49:07 [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
19:49:07 [INFO] 
19:49:07 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-vier-gewinnt-core ---
19:49:07 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
19:49:07 [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
19:49:07 [INFO] Rendering site with default locale English (en)
19:49:07 [WARNING] No project URL defined - decoration links will not be relativized!
19:49:07 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:49:07 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
19:49:07 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
19:49:07 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
19:49:07 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
19:49:07 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
19:49:08 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
19:49:08 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
19:49:08 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
19:49:08 [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
19:49:08 [INFO] 
19:49:08 [INFO] --------< de.fhdw.gaming.ipspiel21:ipspiel21-vier-gewinnt-gui >---------
19:49:08 [INFO] Building IP Spieltheorie 2021 Vier gewinnt game: GUI 1.0.0-SNAPSHOT [24/27]
19:49:08 [INFO] --------------------------------[ jar ]---------------------------------
19:49:08 [INFO] 
19:49:08 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-vier-gewinnt-gui ---
19:49:08 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target
19:49:08 [INFO] 
19:49:08 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-vier-gewinnt-gui ---
19:49:08 [INFO] You have 0 Checkstyle violations.
19:49:08 [INFO] 
19:49:08 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-vier-gewinnt-gui >>>
19:49:08 [INFO] 
19:49:08 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-vier-gewinnt-gui ---
19:49:09 [INFO] 
19:49:09 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-vier-gewinnt-gui <<<
19:49:09 [INFO] 
19:49:09 [INFO] 
19:49:09 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-vier-gewinnt-gui ---
19:49:09 [INFO] PMD version: 6.30.0
19:49:09 [INFO] 
19:49:09 [INFO] 
19:49:09 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-vier-gewinnt-gui ---
19:49:09 [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
19:49:09 [INFO] 
19:49:09 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-vier-gewinnt-gui ---
19:49:09 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:49:09 [INFO] Copying 1 resource
19:49:09 [INFO] 
19:49:09 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-vier-gewinnt-gui ---
19:49:09 [WARNING] Can't extract module name from batik-script-1.13.jar: Provider class org.apache.batik.bridge.RhinoInterpreterFactory not in module
19:49:09 [WARNING] Can't extract module name from xalan-2.7.2.jar: Provider class org.apache.bsf.BSFManager not in module
19:49:09 [WARNING] *********************************************************************************************************************************************
19:49:09 [WARNING] * Required filename-based automodules detected: [imageio-batik-3.5.jar]. Please don't publish this project to a public artifact repository! *
19:49:09 [WARNING] *********************************************************************************************************************************************
19:49:09 [INFO] Changes detected - recompiling the module!
19:49:09 [INFO] Compiling 12 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/classes
19:49:10 [INFO] 
19:49:10 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-vier-gewinnt-gui >>>
19:49:10 [INFO] 
19:49:10 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-vier-gewinnt-gui ---
19:49:10 [INFO] Fork Value is true
19:49:16 [INFO] Done SpotBugs Analysis....
19:49:17 [INFO] 
19:49:17 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-vier-gewinnt-gui <<<
19:49:17 [INFO] 
19:49:17 [INFO] 
19:49:17 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-vier-gewinnt-gui ---
19:49:17 [INFO] BugInstance size is 0
19:49:17 [INFO] Error size is 0
19:49:17 [INFO] No errors/warnings found
19:49:17 [INFO] 
19:49:17 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-vier-gewinnt-gui ---
19:49:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:49:17 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/src/test/resources
19:49:17 [INFO] 
19:49:17 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-vier-gewinnt-gui ---
19:49:17 [INFO] No sources to compile
19:49:17 [INFO] 
19:49:17 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-vier-gewinnt-gui ---
19:49:17 [INFO] No tests to run.
19:49:17 [JENKINS] Recording test results
19:49:17 [INFO] 
19:49:17 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-vier-gewinnt-gui ---
19:49:17 [INFO] Skipping JaCoCo execution due to missing execution data file.
19:49:17 [INFO] 
19:49:17 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-vier-gewinnt-gui ---
19:49:17 [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
19:49:17 [INFO] 
19:49:17 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-vier-gewinnt-gui ---
19:49:17 [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
19:49:17 [INFO] 
19:49:17 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-vier-gewinnt-gui ---
19:49:17 [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
19:49:17 [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
19:49:17 [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
19:49:17 [INFO] 
19:49:17 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-vier-gewinnt-gui ---
19:49:17 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
19:49:17 [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
19:49:17 [INFO] Rendering site with default locale English (en)
19:49:17 [WARNING] No project URL defined - decoration links will not be relativized!
19:49:17 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:49:17 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
19:49:17 [INFO] Unable to create Maven project from repository for artifact 'commons-io:commons-io:jar:1.3.1', for more information run with -X
19:49:17 [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
19:49:17 [INFO] Unable to create Maven project from repository for artifact 'commons-io:commons-io:jar:1.3.1', for more information run with -X
19:49:17 [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
19:49:19 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
19:49:19 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
19:49:19 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
19:49:19 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
19:49:20 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
19:49:20 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
19:49:20 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
19:49:20 [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
19:49:20 [INFO] 
19:49:20 [INFO] --< de.fhdw.gaming.ipspiel21:ipspiel21-vier-gewinnt-strategies-group1 >--
19:49:20 [INFO] Building ipspiel21-vier-gewinnt-strategies-group1 1.0.0-SNAPSHOT [25/27]
19:49:20 [INFO] --------------------------------[ jar ]---------------------------------
19:49:20 [INFO] 
19:49:20 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:20 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target
19:49:20 [INFO] 
19:49:20 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:21 [INFO] You have 0 Checkstyle violations.
19:49:21 [INFO] 
19:49:21 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-vier-gewinnt-strategies-group1 >>>
19:49:21 [INFO] 
19:49:21 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:21 [INFO] 
19:49:21 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-vier-gewinnt-strategies-group1 <<<
19:49:21 [INFO] 
19:49:21 [INFO] 
19:49:21 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:21 [INFO] PMD version: 6.30.0
19:49:21 [INFO] 
19:49:21 [INFO] 
19:49:21 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:21 [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
19:49:21 [INFO] 
19:49:21 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:49:21 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/src/main/resources
19:49:21 [INFO] 
19:49:21 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:21 [INFO] Changes detected - recompiling the module!
19:49:21 [INFO] Compiling 9 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/classes
19:49:21 [INFO] 
19:49:21 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-vier-gewinnt-strategies-group1 >>>
19:49:21 [INFO] 
19:49:21 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:21 [INFO] Fork Value is true
19:49:26 [INFO] Done SpotBugs Analysis....
19:49:26 [INFO] 
19:49:26 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-vier-gewinnt-strategies-group1 <<<
19:49:26 [INFO] 
19:49:26 [INFO] 
19:49:26 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:26 [INFO] BugInstance size is 0
19:49:26 [INFO] Error size is 0
19:49:26 [INFO] No errors/warnings found
19:49:26 [INFO] 
19:49:26 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:49:26 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/src/test/resources
19:49:26 [INFO] 
19:49:26 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:26 [INFO] Changes detected - recompiling the module!
19:49:26 [INFO] Compiling 2 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/test-classes
19:49:26 [INFO] 
19:49:26 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:26 [INFO] 
19:49:26 [INFO] -------------------------------------------------------
19:49:26 [INFO]  T E S T S
19:49:26 [INFO] -------------------------------------------------------
19:49:28 [INFO] Running de.fhdw.ipspiel21.viergewinnt.strategies.group1.strategy.VierGewinntEvaluationTest
19:49:28 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in de.fhdw.ipspiel21.viergewinnt.strategies.group1.strategy.VierGewinntEvaluationTest
19:49:28 [INFO] 
19:49:28 [INFO] Results:
19:49:28 [INFO] 
19:49:28 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
19:49:28 [INFO] 
19:49:28 [JENKINS] Recording test results
19:49:28 [INFO] 
19:49:28 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:28 [INFO] Loading execution data file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/jacoco.exec
19:49:28 [INFO] Analyzed bundle 'ipspiel21-vier-gewinnt-strategies-group1' with 8 classes
19:49:28 [INFO] 
19:49:28 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:28 [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
19:49:28 [INFO] 
19:49:28 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:28 [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
19:49:28 [INFO] 
19:49:28 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:28 [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
19:49:28 [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
19:49:28 [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
19:49:28 [INFO] 
19:49:28 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-vier-gewinnt-strategies-group1 ---
19:49:28 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
19:49:28 [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
19:49:28 [INFO] Rendering site with default locale English (en)
19:49:28 [WARNING] No project URL defined - decoration links will not be relativized!
19:49:28 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:49:28 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
19:49:29 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
19:49:29 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
19:49:29 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
19:49:29 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
19:49:29 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
19:49:29 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
19:49:29 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
19:49:29 [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
19:49:30 [INFO] 
19:49:30 [INFO] --< de.fhdw.gaming.ipspiel21:ipspiel21-vier-gewinnt-strategies-group2 >--
19:49:30 [INFO] Building ipspiel21-vier-gewinnt-strategies-group2 1.0.0-SNAPSHOT [26/27]
19:49:30 [INFO] --------------------------------[ jar ]---------------------------------
19:49:30 [INFO] 
19:49:30 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:30 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target
19:49:30 [INFO] 
19:49:30 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:30 [INFO] You have 0 Checkstyle violations.
19:49:30 [INFO] 
19:49:30 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-vier-gewinnt-strategies-group2 >>>
19:49:30 [INFO] 
19:49:30 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:31 [INFO] 
19:49:31 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-vier-gewinnt-strategies-group2 <<<
19:49:31 [INFO] 
19:49:31 [INFO] 
19:49:31 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:31 [INFO] PMD version: 6.30.0
19:49:31 [INFO] 
19:49:31 [INFO] 
19:49:31 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49: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-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/jacoco.exec
19:49:31 [INFO] 
19:49:31 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:49:31 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/src/main/resources
19:49:31 [INFO] 
19:49:31 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:31 [INFO] Changes detected - recompiling the module!
19:49:31 [INFO] Compiling 9 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/classes
19:49:31 [INFO] 
19:49:31 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-vier-gewinnt-strategies-group2 >>>
19:49:31 [INFO] 
19:49:31 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:31 [INFO] Fork Value is true
19:49:35 [INFO] Done SpotBugs Analysis....
19:49:35 [INFO] 
19:49:35 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-vier-gewinnt-strategies-group2 <<<
19:49:35 [INFO] 
19:49:35 [INFO] 
19:49:35 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:35 [INFO] BugInstance size is 0
19:49:35 [INFO] Error size is 0
19:49:35 [INFO] No errors/warnings found
19:49:35 [INFO] 
19:49:35 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:49:35 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/src/test/resources
19:49:35 [INFO] 
19:49:35 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:35 [INFO] Changes detected - recompiling the module!
19:49:35 [INFO] Compiling 2 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/test-classes
19:49:35 [INFO] 
19:49:35 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:35 [INFO] 
19:49:35 [INFO] -------------------------------------------------------
19:49:35 [INFO]  T E S T S
19:49:35 [INFO] -------------------------------------------------------
19:49:37 [INFO] Running de.fhdw.gaming.ipspiel21.viergewinnt.strategies.group2.strategy.VierGewinntEvaluationTest
19:49:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in de.fhdw.gaming.ipspiel21.viergewinnt.strategies.group2.strategy.VierGewinntEvaluationTest
19:49:37 [INFO] 
19:49:37 [INFO] Results:
19:49:37 [INFO] 
19:49:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
19:49:37 [INFO] 
19:49:37 [JENKINS] Recording test results
19:49:37 [INFO] 
19:49:37 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:37 [INFO] Loading execution data file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/jacoco.exec
19:49:37 [INFO] Analyzed bundle 'ipspiel21-vier-gewinnt-strategies-group2' with 8 classes
19:49:37 [INFO] 
19:49:37 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:37 [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
19:49:37 [INFO] 
19:49:37 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:37 [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
19:49:37 [INFO] 
19:49:37 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:37 [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
19:49:37 [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
19:49:37 [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
19:49:37 [INFO] 
19:49:37 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-vier-gewinnt-strategies-group2 ---
19:49:37 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
19:49: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
19:49:37 [INFO] Rendering site with default locale English (en)
19:49:37 [WARNING] No project URL defined - decoration links will not be relativized!
19:49:37 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:49:37 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
19:49:38 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
19:49:38 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
19:49:38 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
19:49:38 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
19:49:38 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
19:49:38 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
19:49:38 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
19:49:38 [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
19:49:39 [INFO] 
19:49:39 [INFO] -------< de.fhdw.gaming.ipspiel21:ipspiel21-iterational-contest >-------
19:49:39 [INFO] Building IP Spieltheorie 2021 Gaming Iterational Contest 1.0.0-SNAPSHOT [27/27]
19:49:39 [INFO] --------------------------------[ jar ]---------------------------------
19:49:39 [INFO] 
19:49:39 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ipspiel21-iterational-contest ---
19:49:39 [INFO] Deleting /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target
19:49:39 [INFO] 
19:49:39 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ ipspiel21-iterational-contest ---
19:49:39 [INFO] You have 0 Checkstyle violations.
19:49:39 [INFO] 
19:49:39 [INFO] >>> maven-pmd-plugin:3.14.0:check (pmd) > :pmd @ ipspiel21-iterational-contest >>>
19:49:39 [INFO] 
19:49:39 [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ ipspiel21-iterational-contest ---
19:49:40 [INFO] 
19:49:40 [INFO] <<< maven-pmd-plugin:3.14.0:check (pmd) < :pmd @ ipspiel21-iterational-contest <<<
19:49:40 [INFO] 
19:49:40 [INFO] 
19:49:40 [INFO] --- maven-pmd-plugin:3.14.0:check (pmd) @ ipspiel21-iterational-contest ---
19:49:40 [INFO] PMD version: 6.30.0
19:49:40 [INFO] 
19:49:40 [INFO] 
19:49:40 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ ipspiel21-iterational-contest ---
19:49: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-iterational-contest/target/jacoco.exec
19:49:40 [INFO] 
19:49:40 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ipspiel21-iterational-contest ---
19:49:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:49:40 [INFO] Copying 1 resource
19:49:40 [INFO] 
19:49:40 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ ipspiel21-iterational-contest ---
19:49:40 [INFO] Required filename-based automodules detected: [commons-cli-1.4.jar]. Please don't publish this project to a public artifact repository!
19:49:40 [INFO] Changes detected - recompiling the module!
19:49:40 [INFO] Compiling 6 source files to /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/classes
19:49:40 [INFO] 
19:49:40 [INFO] >>> spotbugs-maven-plugin:4.2.0:check (spotbugs) > :spotbugs @ ipspiel21-iterational-contest >>>
19:49:40 [INFO] 
19:49:40 [INFO] --- spotbugs-maven-plugin:4.2.0:spotbugs (spotbugs) @ ipspiel21-iterational-contest ---
19:49:40 [INFO] Fork Value is true
19:49:44 [INFO] Done SpotBugs Analysis....
19:49:44 [INFO] 
19:49:44 [INFO] <<< spotbugs-maven-plugin:4.2.0:check (spotbugs) < :spotbugs @ ipspiel21-iterational-contest <<<
19:49:44 [INFO] 
19:49:44 [INFO] 
19:49:44 [INFO] --- spotbugs-maven-plugin:4.2.0:check (spotbugs) @ ipspiel21-iterational-contest ---
19:49:44 [INFO] BugInstance size is 0
19:49:44 [INFO] Error size is 0
19:49:44 [INFO] No errors/warnings found
19:49:44 [INFO] 
19:49:44 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ipspiel21-iterational-contest ---
19:49:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:49:44 [INFO] Copying 1 resource
19:49:44 [INFO] 
19:49:44 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ ipspiel21-iterational-contest ---
19:49:44 [INFO] No sources to compile
19:49:44 [INFO] 
19:49:44 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ ipspiel21-iterational-contest ---
19:49:44 [JENKINS] Recording test results
19:49:44 [INFO] 
19:49:44 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ ipspiel21-iterational-contest ---
19:49:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
19:49:44 [INFO] 
19:49:44 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ ipspiel21-iterational-contest ---
19:49:44 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/ipspiel21-iterational-contest-1.0.0-SNAPSHOT.jar
19:49:44 [INFO] 
19:49:44 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ ipspiel21-iterational-contest ---
19:49:44 [INFO] Building jar: /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/ipspiel21-iterational-contest-1.0.0-SNAPSHOT-sources.jar
19:49:44 [INFO] 
19:49:44 [INFO] --- maven-install-plugin:2.4:install (default-install) @ ipspiel21-iterational-contest ---
19:49:44 [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
19:49:44 [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
19:49:45 [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
19:49:45 [INFO] 
19:49:45 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ ipspiel21-iterational-contest ---
19:49:45 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
19:49:45 [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
19:49:45 [INFO] Rendering site with default locale English (en)
19:49:45 [WARNING] No project URL defined - decoration links will not be relativized!
19:49:45 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:49:45 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
19:49:45 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
19:49:45 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
19:49:45 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
19:49:45 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
19:49:45 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
19:49:46 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
19:49:46 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
19:49:46 [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
19:49:48 [INFO] ------------------------------------------------------------------------
19:49:48 [INFO] Reactor Summary for IP Spieltheorie 2021 1.0.0-SNAPSHOT:
19:49:48 [INFO] 
19:49:48 [INFO] IP Spieltheorie 2021 ............................... SUCCESS [  7.856 s]
19:49:48 [INFO] IP Spieltheorie 2021 Build Tools ................... SUCCESS [  2.579 s]
19:49:48 [INFO] IP Spieltheorie 2021 evolution relation ............ SUCCESS [ 27.313 s]
19:49:48 [INFO] IP Spieltheorie 2021 Demo Game ..................... SUCCESS [ 15.251 s]
19:49:48 [INFO] ipspiel21-rock-paper-scissors ...................... SUCCESS [ 24.770 s]
19:49:48 [INFO] IP Spieltheorie 2021 Kopfzahl Game ................. SUCCESS [ 18.723 s]
19:49:48 [INFO] IP Spieltheorie 2021 Kopfzahlkante Game ............ SUCCESS [ 36.619 s]
19:49:48 [INFO] IP Spieltheorie 2021 prisoner dilemma Game ......... SUCCESS [  1.142 s]
19:49:48 [INFO] IP Spieltheorie 2021 original dilemma game ......... SUCCESS [ 21.258 s]
19:49:48 [INFO] IP Spieltheorie 2021 basic dilemma game ............ SUCCESS [ 11.922 s]
19:49:48 [INFO] IP Spieltheorie 2021 Configuration Customized ...... SUCCESS [  1.187 s]
19:49:48 [INFO] IP Spieltheorie 2021 Configuration Customized Strategy Core SUCCESS [  9.681 s]
19:49:48 [INFO] IP Spieltheorie 2021 Configuration Customized Strategy Gui SUCCESS [ 14.425 s]
19:49:48 [INFO] IP Spieltheorie 2021 customized dilemma game ....... SUCCESS [ 10.449 s]
19:49:48 [INFO] IP Spieltheorie 2021 Freizeit Game ................. SUCCESS [ 18.714 s]
19:49:48 [INFO] IP Spieltheorie 2021 search tree algorithms ........ SUCCESS [  9.822 s]
19:49:48 [INFO] IP Spieltheorie 2021 Tic Tac Toe game .............. SUCCESS [  0.905 s]
19:49:48 [INFO] IP Spieltheorie 2021 Tic Tac Toe game: Core ........ SUCCESS [ 13.309 s]
19:49:48 [INFO] IP Spieltheorie 2021 Tic Tac Toe game: Random strategy SUCCESS [  6.136 s]
19:49:48 [INFO] IP Spieltheorie 2021 Tic Tac Toe game: GUI ......... SUCCESS [ 12.099 s]
19:49:48 [INFO] IP Spieltheorie 2021 Tic Tac Toe game: Best strategy SUCCESS [  6.010 s]
19:49:48 [INFO] ipspiel21-vier-gewinnt ............................. SUCCESS [  1.050 s]
19:49:48 [INFO] ipspiel21-vier-gewinnt-core ........................ SUCCESS [ 12.361 s]
19:49:48 [INFO] IP Spieltheorie 2021 Vier gewinnt game: GUI ........ SUCCESS [ 12.111 s]
19:49:48 [INFO] ipspiel21-vier-gewinnt-strategies-group1 ........... SUCCESS [  9.313 s]
19:49:48 [INFO] ipspiel21-vier-gewinnt-strategies-group2 ........... SUCCESS [  9.001 s]
19:49:48 [INFO] IP Spieltheorie 2021 Gaming Iterational Contest .... SUCCESS [  6.969 s]
19:49:48 [INFO] ------------------------------------------------------------------------
19:49:48 [INFO] BUILD SUCCESS
19:49:48 [INFO] ------------------------------------------------------------------------
19:49:48 [INFO] Total time:  05:27 min
19:49:48 [INFO] Finished at: 2022-05-09T19:49:48+02:00
19:49:48 [INFO] ------------------------------------------------------------------------
19:49:48 Waiting for Jenkins to finish collecting data
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 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
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 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
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-build-tools@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 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
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 [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
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 [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
19:49:48 Copying /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/ipspiel21
19:49:48 channel stopped
19:49:48 [PMD] Searching for all files in '/var/lib/jenkins/home/jobs/ipspiel21/workspace' that match the pattern '**/target/pmd.xml'
19:49:48 [PMD] -> found 22 files
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-configCustomStrategy/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal/target/pmd.xml
19:49:48 [PMD] -> found 1 issue (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/pmd.xml
19:49:48 [PMD] -> found 0 issues (skipped 0 duplicates)
19:49:48 [PMD] Post processing issues on 'Master' with source code encoding 'UTF-8'
19:49:48 [PMD] Creating SCM blamer to obtain author and commit information for affected files
19:49:48 [PMD] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
19:49:48 [PMD] Resolving file names for all issues in workspace '/var/lib/jenkins/home/jobs/ipspiel21/workspace'
19:49:48 [PMD] -> resolved paths in source directory (1 found, 0 not found)
19:49:48 [PMD] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
19:49:48 [PMD] -> resolved module names for 1 issues
19:49:48 [PMD] Resolving package names (or namespaces) by parsing the affected files
19:49:48 [PMD] -> all affected files already have a valid package name
19:49:48 [PMD] No filter has been set, publishing all 1 issues
19:49:48 [PMD] Creating fingerprints for all affected code blocks to track issues over different builds
19:49:48 [PMD] -> created fingerprints for 1 issues (skipped 0 issues)
19:49:48 [PMD] Copying affected files to Jenkins' build folder '/var/lib/jenkins/home/jobs/ipspiel21/builds/258/files-with-issues'
19:49:48 [PMD] -> 1 copied, 0 not in workspace, 0 not-found, 0 with I/O error
19:49:48 [PMD] Repository miner is not configured, skipping repository mining
19:49:48 [PMD] Reference build recorder is not configured
19:49:48 [PMD] Obtaining reference build from same job (ipspiel21)
19:49:48 [PMD] Using reference build 'ipspiel21 #257' to compute new, fixed, and outstanding issues
19:49:48 [PMD] Issues delta (vs. reference build): outstanding: 1, new: 0, fixed: 0
19:49:48 [PMD] No quality gates have been set - skipping
19:49:48 [PMD] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
19:49:48 [PMD] Created analysis result for 1 issues (found 0 new issues, fixed 0 issues)
19:49:48 [PMD] Attaching ResultAction with ID 'pmd' to build 'ipspiel21 #258'.
19:49:48 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
19:49:48 [SpotBugs] Searching for all files in '/var/lib/jenkins/home/jobs/ipspiel21/workspace' that match the pattern '**/target/spotbugs/spotbugsXml.xml'
19:49:48 [SpotBugs] -> found 22 files
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-configCustomStrategy/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/spotbugs/spotbugsXml.xml
19:49:48 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:49:48 [SpotBugs] Skipping post processing
19:49:48 [SpotBugs] No filter has been set, publishing all 0 issues
19:49:48 [SpotBugs] Repository miner is not configured, skipping repository mining
19:49:48 [SpotBugs] Reference build recorder is not configured
19:49:48 [SpotBugs] Obtaining reference build from same job (ipspiel21)
19:49:48 [SpotBugs] Using reference build 'ipspiel21 #257' to compute new, fixed, and outstanding issues
19:49:48 [SpotBugs] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
19:49:48 [SpotBugs] No quality gates have been set - skipping
19:49:48 [SpotBugs] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
19:49:48 [SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
19:49:48 [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'ipspiel21 #258'.
19:49:48 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
19:49:49 [CheckStyle] Searching for all files in '/var/lib/jenkins/home/jobs/ipspiel21/workspace' that match the pattern '**/checkstyle-result.xml'
19:49:49 [CheckStyle] -> found 22 files
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-configCustomStrategy/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/target/checkstyle-result.xml
19:49:49 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:49:49 [CheckStyle] Skipping post processing
19:49:49 [CheckStyle] No filter has been set, publishing all 0 issues
19:49:49 [CheckStyle] Repository miner is not configured, skipping repository mining
19:49:49 [CheckStyle] Reference build recorder is not configured
19:49:49 [CheckStyle] Obtaining reference build from same job (ipspiel21)
19:49:49 [CheckStyle] Using reference build 'ipspiel21 #257' to compute new, fixed, and outstanding issues
19:49:49 [CheckStyle] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
19:49:49 [CheckStyle] No quality gates have been set - skipping
19:49:49 [CheckStyle] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
19:49:49 [CheckStyle] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
19:49:49 [CheckStyle] Attaching ResultAction with ID 'checkstyle' to build 'ipspiel21 #258'.
19:49:49 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
19:49:49 [JaCoCo plugin] Collecting JaCoCo coverage data...
19:49:49 [JaCoCo plugin] **/*-core/target/jacoco.exec;**/*-core/target/classes;**/src/main/java; locations are configured
19:49:49 [JaCoCo plugin] Number of found exec files for pattern **/*-core/target/jacoco.exec: 2
19:49: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
19:49:49 [JaCoCo plugin] Saving matched class directories for class-pattern: **/*-core/target/classes: 
19:49:49 [JaCoCo plugin]  - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/target/classes 51 files
19:49:49 [JaCoCo plugin]  - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/target/classes 42 files
19:49:49 [JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: 
19:49:49 [JaCoCo plugin] Source Inclusions: **/*.java
19:49:49 [JaCoCo plugin] Source Exclusions: 
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customCore/src/main/java 2 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-customStrategy/ipspiel21-customGui/src/main/java 2 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-demo/src/main/java 28 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaBasic/src/main/java 2 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaCustomized/src/main/java 3 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-dilemma/ipspiel21-dilemmaOriginal/src/main/java 46 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-evolution/src/main/java 9 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-freizeit/src/main/java 33 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-iterational-contest/src/main/java 6 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahl/src/main/java 29 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-kopfzahlkante/src/main/java 34 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-rock-paper-scissors/src/main/java 33 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-search-trees/src/main/java 8 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-best-strategy/src/main/java 4 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-core/src/main/java 35 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-gui/src/main/java 12 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-tictactoe/ipspiel21-tictactoe-strategy-random/src/main/java 3 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-core/src/main/java 34 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-gui/src/main/java 12 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group1/src/main/java 9 files
19:49:49 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/ipspiel21/workspace/ipspiel21-vier-gewinnt/ipspiel21-vier-gewinnt-strategies-group2/src/main/java 9 files
19:49:49 [JaCoCo plugin] Loading inclusions files..
19:49:49 [JaCoCo plugin] inclusions: []
19:49:49 [JaCoCo plugin] exclusions: [**/module-info.class]
19:49:49 [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]
19:49:49 [JaCoCo plugin] Publishing the results..
19:49:49 [JaCoCo plugin] Loading packages..
19:49:49 [JaCoCo plugin] Done.
19:49:49 [JaCoCo plugin] Overall coverage: class: 89.47369, method: 79.16667, line: 74.62236, branch: 76.666664, instruction: 73.837105, complexity: 73.19149
19:49:49 [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]
19:49:49 [JaCoCo plugin] Apply Min/Max thresholds result: SUCCESS
19:49:49 Finished: SUCCESS