Skip to content
Success

Console Output

22:42:45 Started by user Christoph Schulz
22:42:45 Running as Christoph Schulz
22:42:45 Building in workspace /var/lib/jenkins/home/jobs/othello/workspace/othello
22:42:45 The recommended git tool is: NONE
22:42:45 using credential 46247283-e2f4-4c6e-8a6e-5a6fa3bcfebf
22:42:45  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/home/jobs/othello/workspace/othello/.git # timeout=10
22:42:45 Fetching changes from the remote Git repository
22:42:45  > /usr/bin/git config remote.origin.url http://localhost:3000/Gaming/othello.git # timeout=10
22:42:45 Fetching upstream changes from http://localhost:3000/Gaming/othello.git
22:42:45  > /usr/bin/git --version # timeout=10
22:42:45  > git --version # 'git version 2.41.0'
22:42:45 using GIT_ASKPASS to set credentials 
22:42:45  > /usr/bin/git fetch --tags --force --progress -- http://localhost:3000/Gaming/othello.git +refs/heads/*:refs/remotes/origin/* # timeout=10
22:42:45  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
22:42:45 Checking out Revision 982a0c0819b07591730e1b058913ec8198445457 (refs/remotes/origin/master)
22:42:45  > /usr/bin/git config core.sparsecheckout # timeout=10
22:42:45  > /usr/bin/git checkout -f 982a0c0819b07591730e1b058913ec8198445457 # timeout=10
22:42:45  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
22:42:45  > /usr/bin/git branch -D master # timeout=10
22:42:45  > /usr/bin/git checkout -b master 982a0c0819b07591730e1b058913ec8198445457 # timeout=10
22:42:45 Commit message: "othello: added SCM information for maven-release-plugin"
22:42:45  > /usr/bin/git rev-list --no-walk 982a0c0819b07591730e1b058913ec8198445457 # timeout=10
22:42:45 Cleaning workspace
22:42:45  > /usr/bin/git rev-parse --verify HEAD # timeout=10
22:42:45 Resetting working tree
22:42:45  > /usr/bin/git reset --hard # timeout=10
22:42:45  > /usr/bin/git clean -fdx # timeout=10
22:42:45 Parsing POMs
22:42:45 Established TCP socket on 39823
22:42:45 [othello] $ /usr/lib/jvm/openjdk-bin-17/bin/java -Xmx1024m -cp /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/usr/share/maven-bin-3.9/boot/plexus-classworlds-2.7.0.jar:/usr/share/maven-bin-3.9/conf/logging jenkins.maven3.agent.Maven35Main /usr/share/maven-bin-3.9 /var/lib/jenkins/home/war/WEB-INF/lib/remoting-3131.vf2b_b_798b_ce99.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 39823
22:42:45 <===[JENKINS REMOTING CAPACITY]===>channel started
22:42:47 Executing Maven:  -B -f /var/lib/jenkins/home/jobs/othello/workspace/othello/pom.xml -DdevelopmentVersion=1.0.2-SNAPSHOT -DreleaseVersion=1.0.1 -Dresume=false release:prepare release:perform
22:42:48 [INFO] Scanning for projects...
22:42:48 [INFO] ------------------------------------------------------------------------
22:42:48 [INFO] Reactor Build Order:
22:42:48 [INFO] 
22:42:48 [INFO] Othello                                                            [pom]
22:42:48 [INFO] Othello Build Tools                                                [jar]
22:42:48 [INFO] Othello Core                                                       [jar]
22:42:48 [INFO] Othello Strategy Examples                                          [jar]
22:42:48 [INFO] Othello Strategy Template                                          [jar]
22:42:48 [INFO] Othello GUI                                                        [jar]
22:42:49 [INFO] 
22:42:49 [INFO] -------------------< de.fhdw.gaming.othello:othello >-------------------
22:42:49 [INFO] Building Othello 1.0.1-SNAPSHOT                                    [1/6]
22:42:49 [INFO]   from pom.xml
22:42:49 [INFO] --------------------------------[ pom ]---------------------------------
22:42:49 [INFO] 
22:42:49 [INFO] --- release:3.0.1:prepare (default-cli) @ othello ---
22:42:50 [INFO] starting prepare goal, composed of 17 phases: check-poms, scm-check-modifications, check-dependency-snapshots, create-backup-poms, map-release-versions, input-variables, map-development-versions, rewrite-poms-for-release, generate-release-poms, run-preparation-goals, scm-commit-release, scm-tag, rewrite-poms-for-development, remove-release-poms, run-completion-goals, scm-commit-development, end-release
22:42:50 [INFO] 1/17 prepare:check-poms
22:42:50 [INFO] 2/17 prepare:scm-check-modifications
22:42:50 [INFO] Verifying that there are no local modifications...
22:42:50 [INFO]   ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
22:42:50 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'rev-parse' '--show-prefix'
22:42:50 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:42:50 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'status' '--porcelain' '.'
22:42:50 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:42:50 [WARNING] Ignoring unrecognized line: ?? release.properties
22:42:50 [INFO] 3/17 prepare:check-dependency-snapshots
22:42:50 [INFO] Checking dependencies and plugins for snapshots ...
22:42:50 [INFO] 4/17 prepare:create-backup-poms
22:42:50 [INFO] Creating pom.xml backup with .releaseBackup suffix
22:42:50 [INFO] 5/17 prepare:map-release-versions
22:42:50 [INFO] 6/17 prepare:input-variables
22:42:50 [INFO] 7/17 prepare:map-development-versions
22:42:50 [INFO] 8/17 prepare:rewrite-poms-for-release
22:42:50 [INFO] Transforming pom.xml othello 'Othello'...
22:42:50 [INFO]   Updating ${build-tools.version} to 1.0.1
22:42:50 [INFO]   Ignoring artifact version update for expression ${build-tools.version} because it is already updated
22:42:50 [INFO]   Ignoring artifact version update for expression ${build-tools.version} because it is already updated
22:42:50 [INFO] Transforming othello-build-tools/pom.xml othello-build-tools 'Othello Build Tools'...
22:42:50 [INFO] Transforming othello-core/pom.xml othello-core 'Othello Core'...
22:42:50 [INFO] Transforming othello-strategy-examples/pom.xml othello-strategy-examples 'Othello Strategy Examples'...
22:42:50 [INFO]   Updating othello-core to 1.0.1
22:42:50 [INFO] Transforming othello-strategy-template/pom.xml othello-strategy-template 'Othello Strategy Template'...
22:42:50 [INFO]   Updating othello-core to 1.0.1
22:42:50 [INFO] Transforming othello-gui/pom.xml othello-gui 'Othello GUI'...
22:42:50 [INFO]   Updating othello-core to 1.0.1
22:42:50 [INFO] 9/17 prepare:generate-release-poms
22:42:50 [INFO] Not generating release POMs
22:42:50 [INFO] 10/17 prepare:run-preparation-goals
22:42:50 [INFO] Executing goals 'clean verify'...
22:42:52 [INFO] [INFO] Scanning for projects...
22:42:52 [INFO] [INFO] ------------------------------------------------------------------------
22:42:52 [INFO] [INFO] Reactor Build Order:
22:42:52 [INFO] [INFO] 
22:42:52 [INFO] [INFO] Othello                                                            [pom]
22:42:52 [INFO] [INFO] Othello Build Tools                                                [jar]
22:42:52 [INFO] [INFO] Othello Core                                                       [jar]
22:42:52 [INFO] [INFO] Othello Strategy Examples                                          [jar]
22:42:52 [INFO] [INFO] Othello Strategy Template                                          [jar]
22:42:52 [INFO] [INFO] Othello GUI                                                        [jar]
22:42:52 [INFO] [INFO] 
22:42:52 [INFO] [INFO] -------------------< de.fhdw.gaming.othello:othello >-------------------
22:42:52 [INFO] [INFO] Building Othello 1.0.1                                             [1/6]
22:42:52 [INFO] [INFO]   from pom.xml
22:42:52 [INFO] [INFO] --------------------------------[ pom ]---------------------------------
22:42:52 [INFO] [INFO] 
22:42:52 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello ---
22:42:52 [INFO] [INFO] 
22:42:52 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello ---
22:42:52 [INFO] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
22:42:52 [INFO] [INFO] 
22:42:52 [INFO] [INFO] -------------< de.fhdw.gaming.othello:othello-build-tools >-------------
22:42:52 [INFO] [INFO] Building Othello Build Tools 1.0.1                                 [2/6]
22:42:52 [INFO] [INFO]   from othello-build-tools/pom.xml
22:42:52 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:42:52 [INFO] [INFO] 
22:42:52 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello-build-tools ---
22:42:52 [INFO] [INFO] 
22:42:52 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-build-tools ---
22:42:52 [INFO] [INFO] 
22:42:52 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-build-tools ---
22:42:53 [INFO] [INFO] Copying 3 resources from src/main/resources to target/classes
22:42:53 [INFO] [INFO] 
22:42:53 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-build-tools ---
22:42:53 [INFO] [INFO] No sources to compile
22:42:53 [INFO] [INFO] 
22:42:53 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-build-tools ---
22:42:53 [INFO] [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-build-tools/src/test/resources
22:42:53 [INFO] [INFO] 
22:42:53 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-build-tools ---
22:42:53 [INFO] [INFO] No sources to compile
22:42:53 [INFO] [INFO] 
22:42:53 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-build-tools ---
22:42:53 [INFO] [INFO] No tests to run.
22:42:53 [INFO] [INFO] 
22:42:53 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-build-tools ---
22:42:53 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-build-tools/target/othello-build-tools-1.0.1.jar
22:42:54 [INFO] [INFO] 
22:42:54 [INFO] [INFO] ----------------< de.fhdw.gaming.othello:othello-core >-----------------
22:42:54 [INFO] [INFO] Building Othello Core 1.0.1                                        [3/6]
22:42:54 [INFO] [INFO]   from othello-core/pom.xml
22:42:54 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:42:54 [INFO] [INFO] 
22:42:54 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello-core ---
22:42:54 [INFO] [INFO] 
22:42:54 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-core ---
22:42:54 [INFO] [INFO] 
22:42:54 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-core ---
22:42:58 [INFO] [INFO] You have 0 Checkstyle violations.
22:42:58 [INFO] [INFO] 
22:42:58 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-core >>>
22:42:58 [INFO] [INFO] 
22:42:58 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-core ---
22:42:58 [INFO] [INFO] PMD version: 6.55.0
22:43:03 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:43:04 [INFO] [INFO] 
22:43:04 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-core <<<
22:43:04 [INFO] [INFO] 
22:43:04 [INFO] [INFO] 
22:43:04 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-core ---
22:43:04 [INFO] [INFO] PMD version: 6.55.0
22:43:04 [INFO] [INFO] 
22:43:04 [INFO] [INFO] 
22:43:04 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-core ---
22:43:04 [INFO] [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/jacoco.exec
22:43:04 [INFO] [INFO] 
22:43:04 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-core ---
22:43:04 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:43:04 [INFO] [INFO] 
22:43:04 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-core ---
22:43:04 [INFO] [INFO] Changes detected - recompiling the module! :source
22:43:04 [INFO] [INFO] Compiling 32 source files with javac [debug release 17 module-path] to target/classes
22:43:05 [INFO] [INFO] 
22:43:05 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-core >>>
22:43:05 [INFO] [INFO] 
22:43:05 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-core ---
22:43:07 [INFO] [INFO] Fork Value is true
22:43:13 [INFO] [INFO] Done SpotBugs Analysis....
22:43:14 [INFO] [INFO] 
22:43:14 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-core <<<
22:43:14 [INFO] [INFO] 
22:43:14 [INFO] [INFO] 
22:43:14 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-core ---
22:43:14 [INFO] [INFO] BugInstance size is 0
22:43:14 [INFO] [INFO] Error size is 0
22:43:14 [INFO] [INFO] No errors/warnings found
22:43:14 [INFO] [INFO] 
22:43:14 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-core ---
22:43:14 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:43:14 [INFO] [INFO] 
22:43:14 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-core ---
22:43:14 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:43:14 [INFO] [INFO] Compiling 15 source files with javac [debug release 17 module-path] to target/test-classes
22:43:17 [INFO] [INFO] 
22:43:17 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-core ---
22:43:17 [INFO] [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
22:43:17 [INFO] [INFO] 
22:43:17 [INFO] [INFO] -------------------------------------------------------
22:43:17 [INFO] [INFO]  T E S T S
22:43:17 [INFO] [INFO] -------------------------------------------------------
22:43:19 [INFO] [INFO] Running de.fhdw.gaming.othello.core.moves.impl.OthelloPlaceTokenMoveImplTest
22:43:19 [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in de.fhdw.gaming.othello.core.moves.impl.OthelloPlaceTokenMoveImplTest
22:43:19 [INFO] [INFO] Running de.fhdw.gaming.othello.core.moves.impl.OthelloSkipMoveImplTest
22:43:19 [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in de.fhdw.gaming.othello.core.moves.impl.OthelloSkipMoveImplTest
22:43:19 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.OthelloFieldStateTest
22:43:19 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in de.fhdw.gaming.othello.core.domain.OthelloFieldStateTest
22:43:19 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloBoardImplTest
22:43:19 [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloBoardImplTest
22:43:19 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPositionTest
22:43:19 [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPositionTest
22:43:19 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloGameBuilderImplTest
22:43:19 [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloGameBuilderImplTest
22:43:19 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloStateImplTest
22:43:19 [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloStateImplTest
22:43:19 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloFieldImplTest
22:43:19 [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloFieldImplTest
22:43:19 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerImplTest
22:43:19 [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerImplTest
22:43:19 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerBuilderImplTest
22:43:19 [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerBuilderImplTest
22:43:19 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloGameImplTest
22:43:20 [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.092 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloGameImplTest
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] Results:
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-core ---
22:43:21 [INFO] [INFO] Loading execution data file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/jacoco.exec
22:43:21 [INFO] [INFO] Analyzed bundle 'Othello Core' with 28 classes
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-core ---
22:43:21 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/othello-core-1.0.1.jar
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-core ---
22:43:21 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/othello-core-1.0.1-sources.jar
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] ----------< de.fhdw.gaming.othello:othello-strategy-examples >----------
22:43:21 [INFO] [INFO] Building Othello Strategy Examples 1.0.1                           [4/6]
22:43:21 [INFO] [INFO]   from othello-strategy-examples/pom.xml
22:43:21 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello-strategy-examples ---
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-strategy-examples ---
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-strategy-examples ---
22:43:21 [INFO] [INFO] You have 0 Checkstyle violations.
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-strategy-examples >>>
22:43:21 [INFO] [INFO] 
22:43:21 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-strategy-examples ---
22:43:21 [INFO] [INFO] PMD version: 6.55.0
22:43:22 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:43:22 [INFO] [INFO] 
22:43:22 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-strategy-examples <<<
22:43:22 [INFO] [INFO] 
22:43:22 [INFO] [INFO] 
22:43:22 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-strategy-examples ---
22:43:22 [INFO] [INFO] PMD version: 6.55.0
22:43:22 [INFO] [INFO] 
22:43:22 [INFO] [INFO] 
22:43:22 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-strategy-examples ---
22:43:22 [INFO] [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/target/jacoco.exec
22:43:22 [INFO] [INFO] 
22:43:22 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-strategy-examples ---
22:43:22 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:43:22 [INFO] [INFO] 
22:43:22 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-strategy-examples ---
22:43:22 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:43:22 [INFO] [INFO] Compiling 7 source files with javac [debug release 17 module-path] to target/classes
22:43:22 [INFO] [INFO] 
22:43:22 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-strategy-examples >>>
22:43:23 [INFO] [INFO] 
22:43:23 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-strategy-examples ---
22:43:23 [INFO] [INFO] Fork Value is true
22:43:28 [INFO] [INFO] Done SpotBugs Analysis....
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-strategy-examples <<<
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-strategy-examples ---
22:43:29 [INFO] [INFO] BugInstance size is 0
22:43:29 [INFO] [INFO] Error size is 0
22:43:29 [INFO] [INFO] No errors/warnings found
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-strategy-examples ---
22:43:29 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-strategy-examples ---
22:43:29 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-strategy-examples ---
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-strategy-examples ---
22:43:29 [INFO] [INFO] Skipping JaCoCo execution due to missing execution data file.
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-strategy-examples ---
22:43:29 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/target/othello-strategy-examples-1.0.1.jar
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-strategy-examples ---
22:43:29 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/target/othello-strategy-examples-1.0.1-sources.jar
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] ----------< de.fhdw.gaming.othello:othello-strategy-template >----------
22:43:29 [INFO] [INFO] Building Othello Strategy Template 1.0.1                           [5/6]
22:43:29 [INFO] [INFO]   from othello-strategy-template/pom.xml
22:43:29 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello-strategy-template ---
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-strategy-template ---
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-strategy-template ---
22:43:29 [INFO] [INFO] You have 0 Checkstyle violations.
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-strategy-template >>>
22:43:29 [INFO] [INFO] 
22:43:29 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-strategy-template ---
22:43:29 [INFO] [INFO] PMD version: 6.55.0
22:43:30 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:43:30 [INFO] [INFO] 
22:43:30 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-strategy-template <<<
22:43:30 [INFO] [INFO] 
22:43:30 [INFO] [INFO] 
22:43:30 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-strategy-template ---
22:43:30 [INFO] [INFO] PMD version: 6.55.0
22:43:30 [INFO] [INFO] 
22:43:30 [INFO] [INFO] 
22:43:30 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-strategy-template ---
22:43:30 [INFO] [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/target/jacoco.exec
22:43:30 [INFO] [INFO] 
22:43:30 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-strategy-template ---
22:43:30 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:43:30 [INFO] [INFO] 
22:43:30 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-strategy-template ---
22:43:30 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:43:30 [INFO] [INFO] Compiling 3 source files with javac [debug release 17 module-path] to target/classes
22:43:30 [INFO] [INFO] 
22:43:30 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-strategy-template >>>
22:43:30 [INFO] [INFO] 
22:43:30 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-strategy-template ---
22:43:30 [INFO] [INFO] Fork Value is true
22:43:34 [INFO] [INFO] Done SpotBugs Analysis....
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-strategy-template <<<
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-strategy-template ---
22:43:35 [INFO] [INFO] BugInstance size is 0
22:43:35 [INFO] [INFO] Error size is 0
22:43:35 [INFO] [INFO] No errors/warnings found
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-strategy-template ---
22:43:35 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-strategy-template ---
22:43:35 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-strategy-template ---
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-strategy-template ---
22:43:35 [INFO] [INFO] Skipping JaCoCo execution due to missing execution data file.
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-strategy-template ---
22:43:35 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/target/othello-strategy-template-1.0.1.jar
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-strategy-template ---
22:43:35 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/target/othello-strategy-template-1.0.1-sources.jar
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] -----------------< de.fhdw.gaming.othello:othello-gui >-----------------
22:43:35 [INFO] [INFO] Building Othello GUI 1.0.1                                         [6/6]
22:43:35 [INFO] [INFO]   from othello-gui/pom.xml
22:43:35 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello-gui ---
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-gui ---
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-gui ---
22:43:35 [INFO] [INFO] You have 0 Checkstyle violations.
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-gui >>>
22:43:35 [INFO] [INFO] 
22:43:35 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-gui ---
22:43:35 [INFO] [INFO] PMD version: 6.55.0
22:43:36 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:43:36 [INFO] [INFO] 
22:43:36 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-gui <<<
22:43:36 [INFO] [INFO] 
22:43:36 [INFO] [INFO] 
22:43:36 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-gui ---
22:43:36 [INFO] [INFO] PMD version: 6.55.0
22:43:36 [INFO] [INFO] 
22:43:36 [INFO] [INFO] 
22:43:36 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-gui ---
22:43:36 [INFO] [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target/jacoco.exec
22:43:36 [INFO] [INFO] 
22:43:36 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-gui ---
22:43:36 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:43:36 [INFO] [INFO] 
22:43:36 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-gui ---
22:43:36 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:43:36 [INFO] [INFO] Compiling 14 source files with javac [debug release 17 module-path] to target/classes
22:43:37 [INFO] [INFO] 
22:43:37 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-gui >>>
22:43:37 [INFO] [INFO] 
22:43:37 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-gui ---
22:43:37 [INFO] [INFO] Fork Value is true
22:43:45 [INFO] [INFO] Done SpotBugs Analysis....
22:43:45 [INFO] [INFO] 
22:43:45 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-gui <<<
22:43:45 [INFO] [INFO] 
22:43:45 [INFO] [INFO] 
22:43:45 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-gui ---
22:43:45 [INFO] [INFO] BugInstance size is 0
22:43:45 [INFO] [INFO] Error size is 0
22:43:45 [INFO] [INFO] No errors/warnings found
22:43:45 [INFO] [INFO] 
22:43:45 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-gui ---
22:43:45 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:43:45 [INFO] [INFO] 
22:43:45 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-gui ---
22:43:45 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:43:45 [INFO] [INFO] 
22:43:45 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-gui ---
22:43:45 [INFO] [INFO] 
22:43:45 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-gui ---
22:43:45 [INFO] [INFO] Skipping JaCoCo execution due to missing execution data file.
22:43:45 [INFO] [INFO] 
22:43:45 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-gui ---
22:43:45 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target/othello-gui-1.0.1.jar
22:43:45 [INFO] [INFO] 
22:43:45 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-gui ---
22:43:45 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target/othello-gui-1.0.1-sources.jar
22:43:45 [INFO] [INFO] ------------------------------------------------------------------------
22:43:45 [INFO] [INFO] Reactor Summary for Othello 1.0.1:
22:43:45 [INFO] [INFO] 
22:43:45 [INFO] [INFO] Othello ............................................ SUCCESS [  0.495 s]
22:43:45 [INFO] [INFO] Othello Build Tools ................................ SUCCESS [  1.240 s]
22:43:45 [INFO] [INFO] Othello Core ....................................... SUCCESS [ 27.630 s]
22:43:45 [INFO] [INFO] Othello Strategy Examples .......................... SUCCESS [  7.481 s]
22:43:45 [INFO] [INFO] Othello Strategy Template .......................... SUCCESS [  5.917 s]
22:43:45 [INFO] [INFO] Othello GUI ........................................ SUCCESS [ 10.645 s]
22:43:45 [INFO] [INFO] ------------------------------------------------------------------------
22:43:45 [INFO] [INFO] BUILD SUCCESS
22:43:45 [INFO] [INFO] ------------------------------------------------------------------------
22:43:45 [INFO] [INFO] Total time:  53.547 s
22:43:45 [INFO] [INFO] Finished at: 2023-10-09T22:43:45+02:00
22:43:45 [INFO] [INFO] ------------------------------------------------------------------------
22:43:45 [INFO] 11/17 prepare:scm-commit-release
22:43:45 [INFO] Checking in modified POMs...
22:43:45 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'add' '--' 'pom.xml' 'othello-build-tools/pom.xml' 'othello-core/pom.xml' 'othello-strategy-examples/pom.xml' 'othello-strategy-template/pom.xml' 'othello-gui/pom.xml'
22:43:45 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:45 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'rev-parse' '--show-prefix'
22:43:45 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:45 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'status' '--porcelain' '.'
22:43:45 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:45 [WARNING] Ignoring unrecognized line: ?? othello-build-tools/pom.xml.releaseBackup
22:43:45 [WARNING] Ignoring unrecognized line: ?? othello-core/pom.xml.releaseBackup
22:43:45 [WARNING] Ignoring unrecognized line: ?? othello-gui/pom.xml.releaseBackup
22:43:45 [WARNING] Ignoring unrecognized line: ?? othello-strategy-examples/pom.xml.releaseBackup
22:43:45 [WARNING] Ignoring unrecognized line: ?? othello-strategy-template/pom.xml.releaseBackup
22:43:45 [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
22:43:45 [WARNING] Ignoring unrecognized line: ?? release.properties
22:43:45 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'commit' '--verbose' '-F' '/tmp/maven-scm-2062119046.commit'
22:43:45 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:45 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'symbolic-ref' 'HEAD'
22:43:45 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:45 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'push' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/othello.git' 'refs/heads/master:refs/heads/master'
22:43:45 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:46 [INFO] 12/17 prepare:scm-tag
22:43:46 [INFO] Tagging release with the label v1.0.1...
22:43:46 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'tag' '-F' '/tmp/maven-scm-882963212.commit' 'v1.0.1'
22:43:46 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:46 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'push' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/othello.git' 'refs/tags/v1.0.1'
22:43:46 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:47 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'ls-files'
22:43:47 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:47 [INFO] 13/17 prepare:rewrite-poms-for-development
22:43:47 [INFO] Transforming pom.xml othello 'Othello'...
22:43:47 [INFO]   Updating ${build-tools.version} to 1.0.2-SNAPSHOT
22:43:47 [INFO]   Ignoring artifact version update for expression ${build-tools.version} because it is already updated
22:43:47 [INFO]   Ignoring artifact version update for expression ${build-tools.version} because it is already updated
22:43:47 [INFO] Transforming othello-build-tools/pom.xml othello-build-tools 'Othello Build Tools'...
22:43:47 [INFO] Transforming othello-core/pom.xml othello-core 'Othello Core'...
22:43:47 [INFO] Transforming othello-strategy-examples/pom.xml othello-strategy-examples 'Othello Strategy Examples'...
22:43:47 [INFO]   Updating othello-core to 1.0.2-SNAPSHOT
22:43:47 [INFO] Transforming othello-strategy-template/pom.xml othello-strategy-template 'Othello Strategy Template'...
22:43:47 [INFO]   Updating othello-core to 1.0.2-SNAPSHOT
22:43:47 [INFO] Transforming othello-gui/pom.xml othello-gui 'Othello GUI'...
22:43:47 [INFO]   Updating othello-core to 1.0.2-SNAPSHOT
22:43:47 [INFO] 14/17 prepare:remove-release-poms
22:43:47 [INFO] Not removing release POMs
22:43:47 [INFO] 15/17 prepare:run-completion-goals
22:43:47 [INFO] 16/17 prepare:scm-commit-development
22:43:47 [INFO] Checking in modified POMs...
22:43:47 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'add' '--' 'pom.xml' 'othello-build-tools/pom.xml' 'othello-core/pom.xml' 'othello-strategy-examples/pom.xml' 'othello-strategy-template/pom.xml' 'othello-gui/pom.xml'
22:43:47 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:47 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'rev-parse' '--show-prefix'
22:43:47 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:47 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'status' '--porcelain' '.'
22:43:47 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:47 [WARNING] Ignoring unrecognized line: ?? othello-build-tools/pom.xml.releaseBackup
22:43:47 [WARNING] Ignoring unrecognized line: ?? othello-core/pom.xml.releaseBackup
22:43:47 [WARNING] Ignoring unrecognized line: ?? othello-gui/pom.xml.releaseBackup
22:43:47 [WARNING] Ignoring unrecognized line: ?? othello-strategy-examples/pom.xml.releaseBackup
22:43:47 [WARNING] Ignoring unrecognized line: ?? othello-strategy-template/pom.xml.releaseBackup
22:43:47 [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
22:43:47 [WARNING] Ignoring unrecognized line: ?? release.properties
22:43:47 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'commit' '--verbose' '-F' '/tmp/maven-scm-1059453204.commit'
22:43:47 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:47 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'symbolic-ref' 'HEAD'
22:43:47 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:47 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'push' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/othello.git' 'refs/heads/master:refs/heads/master'
22:43:47 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:43:48 [INFO] 17/17 prepare:end-release
22:43:48 [INFO] Release preparation complete.
22:43:48 [INFO] 
22:43:48 [INFO] --- release:3.0.1:perform (default-cli) @ othello ---
22:43:48 [INFO] starting perform goal, composed of 3 phases: verify-completed-prepare-phases, checkout-project-from-scm, run-perform-goals
22:43:48 [INFO] 1/3 perform:verify-completed-prepare-phases
22:43:48 [INFO] 2/3 perform:checkout-project-from-scm
22:43:48 [INFO] Checking out the project to perform the release ...
22:43:48 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello/target' && 'git' 'clone' '--depth' '1' '--branch' 'v1.0.1' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/othello.git' 'checkout'
22:43:48 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello/target
22:43:49 [INFO] Executing: /bin/sh -c cd '/tmp' && 'git' 'ls-remote' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/othello.git'
22:43:49 [INFO] Working directory: /tmp
22:43:49 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout' && 'git' 'fetch' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/othello.git'
22:43:49 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout
22:43:50 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout' && 'git' 'checkout' 'v1.0.1'
22:43:50 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout
22:43:50 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout' && 'git' 'ls-files'
22:43:50 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout
22:43:50 [INFO] 3/3 perform:run-perform-goals
22:43:50 [INFO] Invoking perform goals in directory /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout
22:43:50 [INFO] Executing goals 'deploy'...
22:43:51 [INFO] [INFO] Scanning for projects...
22:43:52 [INFO] [INFO] ------------------------------------------------------------------------
22:43:52 [INFO] [INFO] Reactor Build Order:
22:43:52 [INFO] [INFO] 
22:43:52 [INFO] [INFO] Othello                                                            [pom]
22:43:52 [INFO] [INFO] Othello Build Tools                                                [jar]
22:43:52 [INFO] [INFO] Othello Core                                                       [jar]
22:43:52 [INFO] [INFO] Othello Strategy Examples                                          [jar]
22:43:52 [INFO] [INFO] Othello Strategy Template                                          [jar]
22:43:52 [INFO] [INFO] Othello GUI                                                        [jar]
22:43:52 [INFO] [INFO] 
22:43:52 [INFO] [INFO] -------------------< de.fhdw.gaming.othello:othello >-------------------
22:43:52 [INFO] [INFO] Building Othello 1.0.1                                             [1/6]
22:43:52 [INFO] [INFO]   from pom.xml
22:43:52 [INFO] [INFO] --------------------------------[ pom ]---------------------------------
22:43:52 [INFO] [INFO] 
22:43:52 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello ---
22:43:52 [INFO] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
22:43:52 [INFO] [INFO] 
22:43:52 [INFO] [INFO] --- install:3.1.1:install (default-install) @ othello ---
22:43:52 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello/1.0.1/othello-1.0.1.pom
22:43:52 [INFO] [INFO] 
22:43:52 [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ othello ---
22:43:53 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello/1.0.1/othello-1.0.1.pom
22:43:53 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello/1.0.1/othello-1.0.1.pom (14 kB at 36 kB/s)
22:43:53 [INFO] [INFO] Downloading from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello/maven-metadata.xml
22:43:53 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello/maven-metadata.xml
22:43:53 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello/maven-metadata.xml (309 B at 11 kB/s)
22:43:53 [INFO] [INFO] 
22:43:53 [INFO] [INFO] -------------< de.fhdw.gaming.othello:othello-build-tools >-------------
22:43:53 [INFO] [INFO] Building Othello Build Tools 1.0.1                                 [2/6]
22:43:53 [INFO] [INFO]   from othello-build-tools/pom.xml
22:43:53 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:43:53 [INFO] [INFO] 
22:43:53 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-build-tools ---
22:43:53 [INFO] [INFO] 
22:43:53 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-build-tools ---
22:43:53 [INFO] [INFO] Copying 3 resources from src/main/resources to target/classes
22:43:53 [INFO] [INFO] 
22:43:53 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-build-tools ---
22:43:53 [INFO] [INFO] No sources to compile
22:43:53 [INFO] [INFO] 
22:43:53 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-build-tools ---
22:43:53 [INFO] [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-build-tools/src/test/resources
22:43:53 [INFO] [INFO] 
22:43:53 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-build-tools ---
22:43:53 [INFO] [INFO] No sources to compile
22:43:53 [INFO] [INFO] 
22:43:53 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-build-tools ---
22:43:54 [INFO] [INFO] No tests to run.
22:43:54 [INFO] [INFO] 
22:43:54 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-build-tools ---
22:43:54 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-build-tools/target/othello-build-tools-1.0.1.jar
22:43:54 [INFO] [INFO] 
22:43:54 [INFO] [INFO] --- install:3.1.1:install (default-install) @ othello-build-tools ---
22:43:54 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-build-tools/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-build-tools/1.0.1/othello-build-tools-1.0.1.pom
22:43:54 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-build-tools/target/othello-build-tools-1.0.1.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-build-tools/1.0.1/othello-build-tools-1.0.1.jar
22:43:54 [INFO] [INFO] 
22:43:54 [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ othello-build-tools ---
22:43:54 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-build-tools/1.0.1/othello-build-tools-1.0.1.pom
22:43:54 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-build-tools/1.0.1/othello-build-tools-1.0.1.pom (1.4 kB at 34 kB/s)
22:43:54 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-build-tools/1.0.1/othello-build-tools-1.0.1.jar
22:43:54 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-build-tools/1.0.1/othello-build-tools-1.0.1.jar (6.0 kB at 131 kB/s)
22:43:54 [INFO] [INFO] Downloading from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-build-tools/maven-metadata.xml
22:43:54 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-build-tools/maven-metadata.xml
22:43:55 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-build-tools/maven-metadata.xml (321 B at 9.4 kB/s)
22:43:55 [INFO] [INFO] 
22:43:55 [INFO] [INFO] ----------------< de.fhdw.gaming.othello:othello-core >-----------------
22:43:55 [INFO] [INFO] Building Othello Core 1.0.1                                        [3/6]
22:43:55 [INFO] [INFO]   from othello-core/pom.xml
22:43:55 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:43:55 [INFO] [INFO] 
22:43:55 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-core ---
22:43:55 [INFO] [INFO] 
22:43:55 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-core ---
22:43:58 [INFO] [INFO] You have 0 Checkstyle violations.
22:43:58 [INFO] [INFO] 
22:43:58 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-core >>>
22:43:58 [INFO] [INFO] 
22:43:58 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-core ---
22:43:59 [INFO] [INFO] PMD version: 6.55.0
22:44:05 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:44:05 [INFO] [INFO] 
22:44:05 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-core <<<
22:44:05 [INFO] [INFO] 
22:44:05 [INFO] [INFO] 
22:44:05 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-core ---
22:44:05 [INFO] [INFO] PMD version: 6.55.0
22:44:05 [INFO] [INFO] 
22:44:05 [INFO] [INFO] 
22:44:05 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-core ---
22:44:05 [INFO] [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/jacoco.exec
22:44:05 [INFO] [INFO] 
22:44:05 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-core ---
22:44:05 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:44:05 [INFO] [INFO] 
22:44:05 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-core ---
22:44:05 [INFO] [INFO] Changes detected - recompiling the module! :source
22:44:05 [INFO] [INFO] Compiling 32 source files with javac [debug release 17 module-path] to target/classes
22:44:07 [INFO] [INFO] 
22:44:07 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-core >>>
22:44:07 [INFO] [INFO] 
22:44:07 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-core ---
22:44:08 [INFO] [INFO] Fork Value is true
22:44:15 [INFO] [INFO] Done SpotBugs Analysis....
22:44:16 [INFO] [INFO] 
22:44:16 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-core <<<
22:44:16 [INFO] [INFO] 
22:44:16 [INFO] [INFO] 
22:44:16 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-core ---
22:44:16 [INFO] [INFO] BugInstance size is 0
22:44:16 [INFO] [INFO] Error size is 0
22:44:16 [INFO] [INFO] No errors/warnings found
22:44:16 [INFO] [INFO] 
22:44:16 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-core ---
22:44:16 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:44:16 [INFO] [INFO] 
22:44:16 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-core ---
22:44:16 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:44:16 [INFO] [INFO] Compiling 15 source files with javac [debug release 17 module-path] to target/test-classes
22:44:19 [INFO] [INFO] 
22:44:19 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-core ---
22:44:19 [INFO] [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
22:44:19 [INFO] [INFO] 
22:44:19 [INFO] [INFO] -------------------------------------------------------
22:44:19 [INFO] [INFO]  T E S T S
22:44:19 [INFO] [INFO] -------------------------------------------------------
22:44:20 [INFO] [INFO] Running de.fhdw.gaming.othello.core.moves.impl.OthelloPlaceTokenMoveImplTest
22:44:21 [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s -- in de.fhdw.gaming.othello.core.moves.impl.OthelloPlaceTokenMoveImplTest
22:44:21 [INFO] [INFO] Running de.fhdw.gaming.othello.core.moves.impl.OthelloSkipMoveImplTest
22:44:21 [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in de.fhdw.gaming.othello.core.moves.impl.OthelloSkipMoveImplTest
22:44:21 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.OthelloFieldStateTest
22:44:21 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in de.fhdw.gaming.othello.core.domain.OthelloFieldStateTest
22:44:21 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloBoardImplTest
22:44:21 [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloBoardImplTest
22:44:21 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPositionTest
22:44:21 [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPositionTest
22:44:21 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloGameBuilderImplTest
22:44:21 [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloGameBuilderImplTest
22:44:21 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloStateImplTest
22:44:21 [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloStateImplTest
22:44:21 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloFieldImplTest
22:44:21 [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloFieldImplTest
22:44:21 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerImplTest
22:44:21 [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerImplTest
22:44:21 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerBuilderImplTest
22:44:21 [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerBuilderImplTest
22:44:21 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloGameImplTest
22:44:22 [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloGameImplTest
22:44:22 [INFO] [INFO] 
22:44:22 [INFO] [INFO] Results:
22:44:22 [INFO] [INFO] 
22:44:22 [INFO] [INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0
22:44:22 [INFO] [INFO] 
22:44:22 [INFO] [INFO] 
22:44:22 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-core ---
22:44:22 [INFO] [INFO] Loading execution data file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/jacoco.exec
22:44:22 [INFO] [INFO] Analyzed bundle 'Othello Core' with 28 classes
22:44:23 [INFO] [INFO] 
22:44:23 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-core ---
22:44:23 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/othello-core-1.0.1.jar
22:44:23 [INFO] [INFO] 
22:44:23 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-core ---
22:44:23 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/othello-core-1.0.1-sources.jar
22:44:23 [INFO] [INFO] 
22:44:23 [INFO] [INFO] --- install:3.1.1:install (default-install) @ othello-core ---
22:44:23 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-core/1.0.1/othello-core-1.0.1.pom
22:44:23 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/othello-core-1.0.1.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-core/1.0.1/othello-core-1.0.1.jar
22:44:23 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/othello-core-1.0.1-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-core/1.0.1/othello-core-1.0.1-sources.jar
22:44:23 [INFO] [INFO] 
22:44:23 [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ othello-core ---
22:44:23 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-core/1.0.1/othello-core-1.0.1.pom
22:44:23 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-core/1.0.1/othello-core-1.0.1.pom (2.9 kB at 36 kB/s)
22:44:23 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-core/1.0.1/othello-core-1.0.1.jar
22:44:23 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-core/1.0.1/othello-core-1.0.1-sources.jar
22:44:23 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-core/1.0.1/othello-core-1.0.1.jar (47 kB at 703 kB/s)
22:44:23 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-core/1.0.1/othello-core-1.0.1-sources.jar (43 kB at 588 kB/s)
22:44:23 [INFO] [INFO] Downloading from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-core/maven-metadata.xml
22:44:23 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-core/maven-metadata.xml
22:44:23 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-core/maven-metadata.xml (314 B at 10 kB/s)
22:44:23 [INFO] [INFO] 
22:44:23 [INFO] [INFO] ----------< de.fhdw.gaming.othello:othello-strategy-examples >----------
22:44:23 [INFO] [INFO] Building Othello Strategy Examples 1.0.1                           [4/6]
22:44:23 [INFO] [INFO]   from othello-strategy-examples/pom.xml
22:44:23 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:44:23 [INFO] [INFO] 
22:44:23 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-strategy-examples ---
22:44:23 [INFO] [INFO] 
22:44:23 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-strategy-examples ---
22:44:23 [INFO] [INFO] You have 0 Checkstyle violations.
22:44:23 [INFO] [INFO] 
22:44:23 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-strategy-examples >>>
22:44:23 [INFO] [INFO] 
22:44:23 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-strategy-examples ---
22:44:23 [INFO] [INFO] PMD version: 6.55.0
22:44:24 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:44:24 [INFO] [INFO] 
22:44:24 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-strategy-examples <<<
22:44:24 [INFO] [INFO] 
22:44:24 [INFO] [INFO] 
22:44:24 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-strategy-examples ---
22:44:24 [INFO] [INFO] PMD version: 6.55.0
22:44:24 [INFO] [INFO] 
22:44:24 [INFO] [INFO] 
22:44:24 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-strategy-examples ---
22:44:24 [INFO] [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/target/jacoco.exec
22:44:24 [INFO] [INFO] 
22:44:24 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-strategy-examples ---
22:44:24 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:44:24 [INFO] [INFO] 
22:44:24 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-strategy-examples ---
22:44:24 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:44:24 [INFO] [INFO] Compiling 7 source files with javac [debug release 17 module-path] to target/classes
22:44:25 [INFO] [INFO] 
22:44:25 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-strategy-examples >>>
22:44:25 [INFO] [INFO] 
22:44:25 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-strategy-examples ---
22:44:25 [INFO] [INFO] Fork Value is true
22:44:31 [INFO] [INFO] Done SpotBugs Analysis....
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-strategy-examples <<<
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-strategy-examples ---
22:44:31 [INFO] [INFO] BugInstance size is 0
22:44:31 [INFO] [INFO] Error size is 0
22:44:31 [INFO] [INFO] No errors/warnings found
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-strategy-examples ---
22:44:31 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-strategy-examples ---
22:44:31 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-strategy-examples ---
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-strategy-examples ---
22:44:31 [INFO] [INFO] Skipping JaCoCo execution due to missing execution data file.
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-strategy-examples ---
22:44:31 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/target/othello-strategy-examples-1.0.1.jar
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-strategy-examples ---
22:44:31 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/target/othello-strategy-examples-1.0.1-sources.jar
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- install:3.1.1:install (default-install) @ othello-strategy-examples ---
22:44:31 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-examples/1.0.1/othello-strategy-examples-1.0.1.pom
22:44:31 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/target/othello-strategy-examples-1.0.1.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-examples/1.0.1/othello-strategy-examples-1.0.1.jar
22:44:31 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/target/othello-strategy-examples-1.0.1-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-examples/1.0.1/othello-strategy-examples-1.0.1-sources.jar
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ othello-strategy-examples ---
22:44:31 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-examples/1.0.1/othello-strategy-examples-1.0.1.pom
22:44:31 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-examples/1.0.1/othello-strategy-examples-1.0.1.pom (3.2 kB at 102 kB/s)
22:44:31 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-examples/1.0.1/othello-strategy-examples-1.0.1.jar
22:44:31 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-examples/1.0.1/othello-strategy-examples-1.0.1-sources.jar
22:44:31 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-examples/1.0.1/othello-strategy-examples-1.0.1.jar (12 kB at 312 kB/s)
22:44:31 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-examples/1.0.1/othello-strategy-examples-1.0.1-sources.jar (11 kB at 176 kB/s)
22:44:31 [INFO] [INFO] Downloading from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-examples/maven-metadata.xml
22:44:31 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-examples/maven-metadata.xml
22:44:31 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-examples/maven-metadata.xml (327 B at 14 kB/s)
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] ----------< de.fhdw.gaming.othello:othello-strategy-template >----------
22:44:31 [INFO] [INFO] Building Othello Strategy Template 1.0.1                           [5/6]
22:44:31 [INFO] [INFO]   from othello-strategy-template/pom.xml
22:44:31 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-strategy-template ---
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-strategy-template ---
22:44:31 [INFO] [INFO] You have 0 Checkstyle violations.
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-strategy-template >>>
22:44:31 [INFO] [INFO] 
22:44:31 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-strategy-template ---
22:44:31 [INFO] [INFO] PMD version: 6.55.0
22:44:32 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:44:32 [INFO] [INFO] 
22:44:32 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-strategy-template <<<
22:44:32 [INFO] [INFO] 
22:44:32 [INFO] [INFO] 
22:44:32 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-strategy-template ---
22:44:32 [INFO] [INFO] PMD version: 6.55.0
22:44:32 [INFO] [INFO] 
22:44:32 [INFO] [INFO] 
22:44:32 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-strategy-template ---
22:44:32 [INFO] [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/target/jacoco.exec
22:44:32 [INFO] [INFO] 
22:44:32 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-strategy-template ---
22:44:32 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:44:32 [INFO] [INFO] 
22:44:32 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-strategy-template ---
22:44:32 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:44:32 [INFO] [INFO] Compiling 3 source files with javac [debug release 17 module-path] to target/classes
22:44:32 [INFO] [INFO] 
22:44:32 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-strategy-template >>>
22:44:32 [INFO] [INFO] 
22:44:32 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-strategy-template ---
22:44:32 [INFO] [INFO] Fork Value is true
22:44:37 [INFO] [INFO] Done SpotBugs Analysis....
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-strategy-template <<<
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-strategy-template ---
22:44:37 [INFO] [INFO] BugInstance size is 0
22:44:37 [INFO] [INFO] Error size is 0
22:44:37 [INFO] [INFO] No errors/warnings found
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-strategy-template ---
22:44:37 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-strategy-template ---
22:44:37 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-strategy-template ---
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-strategy-template ---
22:44:37 [INFO] [INFO] Skipping JaCoCo execution due to missing execution data file.
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-strategy-template ---
22:44:37 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/target/othello-strategy-template-1.0.1.jar
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-strategy-template ---
22:44:37 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/target/othello-strategy-template-1.0.1-sources.jar
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] --- install:3.1.1:install (default-install) @ othello-strategy-template ---
22:44:37 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-template/1.0.1/othello-strategy-template-1.0.1.pom
22:44:37 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/target/othello-strategy-template-1.0.1.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-template/1.0.1/othello-strategy-template-1.0.1.jar
22:44:37 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/target/othello-strategy-template-1.0.1-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-strategy-template/1.0.1/othello-strategy-template-1.0.1-sources.jar
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ othello-strategy-template ---
22:44:37 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-template/1.0.1/othello-strategy-template-1.0.1.pom
22:44:37 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-template/1.0.1/othello-strategy-template-1.0.1.pom (2.6 kB at 73 kB/s)
22:44:37 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-template/1.0.1/othello-strategy-template-1.0.1.jar
22:44:37 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-template/1.0.1/othello-strategy-template-1.0.1-sources.jar
22:44:37 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-template/1.0.1/othello-strategy-template-1.0.1.jar (6.3 kB at 144 kB/s)
22:44:37 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-template/1.0.1/othello-strategy-template-1.0.1-sources.jar (6.8 kB at 99 kB/s)
22:44:37 [INFO] [INFO] Downloading from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-template/maven-metadata.xml
22:44:37 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-template/maven-metadata.xml
22:44:37 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-strategy-template/maven-metadata.xml (327 B at 11 kB/s)
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] -----------------< de.fhdw.gaming.othello:othello-gui >-----------------
22:44:37 [INFO] [INFO] Building Othello GUI 1.0.1                                         [6/6]
22:44:37 [INFO] [INFO]   from othello-gui/pom.xml
22:44:37 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-gui ---
22:44:37 [INFO] [INFO] 
22:44:37 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-gui ---
22:44:38 [INFO] [INFO] You have 0 Checkstyle violations.
22:44:38 [INFO] [INFO] 
22:44:38 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-gui >>>
22:44:38 [INFO] [INFO] 
22:44:38 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-gui ---
22:44:38 [INFO] [INFO] PMD version: 6.55.0
22:44:39 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:44:39 [INFO] [INFO] 
22:44:39 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-gui <<<
22:44:39 [INFO] [INFO] 
22:44:39 [INFO] [INFO] 
22:44:39 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-gui ---
22:44:39 [INFO] [INFO] PMD version: 6.55.0
22:44:39 [INFO] [INFO] 
22:44:39 [INFO] [INFO] 
22:44:39 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-gui ---
22:44:39 [INFO] [INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/target/jacoco.exec
22:44:39 [INFO] [INFO] 
22:44:39 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-gui ---
22:44:39 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:44:39 [INFO] [INFO] 
22:44:39 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-gui ---
22:44:39 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:44:39 [INFO] [INFO] Compiling 14 source files with javac [debug release 17 module-path] to target/classes
22:44:40 [INFO] [INFO] 
22:44:40 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-gui >>>
22:44:40 [INFO] [INFO] 
22:44:40 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-gui ---
22:44:40 [INFO] [INFO] Fork Value is true
22:44:48 [INFO] [INFO] Done SpotBugs Analysis....
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-gui <<<
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-gui ---
22:44:49 [INFO] [INFO] BugInstance size is 0
22:44:49 [INFO] [INFO] Error size is 0
22:44:49 [INFO] [INFO] No errors/warnings found
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-gui ---
22:44:49 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-gui ---
22:44:49 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-gui ---
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-gui ---
22:44:49 [INFO] [INFO] Skipping JaCoCo execution due to missing execution data file.
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-gui ---
22:44:49 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/target/othello-gui-1.0.1.jar
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-gui ---
22:44:49 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/target/othello-gui-1.0.1-sources.jar
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] --- install:3.1.1:install (default-install) @ othello-gui ---
22:44:49 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-gui/1.0.1/othello-gui-1.0.1.pom
22:44:49 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/target/othello-gui-1.0.1.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-gui/1.0.1/othello-gui-1.0.1.jar
22:44:49 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/target/othello-gui-1.0.1-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/othello/othello-gui/1.0.1/othello-gui-1.0.1-sources.jar
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ othello-gui ---
22:44:49 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-gui/1.0.1/othello-gui-1.0.1.pom
22:44:49 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-gui/1.0.1/othello-gui-1.0.1.pom (3.1 kB at 87 kB/s)
22:44:49 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-gui/1.0.1/othello-gui-1.0.1.jar
22:44:49 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-gui/1.0.1/othello-gui-1.0.1-sources.jar
22:44:49 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-gui/1.0.1/othello-gui-1.0.1.jar (33 kB at 859 kB/s)
22:44:49 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-gui/1.0.1/othello-gui-1.0.1-sources.jar (22 kB at 361 kB/s)
22:44:49 [INFO] [INFO] Downloading from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-gui/maven-metadata.xml
22:44:49 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-gui/maven-metadata.xml
22:44:49 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/othello/othello-gui/maven-metadata.xml (313 B at 11 kB/s)
22:44:49 [INFO] [INFO] ------------------------------------------------------------------------
22:44:49 [INFO] [INFO] Reactor Summary for Othello 1.0.1:
22:44:49 [INFO] [INFO] 
22:44:49 [INFO] [INFO] Othello ............................................ SUCCESS [  1.362 s]
22:44:49 [INFO] [INFO] Othello Build Tools ................................ SUCCESS [  1.581 s]
22:44:49 [INFO] [INFO] Othello Core ....................................... SUCCESS [ 28.625 s]
22:44:49 [INFO] [INFO] Othello Strategy Examples .......................... SUCCESS [  7.763 s]
22:44:49 [INFO] [INFO] Othello Strategy Template .......................... SUCCESS [  6.186 s]
22:44:49 [INFO] [INFO] Othello GUI ........................................ SUCCESS [ 11.743 s]
22:44:49 [INFO] [INFO] ------------------------------------------------------------------------
22:44:49 [INFO] [INFO] BUILD SUCCESS
22:44:49 [INFO] [INFO] ------------------------------------------------------------------------
22:44:49 [INFO] [INFO] Total time:  57.481 s
22:44:49 [INFO] [INFO] Finished at: 2023-10-09T22:44:49+02:00
22:44:49 [INFO] [INFO] ------------------------------------------------------------------------
22:44:49 [INFO] Cleaning up after release...
22:44:50 [INFO] ------------------------------------------------------------------------
22:44:50 [INFO] Reactor Summary for Othello 1.0.1-SNAPSHOT:
22:44:50 [INFO] 
22:44:50 [INFO] Othello ............................................ SUCCESS [02:00 min]
22:44:50 [INFO] Othello Build Tools ................................ SKIPPED
22:44:50 [INFO] Othello Core ....................................... SKIPPED
22:44:50 [INFO] Othello Strategy Examples .......................... SKIPPED
22:44:50 [INFO] Othello Strategy Template .......................... SKIPPED
22:44:50 [INFO] Othello GUI ........................................ SKIPPED
22:44:50 [INFO] ------------------------------------------------------------------------
22:44:50 [INFO] BUILD SUCCESS
22:44:50 [INFO] ------------------------------------------------------------------------
22:44:50 [INFO] Total time:  02:02 min
22:44:50 [INFO] Finished at: 2023-10-09T22:44:50+02:00
22:44:50 [INFO] ------------------------------------------------------------------------
22:44:50 Waiting for Jenkins to finish collecting data
22:44:50 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/pom.xml to de.fhdw.gaming.othello/othello-gui/1.0.1-SNAPSHOT/othello-gui-1.0.1-SNAPSHOT.pom
22:44:50 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/pom.xml to de.fhdw.gaming.othello/othello-strategy-template/1.0.1-SNAPSHOT/othello-strategy-template-1.0.1-SNAPSHOT.pom
22:44:50 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-build-tools/pom.xml to de.fhdw.gaming.othello/othello-build-tools/1.0.1-SNAPSHOT/othello-build-tools-1.0.1-SNAPSHOT.pom
22:44:50 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/pom.xml to de.fhdw.gaming.othello/othello-strategy-examples/1.0.1-SNAPSHOT/othello-strategy-examples-1.0.1-SNAPSHOT.pom
22:44:50 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/pom.xml to de.fhdw.gaming.othello/othello-core/1.0.1-SNAPSHOT/othello-core-1.0.1-SNAPSHOT.pom
22:44:50 [JENKINS] Archiving /var/lib/jenkins/home/jobs/othello/workspace/othello/pom.xml to de.fhdw.gaming.othello/othello/1.0.1-SNAPSHOT/othello-1.0.1-SNAPSHOT.pom
22:44:50 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
22:44:50 channel stopped
22:44:50 [M2Release] assigning keep build to current build.
22:44:50 [PMD] Searching for all files in '/var/lib/jenkins/home/jobs/othello/workspace/othello' that match the pattern '**/target/pmd.xml'
22:44:50 [PMD] Traversing of symbolic links: enabled
22:44:50 [PMD] -> found 8 files
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'othello-core/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'othello-gui/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'othello-strategy-examples/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'othello-strategy-template/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'target/checkout/othello-core/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'target/checkout/othello-gui/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'target/checkout/othello-strategy-examples/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'target/checkout/othello-strategy-template/target/pmd.xml'
22:44:50 [PMD] Skipping post processing
22:44:50 [PMD] No filter has been set, publishing all 0 issues
22:44:50 [PMD] Repository miner is not configured, skipping repository mining
22:44:50 [PMD] Searching for all files in '/var/lib/jenkins/home/jobs/othello/workspace/othello' that match the pattern '**/target/pmd.xml'
22:44:50 [PMD] Traversing of symbolic links: enabled
22:44:50 [PMD] -> found 8 files
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'othello-core/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'othello-gui/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'othello-strategy-examples/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'othello-strategy-template/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'target/checkout/othello-core/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'target/checkout/othello-gui/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'target/checkout/othello-strategy-examples/target/pmd.xml'
22:44:50 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/target/pmd.xml
22:44:50 [PMD] -> found 0 issues (skipped 0 duplicates)
22:44:50 [PMD] Successfully processed file 'target/checkout/othello-strategy-template/target/pmd.xml'
22:44:50 [PMD] Skipping post processing
22:44:50 [PMD] No filter has been set, publishing all 0 issues
22:44:50 [PMD] Repository miner is not configured, skipping repository mining
22:44:50 [PMD] Reference build recorder is not configured
22:44:50 [PMD] Obtaining reference build from same job (othello)
22:44:50 [PMD] Using reference build 'othello #85' to compute new, fixed, and outstanding issues
22:44:50 [PMD] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
22:44:50 [PMD] No quality gates have been set - skipping
22:44:50 [PMD] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
22:44:50 [PMD] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
22:44:50 [PMD] Attaching ResultAction with ID 'pmd' to build 'othello #87'.
22:44:50 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
22:44:50 [SpotBugs] Searching for all files in '/var/lib/jenkins/home/jobs/othello/workspace/othello' that match the pattern '**/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Traversing of symbolic links: enabled
22:44:50 [SpotBugs] -> found 8 files
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'othello-core/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'othello-gui/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'othello-strategy-examples/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'othello-strategy-template/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'target/checkout/othello-core/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'target/checkout/othello-gui/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'target/checkout/othello-strategy-examples/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'target/checkout/othello-strategy-template/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Skipping post processing
22:44:50 [SpotBugs] No filter has been set, publishing all 0 issues
22:44:50 [SpotBugs] Repository miner is not configured, skipping repository mining
22:44:50 [SpotBugs] Searching for all files in '/var/lib/jenkins/home/jobs/othello/workspace/othello' that match the pattern '**/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Traversing of symbolic links: enabled
22:44:50 [SpotBugs] -> found 8 files
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'othello-core/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'othello-gui/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'othello-strategy-examples/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'othello-strategy-template/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'target/checkout/othello-core/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'target/checkout/othello-gui/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'target/checkout/othello-strategy-examples/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/target/spotbugs/spotbugsXml.xml
22:44:50 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
22:44:50 [SpotBugs] Successfully processed file 'target/checkout/othello-strategy-template/target/spotbugs/spotbugsXml.xml'
22:44:50 [SpotBugs] Skipping post processing
22:44:50 [SpotBugs] No filter has been set, publishing all 0 issues
22:44:50 [SpotBugs] Repository miner is not configured, skipping repository mining
22:44:50 [SpotBugs] Reference build recorder is not configured
22:44:50 [SpotBugs] Obtaining reference build from same job (othello)
22:44:50 [SpotBugs] Using reference build 'othello #85' to compute new, fixed, and outstanding issues
22:44:50 [SpotBugs] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
22:44:50 [SpotBugs] No quality gates have been set - skipping
22:44:50 [SpotBugs] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
22:44:50 [SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
22:44:50 [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'othello #87'.
22:44:50 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
22:44:50 [CheckStyle] Searching for all files in '/var/lib/jenkins/home/jobs/othello/workspace/othello' that match the pattern '**/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Traversing of symbolic links: enabled
22:44:50 [CheckStyle] -> found 8 files
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'othello-core/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'othello-gui/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'othello-strategy-examples/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'othello-strategy-template/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'target/checkout/othello-core/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'target/checkout/othello-gui/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'target/checkout/othello-strategy-examples/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'target/checkout/othello-strategy-template/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Skipping post processing
22:44:50 [CheckStyle] No filter has been set, publishing all 0 issues
22:44:50 [CheckStyle] Repository miner is not configured, skipping repository mining
22:44:50 [CheckStyle] Searching for all files in '/var/lib/jenkins/home/jobs/othello/workspace/othello' that match the pattern '**/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Traversing of symbolic links: enabled
22:44:50 [CheckStyle] -> found 8 files
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'othello-core/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'othello-gui/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'othello-strategy-examples/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'othello-strategy-template/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-core/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'target/checkout/othello-core/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-gui/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'target/checkout/othello-gui/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-examples/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'target/checkout/othello-strategy-examples/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/othello/workspace/othello/target/checkout/othello-strategy-template/target/checkstyle-result.xml
22:44:50 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
22:44:50 [CheckStyle] Successfully processed file 'target/checkout/othello-strategy-template/target/checkstyle-result.xml'
22:44:50 [CheckStyle] Skipping post processing
22:44:50 [CheckStyle] No filter has been set, publishing all 0 issues
22:44:50 [CheckStyle] Repository miner is not configured, skipping repository mining
22:44:50 [CheckStyle] Reference build recorder is not configured
22:44:50 [CheckStyle] Obtaining reference build from same job (othello)
22:44:50 [CheckStyle] Using reference build 'othello #85' to compute new, fixed, and outstanding issues
22:44:50 [CheckStyle] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
22:44:50 [CheckStyle] No quality gates have been set - skipping
22:44:50 [CheckStyle] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
22:44:50 [CheckStyle] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
22:44:50 [CheckStyle] Attaching ResultAction with ID 'checkstyle' to build 'othello #87'.
22:44:50 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
22:44:50 [JaCoCo plugin] Collecting JaCoCo coverage data...
22:44:50 [JaCoCo plugin] Version: 3.3.5
22:44:50 [JaCoCo plugin] othello-core/target/jacoco.exec;othello-core/target/classes;othello-core/src/main/java; locations are configured
22:44:50 [JaCoCo plugin] Number of found exec files for pattern othello-core/target/jacoco.exec: 1
22:44:50 [JaCoCo plugin] Saving matched execfiles:  /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/jacoco.exec
22:44:50 [JaCoCo plugin] Saving matched class directories for class-pattern: othello-core/target/classes: 
22:44:50 [JaCoCo plugin]  - /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/classes 44 files
22:44:50 [JaCoCo plugin] Saving matched source directories for source-pattern: othello-core/src/main/java: 
22:44:50 [JaCoCo plugin] Source Inclusions: **/*.java
22:44:50 [JaCoCo plugin] Source Exclusions: 
22:44:50 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/src/main/java 32 files
22:44:50 [JaCoCo plugin] Loading inclusions files..
22:44:50 [JaCoCo plugin] inclusions: []
22:44:50 [JaCoCo plugin] exclusions: [**/module-info.class]
22:44:51 [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]
22:44:51 [JaCoCo plugin] Publishing the results..
22:44:51 [JaCoCo plugin] Loading packages..
22:44:51 [JaCoCo plugin] Done.
22:44:51 [JaCoCo plugin] Overall coverage: class: 96.42857, method: 90.29851, line: 94.457275, branch: 93.03797, instruction: 94.586266, complexity: 90.14085
22:44:51 [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]
22:44:51 [JaCoCo plugin] Apply Min/Max thresholds result: SUCCESS
22:44:51 Finished: SUCCESS