Skip to content
Failed

Console Output

22:36:12 Started by user Christoph Schulz
22:36:12 Running as Christoph Schulz
22:36:12 Building in workspace /var/lib/jenkins/home/jobs/othello/workspace/othello
22:36:12 The recommended git tool is: NONE
22:36:12 using credential 46247283-e2f4-4c6e-8a6e-5a6fa3bcfebf
22:36:12  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/home/jobs/othello/workspace/othello/.git # timeout=10
22:36:12 Fetching changes from the remote Git repository
22:36:12  > /usr/bin/git config remote.origin.url http://localhost:3000/Gaming/othello.git # timeout=10
22:36:12 Fetching upstream changes from http://localhost:3000/Gaming/othello.git
22:36:12  > /usr/bin/git --version # timeout=10
22:36:12  > git --version # 'git version 2.41.0'
22:36:12 using GIT_ASKPASS to set credentials 
22:36:12  > /usr/bin/git fetch --tags --force --progress -- http://localhost:3000/Gaming/othello.git +refs/heads/*:refs/remotes/origin/* # timeout=10
22:36:12  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
22:36:12 Checking out Revision 982a0c0819b07591730e1b058913ec8198445457 (refs/remotes/origin/master)
22:36:12  > /usr/bin/git config core.sparsecheckout # timeout=10
22:36:12  > /usr/bin/git checkout -f 982a0c0819b07591730e1b058913ec8198445457 # timeout=10
22:36:12 Commit message: "othello: added SCM information for maven-release-plugin"
22:36:12  > /usr/bin/git rev-list --no-walk 982a0c0819b07591730e1b058913ec8198445457 # timeout=10
22:36:12 Parsing POMs
22:36:12 Established TCP socket on 40359
22:36:12 [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 40359
22:36:12 <===[JENKINS REMOTING CAPACITY]===>channel started
22:36:14 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:36:15 [INFO] Scanning for projects...
22:36:15 [INFO] ------------------------------------------------------------------------
22:36:15 [INFO] Reactor Build Order:
22:36:15 [INFO] 
22:36:15 [INFO] Othello                                                            [pom]
22:36:15 [INFO] Othello Build Tools                                                [jar]
22:36:15 [INFO] Othello Core                                                       [jar]
22:36:15 [INFO] Othello Strategy Examples                                          [jar]
22:36:15 [INFO] Othello Strategy Template                                          [jar]
22:36:15 [INFO] Othello GUI                                                        [jar]
22:36:16 [INFO] 
22:36:16 [INFO] -------------------< de.fhdw.gaming.othello:othello >-------------------
22:36:16 [INFO] Building Othello 1.0.1-SNAPSHOT                                    [1/6]
22:36:16 [INFO]   from pom.xml
22:36:16 [INFO] --------------------------------[ pom ]---------------------------------
22:36:16 [INFO] 
22:36:16 [INFO] --- release:3.0.1:prepare (default-cli) @ othello ---
22:36:17 [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:36:17 [INFO] 1/17 prepare:check-poms
22:36:17 [INFO] 2/17 prepare:scm-check-modifications
22:36:17 [INFO] Verifying that there are no local modifications...
22:36:17 [INFO]   ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
22:36:17 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'rev-parse' '--show-prefix'
22:36:17 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:36:17 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'status' '--porcelain' '.'
22:36:17 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:36:17 [WARNING] Ignoring unrecognized line: ?? othello-build-tools@tmp/
22:36:17 [WARNING] Ignoring unrecognized line: ?? othello-core@tmp/
22:36:17 [WARNING] Ignoring unrecognized line: ?? othello-gui@tmp/
22:36:17 [WARNING] Ignoring unrecognized line: ?? othello-strategy-examples@tmp/
22:36:17 [WARNING] Ignoring unrecognized line: ?? othello-strategy-template@tmp/
22:36:17 [WARNING] Ignoring unrecognized line: ?? release.properties
22:36:17 [INFO] 3/17 prepare:check-dependency-snapshots
22:36:17 [INFO] Checking dependencies and plugins for snapshots ...
22:36:17 [INFO] 4/17 prepare:create-backup-poms
22:36:17 [INFO] Creating pom.xml backup with .releaseBackup suffix
22:36:17 [INFO] 5/17 prepare:map-release-versions
22:36:17 [INFO] 6/17 prepare:input-variables
22:36:17 [INFO] 7/17 prepare:map-development-versions
22:36:17 [INFO] 8/17 prepare:rewrite-poms-for-release
22:36:17 [INFO] Transforming pom.xml othello 'Othello'...
22:36:17 [INFO]   Updating ${build-tools.version} to 1.0.1
22:36:17 [INFO]   Ignoring artifact version update for expression ${build-tools.version} because it is already updated
22:36:17 [INFO]   Ignoring artifact version update for expression ${build-tools.version} because it is already updated
22:36:17 [INFO] Transforming othello-build-tools/pom.xml othello-build-tools 'Othello Build Tools'...
22:36:17 [INFO] Transforming othello-core/pom.xml othello-core 'Othello Core'...
22:36:17 [INFO] Transforming othello-strategy-examples/pom.xml othello-strategy-examples 'Othello Strategy Examples'...
22:36:17 [INFO]   Updating othello-core to 1.0.1
22:36:17 [INFO] Transforming othello-strategy-template/pom.xml othello-strategy-template 'Othello Strategy Template'...
22:36:17 [INFO]   Updating othello-core to 1.0.1
22:36:17 [INFO] Transforming othello-gui/pom.xml othello-gui 'Othello GUI'...
22:36:17 [INFO]   Updating othello-core to 1.0.1
22:36:17 [INFO] 9/17 prepare:generate-release-poms
22:36:17 [INFO] Not generating release POMs
22:36:17 [INFO] 10/17 prepare:run-preparation-goals
22:36:17 [INFO] Executing goals 'clean verify'...
22:36:19 [INFO] [INFO] Scanning for projects...
22:36:19 [INFO] [INFO] ------------------------------------------------------------------------
22:36:19 [INFO] [INFO] Reactor Build Order:
22:36:19 [INFO] [INFO] 
22:36:19 [INFO] [INFO] Othello                                                            [pom]
22:36:19 [INFO] [INFO] Othello Build Tools                                                [jar]
22:36:19 [INFO] [INFO] Othello Core                                                       [jar]
22:36:19 [INFO] [INFO] Othello Strategy Examples                                          [jar]
22:36:19 [INFO] [INFO] Othello Strategy Template                                          [jar]
22:36:19 [INFO] [INFO] Othello GUI                                                        [jar]
22:36:19 [INFO] [INFO] 
22:36:19 [INFO] [INFO] -------------------< de.fhdw.gaming.othello:othello >-------------------
22:36:19 [INFO] [INFO] Building Othello 1.0.1                                             [1/6]
22:36:19 [INFO] [INFO]   from pom.xml
22:36:19 [INFO] [INFO] --------------------------------[ pom ]---------------------------------
22:36:19 [INFO] [INFO] 
22:36:19 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello ---
22:36:19 [INFO] [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/othello/target
22:36:19 [INFO] [INFO] 
22:36:19 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello ---
22:36:20 [INFO] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
22:36:20 [INFO] [INFO] 
22:36:20 [INFO] [INFO] -------------< de.fhdw.gaming.othello:othello-build-tools >-------------
22:36:20 [INFO] [INFO] Building Othello Build Tools 1.0.1                                 [2/6]
22:36:20 [INFO] [INFO]   from othello-build-tools/pom.xml
22:36:20 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:36:20 [INFO] [INFO] 
22:36:20 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello-build-tools ---
22:36:20 [INFO] [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-build-tools/target
22:36:20 [INFO] [INFO] 
22:36:20 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-build-tools ---
22:36:20 [INFO] [INFO] 
22:36:20 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-build-tools ---
22:36:20 [INFO] [INFO] Copying 3 resources from src/main/resources to target/classes
22:36:20 [INFO] [INFO] 
22:36:20 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-build-tools ---
22:36:20 [INFO] [INFO] No sources to compile
22:36:20 [INFO] [INFO] 
22:36:20 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-build-tools ---
22:36:20 [INFO] [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-build-tools/src/test/resources
22:36:20 [INFO] [INFO] 
22:36:20 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-build-tools ---
22:36:20 [INFO] [INFO] No sources to compile
22:36:20 [INFO] [INFO] 
22:36:20 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-build-tools ---
22:36:20 [INFO] [INFO] No tests to run.
22:36:20 [INFO] [INFO] 
22:36:20 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-build-tools ---
22:36:21 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-build-tools/target/othello-build-tools-1.0.1.jar
22:36:21 [INFO] [INFO] 
22:36:21 [INFO] [INFO] ----------------< de.fhdw.gaming.othello:othello-core >-----------------
22:36:21 [INFO] [INFO] Building Othello Core 1.0.1                                        [3/6]
22:36:21 [INFO] [INFO]   from othello-core/pom.xml
22:36:21 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:36:21 [INFO] [INFO] 
22:36:21 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello-core ---
22:36:21 [INFO] [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target
22:36:21 [INFO] [INFO] 
22:36:21 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-core ---
22:36:21 [INFO] [INFO] 
22:36:21 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-core ---
22:36:24 [INFO] [INFO] You have 0 Checkstyle violations.
22:36:24 [INFO] [INFO] 
22:36:24 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-core >>>
22:36:24 [INFO] [INFO] 
22:36:24 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-core ---
22:36:25 [INFO] [INFO] PMD version: 6.55.0
22:36:29 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:36:29 [INFO] [INFO] 
22:36:29 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-core <<<
22:36:29 [INFO] [INFO] 
22:36:29 [INFO] [INFO] 
22:36:29 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-core ---
22:36:29 [INFO] [INFO] PMD version: 6.55.0
22:36:29 [INFO] [INFO] 
22:36:29 [INFO] [INFO] 
22:36:29 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-core ---
22:36:29 [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:36:29 [INFO] [INFO] 
22:36:29 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-core ---
22:36:29 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:36:29 [INFO] [INFO] 
22:36:29 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-core ---
22:36:30 [INFO] [INFO] Changes detected - recompiling the module! :source
22:36:30 [INFO] [INFO] Compiling 32 source files with javac [debug release 17 module-path] to target/classes
22:36:31 [INFO] [INFO] 
22:36:31 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-core >>>
22:36:31 [INFO] [INFO] 
22:36:31 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-core ---
22:36:32 [INFO] [INFO] Fork Value is true
22:36:39 [INFO] [INFO] Done SpotBugs Analysis....
22:36:39 [INFO] [INFO] 
22:36:39 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-core <<<
22:36:39 [INFO] [INFO] 
22:36:39 [INFO] [INFO] 
22:36:39 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-core ---
22:36:39 [INFO] [INFO] BugInstance size is 0
22:36:39 [INFO] [INFO] Error size is 0
22:36:39 [INFO] [INFO] No errors/warnings found
22:36:39 [INFO] [INFO] 
22:36:39 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-core ---
22:36:39 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:36:39 [INFO] [INFO] 
22:36:39 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-core ---
22:36:39 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:36:39 [INFO] [INFO] Compiling 15 source files with javac [debug release 17 module-path] to target/test-classes
22:36:42 [INFO] [INFO] 
22:36:42 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-core ---
22:36:42 [INFO] [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
22:36:42 [INFO] [INFO] 
22:36:42 [INFO] [INFO] -------------------------------------------------------
22:36:42 [INFO] [INFO]  T E S T S
22:36:42 [INFO] [INFO] -------------------------------------------------------
22:36:44 [INFO] [INFO] Running de.fhdw.gaming.othello.core.moves.impl.OthelloPlaceTokenMoveImplTest
22:36:44 [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in de.fhdw.gaming.othello.core.moves.impl.OthelloPlaceTokenMoveImplTest
22:36:44 [INFO] [INFO] Running de.fhdw.gaming.othello.core.moves.impl.OthelloSkipMoveImplTest
22:36:44 [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:36:44 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.OthelloFieldStateTest
22:36:44 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in de.fhdw.gaming.othello.core.domain.OthelloFieldStateTest
22:36:44 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloBoardImplTest
22:36:44 [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloBoardImplTest
22:36:44 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPositionTest
22:36:44 [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPositionTest
22:36:44 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloGameBuilderImplTest
22:36:44 [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloGameBuilderImplTest
22:36:44 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloStateImplTest
22:36:44 [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloStateImplTest
22:36:44 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloFieldImplTest
22:36:44 [INFO] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloFieldImplTest
22:36:44 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerImplTest
22:36:44 [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerImplTest
22:36:44 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerBuilderImplTest
22:36:44 [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloPlayerBuilderImplTest
22:36:44 [INFO] [INFO] Running de.fhdw.gaming.othello.core.domain.impl.OthelloGameImplTest
22:36:46 [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.074 s -- in de.fhdw.gaming.othello.core.domain.impl.OthelloGameImplTest
22:36:46 [INFO] [INFO] 
22:36:46 [INFO] [INFO] Results:
22:36:46 [INFO] [INFO] 
22:36:46 [INFO] [INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0
22:36:46 [INFO] [INFO] 
22:36:46 [INFO] [INFO] 
22:36:46 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-core ---
22:36:46 [INFO] [INFO] Loading execution data file /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/jacoco.exec
22:36:46 [INFO] [INFO] Analyzed bundle 'Othello Core' with 28 classes
22:36:46 [INFO] [INFO] 
22:36:46 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-core ---
22:36:46 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/othello-core-1.0.1.jar
22:36:46 [INFO] [INFO] 
22:36:46 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-core ---
22:36:46 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core/target/othello-core-1.0.1-sources.jar
22:36:46 [INFO] [INFO] 
22:36:46 [INFO] [INFO] ----------< de.fhdw.gaming.othello:othello-strategy-examples >----------
22:36:46 [INFO] [INFO] Building Othello Strategy Examples 1.0.1                           [4/6]
22:36:46 [INFO] [INFO]   from othello-strategy-examples/pom.xml
22:36:46 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:36:46 [INFO] [INFO] 
22:36:46 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello-strategy-examples ---
22:36:46 [INFO] [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/target
22:36:46 [INFO] [INFO] 
22:36:46 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-strategy-examples ---
22:36:46 [INFO] [INFO] 
22:36:46 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-strategy-examples ---
22:36:47 [INFO] [INFO] You have 0 Checkstyle violations.
22:36:47 [INFO] [INFO] 
22:36:47 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-strategy-examples >>>
22:36:47 [INFO] [INFO] 
22:36:47 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-strategy-examples ---
22:36:47 [INFO] [INFO] PMD version: 6.55.0
22:36:47 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:36:47 [INFO] [INFO] 
22:36:47 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-strategy-examples <<<
22:36:47 [INFO] [INFO] 
22:36:47 [INFO] [INFO] 
22:36:47 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-strategy-examples ---
22:36:47 [INFO] [INFO] PMD version: 6.55.0
22:36:47 [INFO] [INFO] 
22:36:47 [INFO] [INFO] 
22:36:47 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-strategy-examples ---
22:36:47 [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:36:47 [INFO] [INFO] 
22:36:47 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-strategy-examples ---
22:36:47 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:36:47 [INFO] [INFO] 
22:36:47 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-strategy-examples ---
22:36:47 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:36:47 [INFO] [INFO] Compiling 7 source files with javac [debug release 17 module-path] to target/classes
22:36:48 [INFO] [INFO] 
22:36:48 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-strategy-examples >>>
22:36:48 [INFO] [INFO] 
22:36:48 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-strategy-examples ---
22:36:48 [INFO] [INFO] Fork Value is true
22:36:53 [INFO] [INFO] Done SpotBugs Analysis....
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-strategy-examples <<<
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-strategy-examples ---
22:36:53 [INFO] [INFO] BugInstance size is 0
22:36:53 [INFO] [INFO] Error size is 0
22:36:53 [INFO] [INFO] No errors/warnings found
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-strategy-examples ---
22:36:53 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-strategy-examples ---
22:36:53 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-strategy-examples ---
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-strategy-examples ---
22:36:53 [INFO] [INFO] Skipping JaCoCo execution due to missing execution data file.
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-strategy-examples ---
22:36:53 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples/target/othello-strategy-examples-1.0.1.jar
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-strategy-examples ---
22:36:53 [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:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] ----------< de.fhdw.gaming.othello:othello-strategy-template >----------
22:36:53 [INFO] [INFO] Building Othello Strategy Template 1.0.1                           [5/6]
22:36:53 [INFO] [INFO]   from othello-strategy-template/pom.xml
22:36:53 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello-strategy-template ---
22:36:53 [INFO] [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/target
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-strategy-template ---
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-strategy-template ---
22:36:53 [INFO] [INFO] You have 0 Checkstyle violations.
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-strategy-template >>>
22:36:53 [INFO] [INFO] 
22:36:53 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-strategy-template ---
22:36:54 [INFO] [INFO] PMD version: 6.55.0
22:36:54 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:36:54 [INFO] [INFO] 
22:36:54 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-strategy-template <<<
22:36:54 [INFO] [INFO] 
22:36:54 [INFO] [INFO] 
22:36:54 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-strategy-template ---
22:36:54 [INFO] [INFO] PMD version: 6.55.0
22:36:54 [INFO] [INFO] 
22:36:54 [INFO] [INFO] 
22:36:54 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-strategy-template ---
22:36:54 [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:36:54 [INFO] [INFO] 
22:36:54 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-strategy-template ---
22:36:54 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:36:54 [INFO] [INFO] 
22:36:54 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-strategy-template ---
22:36:54 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:36:54 [INFO] [INFO] Compiling 3 source files with javac [debug release 17 module-path] to target/classes
22:36:54 [INFO] [INFO] 
22:36:54 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-strategy-template >>>
22:36:54 [INFO] [INFO] 
22:36:54 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-strategy-template ---
22:36:54 [INFO] [INFO] Fork Value is true
22:36:59 [INFO] [INFO] Done SpotBugs Analysis....
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-strategy-template <<<
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-strategy-template ---
22:36:59 [INFO] [INFO] BugInstance size is 0
22:36:59 [INFO] [INFO] Error size is 0
22:36:59 [INFO] [INFO] No errors/warnings found
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-strategy-template ---
22:36:59 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-strategy-template ---
22:36:59 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-strategy-template ---
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-strategy-template ---
22:36:59 [INFO] [INFO] Skipping JaCoCo execution due to missing execution data file.
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-strategy-template ---
22:36:59 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template/target/othello-strategy-template-1.0.1.jar
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-strategy-template ---
22:36:59 [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:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] -----------------< de.fhdw.gaming.othello:othello-gui >-----------------
22:36:59 [INFO] [INFO] Building Othello GUI 1.0.1                                         [6/6]
22:36:59 [INFO] [INFO]   from othello-gui/pom.xml
22:36:59 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ othello-gui ---
22:36:59 [INFO] [INFO] Deleting /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ othello-gui ---
22:36:59 [INFO] [INFO] 
22:36:59 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ othello-gui ---
22:37:00 [INFO] [INFO] You have 0 Checkstyle violations.
22:37:00 [INFO] [INFO] 
22:37:00 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ othello-gui >>>
22:37:00 [INFO] [INFO] 
22:37:00 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ othello-gui ---
22:37:00 [INFO] [INFO] PMD version: 6.55.0
22:37:01 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
22:37:01 [INFO] [INFO] 
22:37:01 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ othello-gui <<<
22:37:01 [INFO] [INFO] 
22:37:01 [INFO] [INFO] 
22:37:01 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ othello-gui ---
22:37:01 [INFO] [INFO] PMD version: 6.55.0
22:37:01 [INFO] [INFO] 
22:37:01 [INFO] [INFO] 
22:37:01 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ othello-gui ---
22:37:01 [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:37:01 [INFO] [INFO] 
22:37:01 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ othello-gui ---
22:37:01 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
22:37:01 [INFO] [INFO] 
22:37:01 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ othello-gui ---
22:37:01 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:37:01 [INFO] [INFO] Compiling 14 source files with javac [debug release 17 module-path] to target/classes
22:37:02 [INFO] [INFO] 
22:37:02 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ othello-gui >>>
22:37:02 [INFO] [INFO] 
22:37:02 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ othello-gui ---
22:37:02 [INFO] [INFO] Fork Value is true
22:37:10 [INFO] [INFO] Done SpotBugs Analysis....
22:37:10 [INFO] [INFO] 
22:37:10 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ othello-gui <<<
22:37:10 [INFO] [INFO] 
22:37:10 [INFO] [INFO] 
22:37:10 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ othello-gui ---
22:37:10 [INFO] [INFO] BugInstance size is 0
22:37:10 [INFO] [INFO] Error size is 0
22:37:10 [INFO] [INFO] No errors/warnings found
22:37:10 [INFO] [INFO] 
22:37:10 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ othello-gui ---
22:37:10 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
22:37:10 [INFO] [INFO] 
22:37:10 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ othello-gui ---
22:37:10 [INFO] [INFO] Changes detected - recompiling the module! :dependency
22:37:10 [INFO] [INFO] 
22:37:10 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ othello-gui ---
22:37:10 [INFO] [INFO] 
22:37:10 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ othello-gui ---
22:37:10 [INFO] [INFO] Skipping JaCoCo execution due to missing execution data file.
22:37:10 [INFO] [INFO] 
22:37:10 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ othello-gui ---
22:37:10 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target/othello-gui-1.0.1.jar
22:37:10 [INFO] [INFO] 
22:37:10 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ othello-gui ---
22:37:10 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui/target/othello-gui-1.0.1-sources.jar
22:37:10 [INFO] [INFO] ------------------------------------------------------------------------
22:37:10 [INFO] [INFO] Reactor Summary for Othello 1.0.1:
22:37:10 [INFO] [INFO] 
22:37:10 [INFO] [INFO] Othello ............................................ SUCCESS [  0.560 s]
22:37:10 [INFO] [INFO] Othello Build Tools ................................ SUCCESS [  1.071 s]
22:37:10 [INFO] [INFO] Othello Core ....................................... SUCCESS [ 25.743 s]
22:37:10 [INFO] [INFO] Othello Strategy Examples .......................... SUCCESS [  6.929 s]
22:37:10 [INFO] [INFO] Othello Strategy Template .......................... SUCCESS [  5.612 s]
22:37:10 [INFO] [INFO] Othello GUI ........................................ SUCCESS [ 10.862 s]
22:37:10 [INFO] [INFO] ------------------------------------------------------------------------
22:37:10 [INFO] [INFO] BUILD SUCCESS
22:37:10 [INFO] [INFO] ------------------------------------------------------------------------
22:37:10 [INFO] [INFO] Total time:  50.985 s
22:37:10 [INFO] [INFO] Finished at: 2023-10-09T22:37:10+02:00
22:37:10 [INFO] [INFO] ------------------------------------------------------------------------
22:37:10 [INFO] 11/17 prepare:scm-commit-release
22:37:10 [INFO] Checking in modified POMs...
22:37:10 [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:37:10 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:37:10 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'rev-parse' '--show-prefix'
22:37:10 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:37:10 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'status' '--porcelain' '.'
22:37:10 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:37:10 [WARNING] Ignoring unrecognized line: ?? othello-build-tools/pom.xml.releaseBackup
22:37:10 [WARNING] Ignoring unrecognized line: ?? othello-build-tools@tmp/
22:37:10 [WARNING] Ignoring unrecognized line: ?? othello-core/pom.xml.releaseBackup
22:37:10 [WARNING] Ignoring unrecognized line: ?? othello-core@tmp/
22:37:10 [WARNING] Ignoring unrecognized line: ?? othello-gui/pom.xml.releaseBackup
22:37:10 [WARNING] Ignoring unrecognized line: ?? othello-gui@tmp/
22:37:10 [WARNING] Ignoring unrecognized line: ?? othello-strategy-examples/pom.xml.releaseBackup
22:37:10 [WARNING] Ignoring unrecognized line: ?? othello-strategy-examples@tmp/
22:37:10 [WARNING] Ignoring unrecognized line: ?? othello-strategy-template/pom.xml.releaseBackup
22:37:10 [WARNING] Ignoring unrecognized line: ?? othello-strategy-template@tmp/
22:37:10 [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
22:37:10 [WARNING] Ignoring unrecognized line: ?? release.properties
22:37:10 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'commit' '--verbose' '-F' '/tmp/maven-scm-1946441916.commit'
22:37:10 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:37:10 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/othello/workspace/othello' && 'git' 'symbolic-ref' 'HEAD'
22:37:10 [INFO] Working directory: /var/lib/jenkins/home/jobs/othello/workspace/othello
22:37:11 [INFO] ------------------------------------------------------------------------
22:37:11 [INFO] Reactor Summary for Othello 1.0.1-SNAPSHOT:
22:37:11 [INFO] 
22:37:11 [INFO] Othello ............................................ FAILURE [ 54.583 s]
22:37:11 [INFO] Othello Build Tools ................................ SKIPPED
22:37:11 [INFO] Othello Core ....................................... SKIPPED
22:37:11 [INFO] Othello Strategy Examples .......................... SKIPPED
22:37:11 [INFO] Othello Strategy Template .......................... SKIPPED
22:37:11 [INFO] Othello GUI ........................................ SKIPPED
22:37:11 [INFO] ------------------------------------------------------------------------
22:37:11 [INFO] BUILD FAILURE
22:37:11 [INFO] ------------------------------------------------------------------------
22:37:11 [INFO] Total time:  56.375 s
22:37:11 [INFO] Finished at: 2023-10-09T22:37:11+02:00
22:37:11 [INFO] ------------------------------------------------------------------------
22:37:11 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:3.0.1:prepare (default-cli) on project othello: An error is occurred in the checkin process: Exception while executing SCM command. Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref -> [Help 1]
22:37:11 [ERROR] 
22:37:11 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
22:37:11 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
22:37:11 [ERROR] 
22:37:11 [ERROR] For more information about the errors and possible solutions, please read the following articles:
22:37:11 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
22:37:11 [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:37:11 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-gui@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
22:37:11 [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:37:11 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-template@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
22:37:11 [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:37:11 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-build-tools@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
22:37:11 [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:37:11 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-strategy-examples@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
22:37:11 [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:37:11 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello/othello-core@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
22:37:12 [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:37:12 Copying /var/lib/jenkins/home/jobs/othello/workspace/othello@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/othello
22:37:12 channel stopped
22:37:12 [PMDSpotBugsCheckStyle] Skipping execution of recorder since overall result is 'FAILURE'
22:37:12 Finished: FAILURE