Skip to content
Success

Console Output

19:38:09 Started by an SCM change
19:38:09 Running as SYSTEM
19:38:09 Building in workspace /var/lib/jenkins/home/jobs/othello/workspace
19:38:09 The recommended git tool is: NONE
19:38:09 using credential 46247283-e2f4-4c6e-8a6e-5a6fa3bcfebf
19:38:09  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/home/jobs/othello/workspace/.git # timeout=10
19:38:09 Fetching changes from the remote Git repository
19:38:09  > /usr/bin/git config remote.origin.url http://localhost:3000/Gaming/othello.git # timeout=10
19:38:10 Fetching upstream changes from http://localhost:3000/Gaming/othello.git
19:38:10  > /usr/bin/git --version # timeout=10
19:38:10  > git --version # 'git version 2.38.2'
19:38:10 using GIT_ASKPASS to set credentials 
19:38:10  > /usr/bin/git fetch --tags --force --progress -- http://localhost:3000/Gaming/othello.git +refs/heads/*:refs/remotes/origin/* # timeout=10
19:38:10  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
19:38:10 Checking out Revision 55da90aa130b01368e924a522f15c03f10c4c42d (refs/remotes/origin/master)
19:38:10  > /usr/bin/git config core.sparsecheckout # timeout=10
19:38:10  > /usr/bin/git checkout -f 55da90aa130b01368e924a522f15c03f10c4c42d # timeout=10
19:38:10 Commit message: "othello: launch configurations updated"
19:38:10  > /usr/bin/git rev-list --no-walk 1566ffb57be646a49b3894cc78ff32bc745ca48b # timeout=10
19:38:10 Parsing POMs
19:38:10 Established TCP socket on 38269
19:38:10 [workspace] $ /usr/lib/jvm/openjdk-bin-11/bin/java -Xmx1024m -XX:MaxPermSize=128m -cp /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/usr/share/maven-bin-3.8/boot/plexus-classworlds-2.6.0.jar:/usr/share/maven-bin-3.8/conf/logging jenkins.maven3.agent.Maven35Main /usr/share/maven-bin-3.8 /var/lib/jenkins/home/war/WEB-INF/lib/remoting-3071.v7e9b_0dc08466.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 38269
19:38:10 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
19:38:11 <===[JENKINS REMOTING CAPACITY]===>channel started
19:38:12 Executing Maven:  -B -f /var/lib/jenkins/home/jobs/othello/workspace/pom.xml clean install site
19:38:13 [INFO] Scanning for projects...
19:38:14 [INFO] ------------------------------------------------------------------------
19:38:14 [INFO] Reactor Build Order:
19:38:14 [INFO] 
19:38:14 [INFO] Othello                                                            [pom]
19:38:14 [INFO] Othello Build Tools                                                [jar]
19:38:14 [INFO] Othello Core                                                       [jar]
19:38:14 [INFO] Othello Strategy Examples                                          [jar]
19:38:14 [INFO] Othello Strategy Template                                          [jar]
19:38:14 [INFO] Othello GUI                                                        [jar]
19:38:14 [INFO] 
19:38:14 [INFO] -------------------< de.fhdw.gaming.othello:othello >-------------------
19:38:14 [INFO] Building Othello 1.0.0-SNAPSHOT                                    [1/6]
19:38:14 [INFO] --------------------------------[ pom ]---------------------------------
19:38:14 [INFO] 
19:38:14 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ othello ---
19:38:14 [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/target
19:38:14 [INFO] 
19:38:14 [INFO] --- maven-install-plugin:2.4:install (default-install) @ othello ---
19:38:14 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello/1.0.0-SNAPSHOT/othello-1.0.0-SNAPSHOT.pom
19:38:14 [INFO] 
19:38:14 [INFO] --- maven-site-plugin:3.12.1:site (default-site) @ othello ---
19:38:15 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.1
19:38:16 [INFO] 16 reports detected for maven-project-info-reports-plugin:3.4.1: ci-management, dependencies, dependency-convergence, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
19:38:16 [INFO] Rendering site with default locale English (en)
19:38:16 [WARNING] No project URL defined - decoration links will not be relativized!
19:38:16 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:38:16 [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:3.4.1:dependency-convergence
19:38:16 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.4.1:dependency-info
19:38:16 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.4.1:dependency-management
19:38:16 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.4.1:index
19:38:16 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.4.1:licenses
19:38:17 [INFO] Generating "Project Modules" report      --- maven-project-info-reports-plugin:3.4.1:modules
19:38:17 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.4.1:plugin-management
19:38:18 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.4.1:plugins
19:38:18 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.4.1:summary
19:38:18 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.4.1:team
19:38:18 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/othello/workspace/target/site to /var/lib/jenkins/home/jobs/othello/workspace@tmp/maven-reporters/moduleset/site
19:38:19 [INFO] 
19:38:19 [INFO] -------------< de.fhdw.gaming.othello:othello-build-tools >-------------
19:38:19 [INFO] Building Othello Build Tools 1.0.0-SNAPSHOT                        [2/6]
19:38:19 [INFO] --------------------------------[ jar ]---------------------------------
19:38:19 [INFO] 
19:38:19 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ othello-build-tools ---
19:38:19 [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/othello-build-tools/target
19:38:19 [INFO] 
19:38:19 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ othello-build-tools ---
19:38:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:38:19 [INFO] Copying 3 resources
19:38:19 [INFO] 
19:38:19 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ othello-build-tools ---
19:38:19 [INFO] No sources to compile
19:38:20 [INFO] 
19:38:20 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ othello-build-tools ---
19:38:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:38:20 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/othello/workspace/othello-build-tools/src/test/resources
19:38:20 [INFO] 
19:38:20 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ othello-build-tools ---
19:38:20 [INFO] No sources to compile
19:38:20 [INFO] 
19:38:20 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ othello-build-tools ---
19:38:20 [INFO] No tests to run.
19:38:20 [JENKINS] Recording test results
19:38:20 [INFO] 
19:38:20 [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ othello-build-tools ---
19:38:20 [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello-build-tools/target/othello-build-tools-1.0.0-SNAPSHOT.jar
19:38:20 [INFO] 
19:38:20 [INFO] --- maven-install-plugin:2.4:install (default-install) @ othello-build-tools ---
19:38:20 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-build-tools/target/othello-build-tools-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-build-tools/1.0.0-SNAPSHOT/othello-build-tools-1.0.0-SNAPSHOT.jar
19:38:20 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-build-tools/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-build-tools/1.0.0-SNAPSHOT/othello-build-tools-1.0.0-SNAPSHOT.pom
19:38:20 [INFO] 
19:38:20 [INFO] --- maven-site-plugin:3.12.1:site (default-site) @ othello-build-tools ---
19:38:20 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.1
19:38:20 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.4.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
19:38:20 [INFO] Rendering site with default locale English (en)
19:38:20 [WARNING] No project URL defined - decoration links will not be relativized!
19:38:20 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:38:20 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.4.1:dependency-info
19:38:20 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.4.1:dependency-management
19:38:20 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.4.1:index
19:38:20 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.4.1:licenses
19:38:21 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.4.1:plugin-management
19:38:21 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.4.1:plugins
19:38:21 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.4.1:summary
19:38:21 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.4.1:team
19:38:21 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/othello/workspace/othello-build-tools/target/site to /var/lib/jenkins/home/jobs/othello/workspace/othello-build-tools@tmp/maven-reporters/moduleset/site/othello-build-tools
19:38:22 [INFO] 
19:38:22 [INFO] ----------------< de.fhdw.gaming.othello:othello-core >-----------------
19:38:22 [INFO] Building Othello Core 1.0.0-SNAPSHOT                               [3/6]
19:38:22 [INFO] --------------------------------[ jar ]---------------------------------
19:38:22 [INFO] 
19:38:22 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ othello-core ---
19:38:22 [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target
19:38:22 [INFO] 
19:38:22 [INFO] --- maven-checkstyle-plugin:3.2.0:check (checkstyle) @ othello-core ---
19:38:24 [INFO] You have 0 Checkstyle violations.
19:38:24 [INFO] 
19:38:24 [INFO] >>> maven-pmd-plugin:3.19.0:check (pmd) > :pmd @ othello-core >>>
19:38:24 [INFO] 
19:38:24 [INFO] --- maven-pmd-plugin:3.19.0:pmd (pmd) @ othello-core ---
19:38:25 [INFO] PMD version: 6.49.0
19:38:30 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:38:30 [INFO] 
19:38:30 [INFO] <<< maven-pmd-plugin:3.19.0:check (pmd) < :pmd @ othello-core <<<
19:38:30 [INFO] 
19:38:30 [INFO] 
19:38:30 [INFO] --- maven-pmd-plugin:3.19.0:check (pmd) @ othello-core ---
19:38:30 [INFO] PMD version: 6.49.0
19:38:30 [INFO] 
19:38:30 [INFO] 
19:38:30 [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (jacoco-initialize) @ othello-core ---
19:38:30 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/jacoco.exec
19:38:30 [INFO] 
19:38:30 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ othello-core ---
19:38:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:38:30 [INFO] Copying 1 resource
19:38:30 [INFO] 
19:38:30 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ othello-core ---
19:38:30 [INFO] Changes detected - recompiling the module!
19:38:30 [INFO] Compiling 32 source files to /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/classes
19:38:32 [INFO] 
19:38:32 [INFO] >>> spotbugs-maven-plugin:4.7.2.0:check (spotbugs) > :spotbugs @ othello-core >>>
19:38:32 [INFO] 
19:38:32 [INFO] --- spotbugs-maven-plugin:4.7.2.0:spotbugs (spotbugs) @ othello-core ---
19:38:33 [INFO] Fork Value is true
19:38:38 [INFO] Done SpotBugs Analysis....
19:38:39 [INFO] 
19:38:39 [INFO] <<< spotbugs-maven-plugin:4.7.2.0:check (spotbugs) < :spotbugs @ othello-core <<<
19:38:39 [INFO] 
19:38:39 [INFO] 
19:38:39 [INFO] --- spotbugs-maven-plugin:4.7.2.0:check (spotbugs) @ othello-core ---
19:38:39 [INFO] BugInstance size is 0
19:38:39 [INFO] Error size is 0
19:38:39 [INFO] No errors/warnings found
19:38:39 [INFO] 
19:38:39 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ othello-core ---
19:38:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:38:39 [INFO] Copying 1 resource
19:38:39 [INFO] 
19:38:39 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ othello-core ---
19:38:39 [INFO] Changes detected - recompiling the module!
19:38:39 [INFO] Compiling 15 source files to /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/test-classes
19:38:41 [INFO] 
19:38:41 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ othello-core ---
19:38:41 [INFO] 
19:38:41 [INFO] -------------------------------------------------------
19:38:41 [INFO]  T E S T S
19:38:41 [INFO] -------------------------------------------------------
19:38:43 [INFO] Running de.fhdw.gaming.othello.core.moves.impl.OthelloPlaceTokenMoveImplTest
19:38:43 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in de.fhdw.gaming.othello.core.moves.impl.OthelloPlaceTokenMoveImplTest
19:38:43 [INFO] Running de.fhdw.gaming.othello.core.moves.impl.OthelloSkipMoveImplTest
19:38:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in de.fhdw.gaming.othello.core.moves.impl.OthelloSkipMoveImplTest
19:38:43 [INFO] Running de.fhdw.gaming.othello.core.domain.OthelloFieldStateTest
19:38:43 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in de.fhdw.gaming.othello.core.domain.OthelloFieldStateTest
19:38:43 [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloBoardImplTest
19:38:43 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in de.fhdw.gaming.othello.core.domain.impl.OthelloBoardImplTest
19:38:43 [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPositionTest
19:38:43 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in de.fhdw.gaming.othello.core.domain.impl.OthelloPositionTest
19:38:43 [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloGameBuilderImplTest
19:38:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in de.fhdw.gaming.othello.core.domain.impl.OthelloGameBuilderImplTest
19:38:43 [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloStateImplTest
19:38:43 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in de.fhdw.gaming.othello.core.domain.impl.OthelloStateImplTest
19:38:43 [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloFieldImplTest
19:38:43 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in de.fhdw.gaming.othello.core.domain.impl.OthelloFieldImplTest
19:38:43 [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerImplTest
19:38:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerImplTest
19:38:43 [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerBuilderImplTest
19:38:43 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerBuilderImplTest
19:38:43 [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloGameImplTest
19:38:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 s - in de.fhdw.gaming.othello.core.domain.impl.OthelloGameImplTest
19:38:45 [INFO] 
19:38:45 [INFO] Results:
19:38:45 [INFO] 
19:38:45 [INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0
19:38:45 [INFO] 
19:38:45 [JENKINS] Recording test results
19:38:45 [INFO] 
19:38:45 [INFO] --- jacoco-maven-plugin:0.8.8:report (jacoco-site) @ othello-core ---
19:38:45 [INFO] Loading execution data file /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/jacoco.exec
19:38:45 [INFO] Analyzed bundle 'Othello Core' with 28 classes
19:38:45 [INFO] 
19:38:45 [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ othello-core ---
19:38:45 [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/othello-core-1.0.0-SNAPSHOT.jar
19:38:46 [INFO] 
19:38:46 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ othello-core ---
19:38:46 [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/othello-core-1.0.0-SNAPSHOT-sources.jar
19:38:46 [INFO] 
19:38:46 [INFO] --- maven-install-plugin:2.4:install (default-install) @ othello-core ---
19:38:46 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/othello-core-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-core/1.0.0-SNAPSHOT/othello-core-1.0.0-SNAPSHOT.jar
19:38:46 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-core/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-core/1.0.0-SNAPSHOT/othello-core-1.0.0-SNAPSHOT.pom
19:38:46 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/othello-core-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-core/1.0.0-SNAPSHOT/othello-core-1.0.0-SNAPSHOT-sources.jar
19:38:46 [INFO] 
19:38:46 [INFO] --- maven-site-plugin:3.12.1:site (default-site) @ othello-core ---
19:38:46 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.1
19:38:46 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.4.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
19:38:46 [INFO] Rendering site with default locale English (en)
19:38:46 [WARNING] No project URL defined - decoration links will not be relativized!
19:38:46 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:38:46 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.4.1:dependencies
19:38:47 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.4.1:dependency-info
19:38:47 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.4.1:dependency-management
19:38:47 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.4.1:index
19:38:47 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.4.1:licenses
19:38:47 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.4.1:plugin-management
19:38:47 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.4.1:plugins
19:38:47 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.4.1:summary
19:38:48 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.4.1:team
19:38:48 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/site to /var/lib/jenkins/home/jobs/othello/workspace/othello-core@tmp/maven-reporters/moduleset/site/othello-core
19:38:48 [INFO] 
19:38:48 [INFO] ----------< de.fhdw.gaming.othello:othello-strategy-examples >----------
19:38:48 [INFO] Building Othello Strategy Examples 1.0.0-SNAPSHOT                  [4/6]
19:38:48 [INFO] --------------------------------[ jar ]---------------------------------
19:38:48 [INFO] 
19:38:48 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ othello-strategy-examples ---
19:38:48 [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target
19:38:48 [INFO] 
19:38:48 [INFO] --- maven-checkstyle-plugin:3.2.0:check (checkstyle) @ othello-strategy-examples ---
19:38:49 [INFO] You have 0 Checkstyle violations.
19:38:49 [INFO] 
19:38:49 [INFO] >>> maven-pmd-plugin:3.19.0:check (pmd) > :pmd @ othello-strategy-examples >>>
19:38:49 [INFO] 
19:38:49 [INFO] --- maven-pmd-plugin:3.19.0:pmd (pmd) @ othello-strategy-examples ---
19:38:49 [INFO] PMD version: 6.49.0
19:38:49 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:38:50 [INFO] 
19:38:50 [INFO] <<< maven-pmd-plugin:3.19.0:check (pmd) < :pmd @ othello-strategy-examples <<<
19:38:50 [INFO] 
19:38:50 [INFO] 
19:38:50 [INFO] --- maven-pmd-plugin:3.19.0:check (pmd) @ othello-strategy-examples ---
19:38:50 [INFO] PMD version: 6.49.0
19:38:50 [INFO] 
19:38:50 [INFO] 
19:38:50 [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (jacoco-initialize) @ othello-strategy-examples ---
19:38:50 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/jacoco.exec
19:38:50 [INFO] 
19:38:50 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ othello-strategy-examples ---
19:38:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:38:50 [INFO] Copying 1 resource
19:38:50 [INFO] 
19:38:50 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ othello-strategy-examples ---
19:38:50 [INFO] Changes detected - recompiling the module!
19:38:50 [INFO] Compiling 7 source files to /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/classes
19:38:50 [INFO] 
19:38:50 [INFO] >>> spotbugs-maven-plugin:4.7.2.0:check (spotbugs) > :spotbugs @ othello-strategy-examples >>>
19:38:50 [INFO] 
19:38:50 [INFO] --- spotbugs-maven-plugin:4.7.2.0:spotbugs (spotbugs) @ othello-strategy-examples ---
19:38:50 [INFO] Fork Value is true
19:38:54 [INFO] Done SpotBugs Analysis....
19:38:54 [INFO] 
19:38:54 [INFO] <<< spotbugs-maven-plugin:4.7.2.0:check (spotbugs) < :spotbugs @ othello-strategy-examples <<<
19:38:54 [INFO] 
19:38:54 [INFO] 
19:38:54 [INFO] --- spotbugs-maven-plugin:4.7.2.0:check (spotbugs) @ othello-strategy-examples ---
19:38:54 [INFO] BugInstance size is 0
19:38:54 [INFO] Error size is 0
19:38:54 [INFO] No errors/warnings found
19:38:54 [INFO] 
19:38:54 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ othello-strategy-examples ---
19:38:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:38:54 [INFO] Copying 1 resource
19:38:54 [INFO] 
19:38:54 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ othello-strategy-examples ---
19:38:54 [INFO] Changes detected - recompiling the module!
19:38:54 [INFO] 
19:38:54 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ othello-strategy-examples ---
19:38:55 [JENKINS] Recording test results[INFO] 
19:38:55 [INFO] --- jacoco-maven-plugin:0.8.8:report (jacoco-site) @ othello-strategy-examples ---
19:38:55 
19:38:55 [INFO] Skipping JaCoCo execution due to missing execution data file.
19:38:55 [INFO] 
19:38:55 [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ othello-strategy-examples ---
19:38:55 [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/othello-strategy-examples-1.0.0-SNAPSHOT.jar
19:38:55 [INFO] 
19:38:55 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ othello-strategy-examples ---
19:38:55 [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/othello-strategy-examples-1.0.0-SNAPSHOT-sources.jar
19:38:55 [INFO] 
19:38:55 [INFO] --- maven-install-plugin:2.4:install (default-install) @ othello-strategy-examples ---
19:38:55 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/othello-strategy-examples-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-examples/1.0.0-SNAPSHOT/othello-strategy-examples-1.0.0-SNAPSHOT.jar
19:38:55 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-examples/1.0.0-SNAPSHOT/othello-strategy-examples-1.0.0-SNAPSHOT.pom
19:38:55 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/othello-strategy-examples-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-examples/1.0.0-SNAPSHOT/othello-strategy-examples-1.0.0-SNAPSHOT-sources.jar
19:38:55 [INFO] 
19:38:55 [INFO] --- maven-site-plugin:3.12.1:site (default-site) @ othello-strategy-examples ---
19:38:55 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.1
19:38:55 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.4.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
19:38:55 [INFO] Rendering site with default locale English (en)
19:38:55 [WARNING] No project URL defined - decoration links will not be relativized!
19:38:55 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:38:55 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.4.1:dependencies
19:38:55 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.4.1:dependency-info
19:38:55 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.4.1:dependency-management
19:38:55 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.4.1:index
19:38:55 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.4.1:licenses
19:38:56 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.4.1:plugin-management
19:38:56 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.4.1:plugins
19:38:56 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.4.1:summary
19:38:56 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.4.1:team
19:38:56 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/site to /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples@tmp/maven-reporters/moduleset/site/othello-strategy-examples
19:38:57 [INFO] 
19:38:57 [INFO] ----------< de.fhdw.gaming.othello:othello-strategy-template >----------
19:38:57 [INFO] Building Othello Strategy Template 1.0.0-SNAPSHOT                  [5/6]
19:38:57 [INFO] --------------------------------[ jar ]---------------------------------
19:38:57 [INFO] 
19:38:57 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ othello-strategy-template ---
19:38:57 [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target
19:38:57 [INFO] 
19:38:57 [INFO] --- maven-checkstyle-plugin:3.2.0:check (checkstyle) @ othello-strategy-template ---
19:38:57 [INFO] You have 0 Checkstyle violations.
19:38:57 [INFO] 
19:38:57 [INFO] >>> maven-pmd-plugin:3.19.0:check (pmd) > :pmd @ othello-strategy-template >>>
19:38:57 [INFO] 
19:38:57 [INFO] --- maven-pmd-plugin:3.19.0:pmd (pmd) @ othello-strategy-template ---
19:38:57 [INFO] PMD version: 6.49.0
19:38:58 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:38:58 [INFO] 
19:38:58 [INFO] <<< maven-pmd-plugin:3.19.0:check (pmd) < :pmd @ othello-strategy-template <<<
19:38:58 [INFO] 
19:38:58 [INFO] 
19:38:58 [INFO] --- maven-pmd-plugin:3.19.0:check (pmd) @ othello-strategy-template ---
19:38:58 [INFO] PMD version: 6.49.0
19:38:58 [INFO] 
19:38:58 [INFO] 
19:38:58 [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (jacoco-initialize) @ othello-strategy-template ---
19:38:58 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/jacoco.exec
19:38:58 [INFO] 
19:38:58 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ othello-strategy-template ---
19:38:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:38:58 [INFO] Copying 1 resource
19:38:58 [INFO] 
19:38:58 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ othello-strategy-template ---
19:38:58 [INFO] Changes detected - recompiling the module!
19:38:58 [INFO] Compiling 3 source files to /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/classes
19:38:58 [INFO] 
19:38:58 [INFO] >>> spotbugs-maven-plugin:4.7.2.0:check (spotbugs) > :spotbugs @ othello-strategy-template >>>
19:38:58 [INFO] 
19:38:58 [INFO] --- spotbugs-maven-plugin:4.7.2.0:spotbugs (spotbugs) @ othello-strategy-template ---
19:38:58 [INFO] Fork Value is true
19:39:03 [INFO] Done SpotBugs Analysis....
19:39:03 [INFO] 
19:39:03 [INFO] <<< spotbugs-maven-plugin:4.7.2.0:check (spotbugs) < :spotbugs @ othello-strategy-template <<<
19:39:03 [INFO] 
19:39:03 [INFO] 
19:39:03 [INFO] --- spotbugs-maven-plugin:4.7.2.0:check (spotbugs) @ othello-strategy-template ---
19:39:03 [INFO] BugInstance size is 0
19:39:03 [INFO] Error size is 0
19:39:03 [INFO] No errors/warnings found
19:39:03 [INFO] 
19:39:03 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ othello-strategy-template ---
19:39:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:39:03 [INFO] Copying 1 resource
19:39:03 [INFO] 
19:39:03 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ othello-strategy-template ---
19:39:03 [INFO] Changes detected - recompiling the module!
19:39:04 [INFO] 
19:39:04 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ othello-strategy-template ---
19:39:04 [JENKINS] Recording test results
19:39:04 [INFO] 
19:39:04 [INFO] --- jacoco-maven-plugin:0.8.8:report (jacoco-site) @ othello-strategy-template ---
19:39:04 [INFO] Skipping JaCoCo execution due to missing execution data file.
19:39:04 [INFO] 
19:39:04 [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ othello-strategy-template ---
19:39:04 [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/othello-strategy-template-1.0.0-SNAPSHOT.jar
19:39:04 [INFO] 
19:39:04 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ othello-strategy-template ---
19:39:04 [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/othello-strategy-template-1.0.0-SNAPSHOT-sources.jar
19:39:04 [INFO] 
19:39:04 [INFO] --- maven-install-plugin:2.4:install (default-install) @ othello-strategy-template ---
19:39:04 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/othello-strategy-template-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-template/1.0.0-SNAPSHOT/othello-strategy-template-1.0.0-SNAPSHOT.jar
19:39:04 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-template/1.0.0-SNAPSHOT/othello-strategy-template-1.0.0-SNAPSHOT.pom
19:39:04 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/othello-strategy-template-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-template/1.0.0-SNAPSHOT/othello-strategy-template-1.0.0-SNAPSHOT-sources.jar
19:39:04 [INFO] 
19:39:04 [INFO] --- maven-site-plugin:3.12.1:site (default-site) @ othello-strategy-template ---
19:39:04 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.1
19:39:04 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.4.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
19:39:04 [INFO] Rendering site with default locale English (en)
19:39:04 [WARNING] No project URL defined - decoration links will not be relativized!
19:39:04 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:39:04 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.4.1:dependencies
19:39:04 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.4.1:dependency-info
19:39:04 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.4.1:dependency-management
19:39:04 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.4.1:index
19:39:04 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.4.1:licenses
19:39:05 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.4.1:plugin-management
19:39:05 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.4.1:plugins
19:39:05 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.4.1:summary
19:39:05 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.4.1:team
19:39:05 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/site to /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template@tmp/maven-reporters/moduleset/site/othello-strategy-template
19:39:06 [INFO] 
19:39:06 [INFO] -----------------< de.fhdw.gaming.othello:othello-gui >-----------------
19:39:06 [INFO] Building Othello GUI 1.0.0-SNAPSHOT                                [6/6]
19:39:06 [INFO] --------------------------------[ jar ]---------------------------------
19:39:06 [INFO] 
19:39:06 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ othello-gui ---
19:39:06 [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target
19:39:06 [INFO] 
19:39:06 [INFO] --- maven-checkstyle-plugin:3.2.0:check (checkstyle) @ othello-gui ---
19:39:06 [INFO] You have 0 Checkstyle violations.
19:39:06 [INFO] 
19:39:06 [INFO] >>> maven-pmd-plugin:3.19.0:check (pmd) > :pmd @ othello-gui >>>
19:39:06 [INFO] 
19:39:06 [INFO] --- maven-pmd-plugin:3.19.0:pmd (pmd) @ othello-gui ---
19:39:06 [INFO] PMD version: 6.49.0
19:39:08 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:39:08 [INFO] 
19:39:08 [INFO] <<< maven-pmd-plugin:3.19.0:check (pmd) < :pmd @ othello-gui <<<
19:39:08 [INFO] 
19:39:08 [INFO] 
19:39:08 [INFO] --- maven-pmd-plugin:3.19.0:check (pmd) @ othello-gui ---
19:39:08 [INFO] PMD version: 6.49.0
19:39:08 [INFO] 
19:39:08 [INFO] 
19:39:08 [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (jacoco-initialize) @ othello-gui ---
19:39:08 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/jacoco.exec
19:39:08 [INFO] 
19:39:08 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ othello-gui ---
19:39:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:39:08 [INFO] Copying 1 resource
19:39:08 [INFO] 
19:39:08 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ othello-gui ---
19:39:08 [WARNING] Can't extract module name from batik-script-1.13.jar: Provider class org.apache.batik.bridge.RhinoInterpreterFactory not in module
19:39:08 [WARNING] Can't extract module name from xalan-2.7.2.jar: Provider class org.apache.bsf.BSFManager not in module
19:39:08 [WARNING] *********************************************************************************************************************************************
19:39:08 [WARNING] * Required filename-based automodules detected: [imageio-batik-3.5.jar]. Please don't publish this project to a public artifact repository! *
19:39:08 [WARNING] *********************************************************************************************************************************************
19:39:08 [INFO] Changes detected - recompiling the module!
19:39:08 [INFO] Compiling 14 source files to /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/classes
19:39:09 [INFO] 
19:39:09 [INFO] >>> spotbugs-maven-plugin:4.7.2.0:check (spotbugs) > :spotbugs @ othello-gui >>>
19:39:09 [INFO] 
19:39:09 [INFO] --- spotbugs-maven-plugin:4.7.2.0:spotbugs (spotbugs) @ othello-gui ---
19:39:09 [INFO] Fork Value is true
19:39:16 [INFO] Done SpotBugs Analysis....
19:39:16 [INFO] 
19:39:16 [INFO] <<< spotbugs-maven-plugin:4.7.2.0:check (spotbugs) < :spotbugs @ othello-gui <<<
19:39:16 [INFO] 
19:39:16 [INFO] 
19:39:16 [INFO] --- spotbugs-maven-plugin:4.7.2.0:check (spotbugs) @ othello-gui ---
19:39:16 [INFO] BugInstance size is 0
19:39:16 [INFO] Error size is 0
19:39:16 [INFO] No errors/warnings found
19:39:16 [INFO] 
19:39:16 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ othello-gui ---
19:39:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
19:39:16 [INFO] Copying 1 resource
19:39:16 [INFO] 
19:39:16 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ othello-gui ---
19:39:16 [WARNING] Can't extract module name from batik-script-1.13.jar: Provider class org.apache.batik.bridge.RhinoInterpreterFactory not in module
19:39:16 [WARNING] Can't extract module name from xalan-2.7.2.jar: Provider class org.apache.bsf.BSFManager not in module
19:39:16 [INFO] Changes detected - recompiling the module!
19:39:16 [INFO] 
19:39:16 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ othello-gui ---
19:39:16 [JENKINS] Recording test results
19:39:16 [INFO] 
19:39:16 [INFO] --- jacoco-maven-plugin:0.8.8:report (jacoco-site) @ othello-gui ---
19:39:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
19:39:16 [INFO] 
19:39:16 [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ othello-gui ---
19:39:16 [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/othello-gui-1.0.0-SNAPSHOT.jar
19:39:16 [INFO] 
19:39:16 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ othello-gui ---
19:39:16 [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/othello-gui-1.0.0-SNAPSHOT-sources.jar
19:39:16 [INFO] 
19:39:16 [INFO] --- maven-install-plugin:2.4:install (default-install) @ othello-gui ---
19:39:16 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/othello-gui-1.0.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-gui/1.0.0-SNAPSHOT/othello-gui-1.0.0-SNAPSHOT.jar
19:39:16 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-gui/1.0.0-SNAPSHOT/othello-gui-1.0.0-SNAPSHOT.pom
19:39:16 [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/othello-gui-1.0.0-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-gui/1.0.0-SNAPSHOT/othello-gui-1.0.0-SNAPSHOT-sources.jar
19:39:16 [INFO] 
19:39:16 [INFO] --- maven-site-plugin:3.12.1:site (default-site) @ othello-gui ---
19:39:16 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.1
19:39:16 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.4.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
19:39:16 [INFO] Rendering site with default locale English (en)
19:39:16 [WARNING] No project URL defined - decoration links will not be relativized!
19:39:16 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
19:39:16 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.4.1:dependencies
19:39:16 [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:39: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:39: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:39: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:39:19 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.4.1:dependency-info
19:39:19 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.4.1:dependency-management
19:39:19 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.4.1:index
19:39:19 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.4.1:licenses
19:39:19 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.4.1:plugin-management
19:39:20 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.4.1:plugins
19:39:20 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.4.1:summary
19:39:20 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.4.1:team
19:39:20 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/site to /var/lib/jenkins/home/jobs/othello/workspace/othello-gui@tmp/maven-reporters/moduleset/site/othello-gui
19:39:22 [INFO] ------------------------------------------------------------------------
19:39:22 [INFO] Reactor Summary for Othello 1.0.0-SNAPSHOT:
19:39:22 [INFO] 
19:39:22 [INFO] Othello ............................................ SUCCESS [  5.077 s]
19:39:22 [INFO] Othello Build Tools ................................ SUCCESS [  2.311 s]
19:39:22 [INFO] Othello Core ....................................... SUCCESS [ 25.917 s]
19:39:22 [INFO] Othello Strategy Examples .......................... SUCCESS [  8.195 s]
19:39:22 [INFO] Othello Strategy Template .......................... SUCCESS [  8.305 s]
19:39:22 [INFO] Othello GUI ........................................ SUCCESS [ 14.106 s]
19:39:22 [INFO] ------------------------------------------------------------------------
19:39:22 [INFO] BUILD SUCCESS
19:39:22 [INFO] ------------------------------------------------------------------------
19:39:22 [INFO] Total time:  01:08 min
19:39:22 [INFO] Finished at: 2023-01-15T19:39:22+01:00
19:39:22 [INFO] ------------------------------------------------------------------------
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/pom.xml to de.fhdw.gaming.othello/othello-gui/1.0.0-SNAPSHOT/othello-gui-1.0.0-SNAPSHOT.pom
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/othello-gui-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.othello/othello-gui/1.0.0-SNAPSHOT/othello-gui-1.0.0-SNAPSHOT.jar
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/othello-gui-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.othello/othello-gui/1.0.0-SNAPSHOT/othello-gui-1.0.0-SNAPSHOT-sources.jar
19:39:22 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello-gui@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/pom.xml to de.fhdw.gaming.othello/othello-strategy-template/1.0.0-SNAPSHOT/othello-strategy-template-1.0.0-SNAPSHOT.pom
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/othello-strategy-template-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.othello/othello-strategy-template/1.0.0-SNAPSHOT/othello-strategy-template-1.0.0-SNAPSHOT.jar
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/othello-strategy-template-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.othello/othello-strategy-template/1.0.0-SNAPSHOT/othello-strategy-template-1.0.0-SNAPSHOT-sources.jar
19:39:22 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-build-tools/pom.xml to de.fhdw.gaming.othello/othello-build-tools/1.0.0-SNAPSHOT/othello-build-tools-1.0.0-SNAPSHOT.pom
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-build-tools/target/othello-build-tools-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.othello/othello-build-tools/1.0.0-SNAPSHOT/othello-build-tools-1.0.0-SNAPSHOT.jar
19:39:22 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello-build-tools@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/pom.xml to de.fhdw.gaming.othello/othello-strategy-examples/1.0.0-SNAPSHOT/othello-strategy-examples-1.0.0-SNAPSHOT.pom
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/othello-strategy-examples-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.othello/othello-strategy-examples/1.0.0-SNAPSHOT/othello-strategy-examples-1.0.0-SNAPSHOT.jar
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/othello-strategy-examples-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.othello/othello-strategy-examples/1.0.0-SNAPSHOT/othello-strategy-examples-1.0.0-SNAPSHOT-sources.jar
19:39:22 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-core/pom.xml to de.fhdw.gaming.othello/othello-core/1.0.0-SNAPSHOT/othello-core-1.0.0-SNAPSHOT.pom
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/othello-core-1.0.0-SNAPSHOT.jar to de.fhdw.gaming.othello/othello-core/1.0.0-SNAPSHOT/othello-core-1.0.0-SNAPSHOT.jar
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/othello-core-1.0.0-SNAPSHOT-sources.jar to de.fhdw.gaming.othello/othello-core/1.0.0-SNAPSHOT/othello-core-1.0.0-SNAPSHOT-sources.jar
19:39:22 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello-core@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
19:39:22 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/pom.xml to de.fhdw.gaming.othello/othello/1.0.0-SNAPSHOT/othello-1.0.0-SNAPSHOT.pom
19:39:22 Copying /var/lib/jenkins/home/jobs/othello/workspace@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
19:39:22 channel stopped
19:39:22 [PMD] Searching for all files in '/var/lib/jenkins/home/jobs/othello/workspace' that match the pattern '**/target/pmd.xml'
19:39:22 [PMD] -> found 4 files
19:39:22 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/pmd.xml
19:39:22 [PMD] -> found 0 issues (skipped 0 duplicates)
19:39:22 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/pmd.xml
19:39:22 [PMD] -> found 0 issues (skipped 0 duplicates)
19:39:22 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/pmd.xml
19:39:22 [PMD] -> found 0 issues (skipped 0 duplicates)
19:39:22 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/pmd.xml
19:39:22 [PMD] -> found 0 issues (skipped 0 duplicates)
19:39:22 [PMD] Skipping post processing
19:39:22 [PMD] No filter has been set, publishing all 0 issues
19:39:22 [PMD] Repository miner is not configured, skipping repository mining
19:39:22 [PMD] Reference build recorder is not configured
19:39:22 [PMD] Obtaining reference build from same job (othello)
19:39:22 [PMD] Using reference build 'othello #70' to compute new, fixed, and outstanding issues
19:39:22 [PMD] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
19:39:22 [PMD] No quality gates have been set - skipping
19:39:22 [PMD] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
19:39:22 [PMD] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
19:39:22 [PMD] Attaching ResultAction with ID 'pmd' to build 'othello #71'.
19:39:22 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
19:39:22 [SpotBugs] Searching for all files in '/var/lib/jenkins/home/jobs/othello/workspace' that match the pattern '**/target/spotbugs/spotbugsXml.xml'
19:39:22 [SpotBugs] -> found 4 files
19:39:22 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/spotbugs/spotbugsXml.xml
19:39:22 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:39:22 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/spotbugs/spotbugsXml.xml
19:39:22 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:39:22 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/spotbugs/spotbugsXml.xml
19:39:22 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:39:22 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/spotbugs/spotbugsXml.xml
19:39:22 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
19:39:22 [SpotBugs] Skipping post processing
19:39:22 [SpotBugs] No filter has been set, publishing all 0 issues
19:39:22 [SpotBugs] Repository miner is not configured, skipping repository mining
19:39:22 [SpotBugs] Reference build recorder is not configured
19:39:22 [SpotBugs] Obtaining reference build from same job (othello)
19:39:22 [SpotBugs] Using reference build 'othello #70' to compute new, fixed, and outstanding issues
19:39:22 [SpotBugs] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
19:39:22 [SpotBugs] No quality gates have been set - skipping
19:39:22 [SpotBugs] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
19:39:22 [SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
19:39:22 [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'othello #71'.
19:39:22 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
19:39:22 [CheckStyle] Searching for all files in '/var/lib/jenkins/home/jobs/othello/workspace' that match the pattern '**/target/checkstyle-result.xml'
19:39:22 [CheckStyle] -> found 4 files
19:39:22 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/checkstyle-result.xml
19:39:22 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:39:22 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-gui/target/checkstyle-result.xml
19:39:22 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:39:22 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-examples/target/checkstyle-result.xml
19:39:22 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:39:22 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello-strategy-template/target/checkstyle-result.xml
19:39:22 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
19:39:22 [CheckStyle] Skipping post processing
19:39:22 [CheckStyle] No filter has been set, publishing all 0 issues
19:39:22 [CheckStyle] Repository miner is not configured, skipping repository mining
19:39:22 [CheckStyle] Reference build recorder is not configured
19:39:22 [CheckStyle] Obtaining reference build from same job (othello)
19:39:22 [CheckStyle] Using reference build 'othello #70' to compute new, fixed, and outstanding issues
19:39:22 [CheckStyle] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
19:39:22 [CheckStyle] No quality gates have been set - skipping
19:39:22 [CheckStyle] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
19:39:22 [CheckStyle] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
19:39:22 [CheckStyle] Attaching ResultAction with ID 'checkstyle' to build 'othello #71'.
19:39:22 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
19:39:22 [JaCoCo plugin] Collecting JaCoCo coverage data...
19:39:22 [JaCoCo plugin] othello-core/target/jacoco.exec;othello-core/target/classes;othello-core/src/main/java; locations are configured
19:39:22 [JaCoCo plugin] Number of found exec files for pattern othello-core/target/jacoco.exec: 1
19:39:22 [JaCoCo plugin] Saving matched execfiles:  /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/jacoco.exec
19:39:22 [JaCoCo plugin] Saving matched class directories for class-pattern: othello-core/target/classes: 
19:39:22 [JaCoCo plugin]  - /var/lib/jenkins/home/jobs/othello/workspace/othello-core/target/classes 44 files
19:39:22 [JaCoCo plugin] Saving matched source directories for source-pattern: othello-core/src/main/java: 
19:39:22 [JaCoCo plugin] Source Inclusions: **/*.java
19:39:22 [JaCoCo plugin] Source Exclusions: 
19:39:22 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/othello/workspace/othello-core/src/main/java 32 files
19:39:22 [JaCoCo plugin] Loading inclusions files..
19:39:22 [JaCoCo plugin] inclusions: []
19:39:22 [JaCoCo plugin] exclusions: [**/module-info.class]
19:39:22 [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=70, maxClass=90, minMethod=70, maxMethod=90, minLine=60, maxLine=85, minBranch=50, maxBranch=80, minInstruction=60, maxInstruction=85, minComplexity=50, maxComplexity=80]
19:39:22 [JaCoCo plugin] Publishing the results..
19:39:22 [JaCoCo plugin] Loading packages..
19:39:22 [JaCoCo plugin] Done.
19:39:22 [JaCoCo plugin] Overall coverage: class: 96.42857, method: 90.29851, line: 94.457275, branch: 93.03797, instruction: 94.6937, complexity: 90.14085
19:39:22 [JaCoCo plugin] Health thresholds: JacocoHealthReportThresholds [minClass=70, maxClass=90, minMethod=70, maxMethod=90, minLine=60, maxLine=85, minBranch=50, maxBranch=80, minInstruction=60, maxInstruction=85, minComplexity=50, maxComplexity=80]
19:39:22 [JaCoCo plugin] Apply Min/Max thresholds result: SUCCESS
19:39:22 Finished: SUCCESS