Skip to content
Success

Console Output

21:48:17 Started by user Christoph Schulz
21:48:17 Running as Christoph Schulz
21:48:17 Building in workspace /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:48:17 The recommended git tool is: NONE
21:48:17 using credential 46247283-e2f4-4c6e-8a6e-5a6fa3bcfebf
21:48:17  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/home/jobs/gaming/workspace/gaming/.git # timeout=10
21:48:17 Fetching changes from the remote Git repository
21:48:17  > /usr/bin/git config remote.origin.url http://localhost:3000/Gaming/gaming.git # timeout=10
21:48:17 Fetching upstream changes from http://localhost:3000/Gaming/gaming.git
21:48:17  > /usr/bin/git --version # timeout=10
21:48:17  > git --version # 'git version 2.41.0'
21:48:17 using GIT_ASKPASS to set credentials 
21:48:17  > /usr/bin/git fetch --tags --force --progress -- http://localhost:3000/Gaming/gaming.git +refs/heads/*:refs/remotes/origin/* # timeout=10
21:48:17  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
21:48:17 Checking out Revision 913a92fe17fde3045cccbe9d628f79c6dbfdb34c (refs/remotes/origin/master)
21:48:17  > /usr/bin/git config core.sparsecheckout # timeout=10
21:48:17  > /usr/bin/git checkout -f 913a92fe17fde3045cccbe9d628f79c6dbfdb34c # timeout=10
21:48:17  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
21:48:17  > /usr/bin/git branch -D master # timeout=10
21:48:17  > /usr/bin/git checkout -b master 913a92fe17fde3045cccbe9d628f79c6dbfdb34c # timeout=10
21:48:17 Commit message: "build: plug-ins and dependencies updated"
21:48:17  > /usr/bin/git rev-list --no-walk 913a92fe17fde3045cccbe9d628f79c6dbfdb34c # timeout=10
21:48:17 Cleaning workspace
21:48:17  > /usr/bin/git rev-parse --verify HEAD # timeout=10
21:48:17 Resetting working tree
21:48:17  > /usr/bin/git reset --hard # timeout=10
21:48:17  > /usr/bin/git clean -fdx # timeout=10
21:48:17 Parsing POMs
21:48:17 Established TCP socket on 45759
21:48:17 [gaming] $ /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 45759
21:48:17 <===[JENKINS REMOTING CAPACITY]===>channel started
21:48:19 Executing Maven:  -B -f /var/lib/jenkins/home/jobs/gaming/workspace/gaming/pom.xml -DdevelopmentVersion=1.0.2-SNAPSHOT -DreleaseVersion=1.0.1 -Dresume=false release:prepare release:perform
21:48:21 [INFO] Scanning for projects...
21:48:21 [INFO] ------------------------------------------------------------------------
21:48:21 [INFO] Reactor Build Order:
21:48:21 [INFO] 
21:48:21 [INFO] Gaming                                                             [pom]
21:48:21 [INFO] Gaming Build Tools                                                 [jar]
21:48:21 [INFO] Gaming Core                                                        [jar]
21:48:21 [INFO] Gaming Contest                                                     [jar]
21:48:21 [INFO] Gaming GUI                                                         [jar]
21:48:21 [INFO] 
21:48:21 [INFO] -----------------------< de.fhdw.gaming:gaming >------------------------
21:48:21 [INFO] Building Gaming 1.0.1-SNAPSHOT                                     [1/5]
21:48:21 [INFO]   from pom.xml
21:48:21 [INFO] --------------------------------[ pom ]---------------------------------
21:48:21 [INFO] 
21:48:21 [INFO] --- release:3.0.1:prepare (default-cli) @ gaming ---
21:48:22 [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
21:48:22 [INFO] 1/17 prepare:check-poms
21:48:22 [INFO] 2/17 prepare:scm-check-modifications
21:48:22 [INFO] Verifying that there are no local modifications...
21:48:22 [INFO]   ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
21:48:22 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'rev-parse' '--show-prefix'
21:48:22 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:48:22 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'status' '--porcelain' '.'
21:48:22 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:48:22 [INFO] 3/17 prepare:check-dependency-snapshots
21:48:22 [INFO] Checking dependencies and plugins for snapshots ...
21:48:22 [INFO] 4/17 prepare:create-backup-poms
21:48:22 [INFO] Creating pom.xml backup with .releaseBackup suffix
21:48:22 [INFO] 5/17 prepare:map-release-versions
21:48:22 [INFO] 6/17 prepare:input-variables
21:48:22 [INFO] 7/17 prepare:map-development-versions
21:48:22 [INFO] 8/17 prepare:rewrite-poms-for-release
21:48:22 [INFO] Transforming pom.xml gaming 'Gaming'...
21:48:22 [INFO]   Ignoring artifact version update for expression ${project.version}
21:48:22 [INFO]   Ignoring artifact version update for expression ${project.version}
21:48:22 [INFO]   Ignoring artifact version update for expression ${project.version}
21:48:22 [INFO] Transforming gaming-build-tools/pom.xml gaming-build-tools 'Gaming Build Tools'...
21:48:22 [INFO] Transforming gaming-core/pom.xml gaming-core 'Gaming Core'...
21:48:22 [INFO] Transforming gaming-contest/pom.xml gaming-contest 'Gaming Contest'...
21:48:22 [INFO]   Ignoring artifact version update for expression ${project.version}
21:48:22 [INFO] Transforming gaming-gui/pom.xml gaming-gui 'Gaming GUI'...
21:48:22 [INFO]   Ignoring artifact version update for expression ${project.version}
21:48:23 [INFO] 9/17 prepare:generate-release-poms
21:48:23 [INFO] Not generating release POMs
21:48:23 [INFO] 10/17 prepare:run-preparation-goals
21:48:23 [INFO] Executing goals 'clean verify'...
21:48:24 [INFO] [INFO] Scanning for projects...
21:48:24 [INFO] [INFO] ------------------------------------------------------------------------
21:48:24 [INFO] [INFO] Reactor Build Order:
21:48:24 [INFO] [INFO] 
21:48:24 [INFO] [INFO] Gaming                                                             [pom]
21:48:24 [INFO] [INFO] Gaming Build Tools                                                 [jar]
21:48:24 [INFO] [INFO] Gaming Core                                                        [jar]
21:48:24 [INFO] [INFO] Gaming Contest                                                     [jar]
21:48:24 [INFO] [INFO] Gaming GUI                                                         [jar]
21:48:24 [INFO] [INFO] 
21:48:24 [INFO] [INFO] -----------------------< de.fhdw.gaming:gaming >------------------------
21:48:24 [INFO] [INFO] Building Gaming 1.0.1                                              [1/5]
21:48:24 [INFO] [INFO]   from pom.xml
21:48:24 [INFO] [INFO] --------------------------------[ pom ]---------------------------------
21:48:24 [INFO] [INFO] 
21:48:24 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ gaming ---
21:48:25 [INFO] [INFO] 
21:48:25 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gaming ---
21:48:25 [INFO] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
21:48:25 [INFO] [INFO] 
21:48:25 [INFO] [INFO] -----------------< de.fhdw.gaming:gaming-build-tools >------------------
21:48:25 [INFO] [INFO] Building Gaming Build Tools 1.0.1                                  [2/5]
21:48:25 [INFO] [INFO]   from gaming-build-tools/pom.xml
21:48:25 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
21:48:25 [INFO] [INFO] 
21:48:25 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ gaming-build-tools ---
21:48:25 [INFO] [INFO] 
21:48:25 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gaming-build-tools ---
21:48:25 [INFO] [INFO] 
21:48:25 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ gaming-build-tools ---
21:48:25 [INFO] [INFO] Copying 3 resources from src/main/resources to target/classes
21:48:25 [INFO] [INFO] 
21:48:25 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ gaming-build-tools ---
21:48:25 [INFO] [INFO] No sources to compile
21:48:25 [INFO] [INFO] 
21:48:25 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gaming-build-tools ---
21:48:25 [INFO] [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-build-tools/src/test/resources
21:48:25 [INFO] [INFO] 
21:48:25 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gaming-build-tools ---
21:48:25 [INFO] [INFO] No sources to compile
21:48:25 [INFO] [INFO] 
21:48:25 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ gaming-build-tools ---
21:48:25 [INFO] [INFO] No tests to run.
21:48:25 [INFO] [INFO] 
21:48:25 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gaming-build-tools ---
21:48:26 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-build-tools/target/gaming-build-tools-1.0.1.jar
21:48:26 [INFO] [INFO] 
21:48:26 [INFO] [INFO] ---------------------< de.fhdw.gaming:gaming-core >---------------------
21:48:26 [INFO] [INFO] Building Gaming Core 1.0.1                                         [3/5]
21:48:26 [INFO] [INFO]   from gaming-core/pom.xml
21:48:26 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
21:48:26 [INFO] [INFO] 
21:48:26 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ gaming-core ---
21:48:26 [INFO] [INFO] 
21:48:26 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gaming-core ---
21:48:26 [INFO] [INFO] 
21:48:26 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ gaming-core ---
21:48:29 [INFO] [INFO] You have 0 Checkstyle violations.
21:48:29 [INFO] [INFO] 
21:48:29 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ gaming-core >>>
21:48:29 [INFO] [INFO] 
21:48:29 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ gaming-core ---
21:48:29 [INFO] [INFO] PMD version: 6.55.0
21:48:34 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
21:48:34 [INFO] [INFO] 
21:48:34 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ gaming-core <<<
21:48:34 [INFO] [INFO] 
21:48:34 [INFO] [INFO] 
21:48:34 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ gaming-core ---
21:48:34 [INFO] [INFO] PMD version: 6.55.0
21:48:34 [INFO] [INFO] 
21:48:34 [INFO] [INFO] 
21:48:34 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ gaming-core ---
21:48:34 [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/gaming/workspace/gaming/gaming-core/target/jacoco.exec
21:48:34 [INFO] [INFO] 
21:48:34 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ gaming-core ---
21:48:34 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
21:48:34 [INFO] [INFO] 
21:48:34 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ gaming-core ---
21:48:34 [INFO] [INFO] Changes detected - recompiling the module! :source
21:48:34 [INFO] [INFO] Compiling 43 source files with javac [debug release 17] to target/classes
21:48:36 [INFO] [INFO] 
21:48:36 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ gaming-core >>>
21:48:36 [INFO] [INFO] 
21:48:36 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ gaming-core ---
21:48:37 [INFO] [INFO] Fork Value is true
21:48:44 [INFO] [INFO] Done SpotBugs Analysis....
21:48:45 [INFO] [INFO] 
21:48:45 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ gaming-core <<<
21:48:45 [INFO] [INFO] 
21:48:45 [INFO] [INFO] 
21:48:45 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ gaming-core ---
21:48:45 [INFO] [INFO] BugInstance size is 0
21:48:45 [INFO] [INFO] Error size is 0
21:48:45 [INFO] [INFO] No errors/warnings found
21:48:45 [INFO] [INFO] 
21:48:45 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gaming-core ---
21:48:45 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
21:48:45 [INFO] [INFO] 
21:48:45 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gaming-core ---
21:48:45 [INFO] [INFO] Changes detected - recompiling the module! :dependency
21:48:45 [INFO] [INFO] Compiling 24 source files with javac [debug release 17 module-path] to target/test-classes
21:48:47 [INFO] [INFO] 
21:48:47 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ gaming-core ---
21:48:47 [INFO] [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
21:48:47 [INFO] [INFO] 
21:48:47 [INFO] [INFO] -------------------------------------------------------
21:48:47 [INFO] [INFO]  T E S T S
21:48:47 [INFO] [INFO] -------------------------------------------------------
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.util.NonInteractiveInputProviderTest
21:48:49 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in de.fhdw.gaming.core.ui.util.NonInteractiveInputProviderTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.util.ChainedInputProviderTest
21:48:49 [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in de.fhdw.gaming.core.ui.util.ChainedInputProviderTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.IntegerFieldTypeTest
21:48:49 [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in de.fhdw.gaming.core.ui.type.IntegerFieldTypeTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.FieldTypeWithValidatorTest
21:48:49 [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in de.fhdw.gaming.core.ui.type.FieldTypeWithValidatorTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.ObjectFieldTypeTest
21:48:49 [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in de.fhdw.gaming.core.ui.type.ObjectFieldTypeTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.BooleanFieldTypeTest
21:48:49 [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in de.fhdw.gaming.core.ui.type.BooleanFieldTypeTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.StringFieldTypeTest
21:48:49 [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in de.fhdw.gaming.core.ui.type.StringFieldTypeTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.validator.PatternValidatorTest
21:48:49 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in de.fhdw.gaming.core.ui.type.validator.PatternValidatorTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.validator.ValueSetValidatorTest
21:48:49 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in de.fhdw.gaming.core.ui.type.validator.ValueSetValidatorTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.validator.MaxValueValidatorTest
21:48:49 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in de.fhdw.gaming.core.ui.type.validator.MaxValueValidatorTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.validator.MinValueValidatorTest
21:48:49 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in de.fhdw.gaming.core.ui.type.validator.MinValueValidatorTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.domain.AbstractPlayerTest
21:48:49 [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in de.fhdw.gaming.core.domain.AbstractPlayerTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.domain.util.GameBuilderFactoryWrapperTest
21:48:49 [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in de.fhdw.gaming.core.domain.util.GameBuilderFactoryWrapperTest
21:48:49 [INFO] [INFO] Running de.fhdw.gaming.core.domain.DefaultGameTest
21:48:51 [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.085 s -- in de.fhdw.gaming.core.domain.DefaultGameTest
21:48:51 [INFO] [INFO] 
21:48:51 [INFO] [INFO] Results:
21:48:51 [INFO] [INFO] 
21:48:51 [INFO] [INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0
21:48:51 [INFO] [INFO] 
21:48:51 [INFO] [INFO] 
21:48:51 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ gaming-core ---
21:48:51 [INFO] [INFO] Loading execution data file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/jacoco.exec
21:48:52 [INFO] [INFO] Analyzed bundle 'Gaming Core' with 26 classes
21:48:52 [INFO] [INFO] 
21:48:52 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gaming-core ---
21:48:52 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/gaming-core-1.0.1.jar
21:48:52 [INFO] [INFO] 
21:48:52 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ gaming-core ---
21:48:52 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/gaming-core-1.0.1-sources.jar
21:48:52 [INFO] [INFO] 
21:48:52 [INFO] [INFO] -------------------< de.fhdw.gaming:gaming-contest >--------------------
21:48:52 [INFO] [INFO] Building Gaming Contest 1.0.1                                      [4/5]
21:48:52 [INFO] [INFO]   from gaming-contest/pom.xml
21:48:52 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
21:48:52 [INFO] [INFO] 
21:48:52 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ gaming-contest ---
21:48:52 [INFO] [INFO] 
21:48:52 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gaming-contest ---
21:48:52 [INFO] [INFO] 
21:48:52 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ gaming-contest ---
21:48:53 [INFO] [INFO] You have 0 Checkstyle violations.
21:48:53 [INFO] [INFO] 
21:48:53 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ gaming-contest >>>
21:48:53 [INFO] [INFO] 
21:48:53 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ gaming-contest ---
21:48:53 [INFO] [INFO] PMD version: 6.55.0
21:48:54 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
21:48:54 [INFO] [INFO] 
21:48:54 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ gaming-contest <<<
21:48:54 [INFO] [INFO] 
21:48:54 [INFO] [INFO] 
21:48:54 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ gaming-contest ---
21:48:54 [INFO] [INFO] PMD version: 6.55.0
21:48:54 [INFO] [INFO] 
21:48:54 [INFO] [INFO] 
21:48:54 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ gaming-contest ---
21:48: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/gaming/workspace/gaming/gaming-contest/target/jacoco.exec
21:48:54 [INFO] [INFO] 
21:48:54 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ gaming-contest ---
21:48:54 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
21:48:54 [INFO] [INFO] 
21:48:54 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ gaming-contest ---
21:48:54 [INFO] [WARNING] *********************************************************************************************************************************************
21:48:54 [INFO] [WARNING] * Required filename-based automodules detected: [commons-cli-1.5.0.jar]. Please don't publish this project to a public artifact repository! *
21:48:54 [INFO] [WARNING] *********************************************************************************************************************************************
21:48:54 [INFO] [INFO] Changes detected - recompiling the module! :dependency
21:48:54 [INFO] [INFO] Compiling 8 source files with javac [debug release 17 module-path] to target/classes
21:48:55 [INFO] [INFO] 
21:48:55 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ gaming-contest >>>
21:48:55 [INFO] [INFO] 
21:48:55 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ gaming-contest ---
21:48:55 [INFO] [INFO] Fork Value is true
21:49:02 [INFO] [INFO] Done SpotBugs Analysis....
21:49:03 [INFO] [INFO] 
21:49:03 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ gaming-contest <<<
21:49:03 [INFO] [INFO] 
21:49:03 [INFO] [INFO] 
21:49:03 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ gaming-contest ---
21:49:03 [INFO] [INFO] BugInstance size is 0
21:49:03 [INFO] [INFO] Error size is 0
21:49:03 [INFO] [INFO] No errors/warnings found
21:49:03 [INFO] [INFO] 
21:49:03 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gaming-contest ---
21:49:03 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
21:49:03 [INFO] [INFO] 
21:49:03 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gaming-contest ---
21:49:03 [INFO] [INFO] Changes detected - recompiling the module! :dependency
21:49:03 [INFO] [INFO] Compiling 2 source files with javac [debug release 17 module-path] to target/test-classes
21:49:04 [INFO] [INFO] 
21:49:04 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ gaming-contest ---
21:49:04 [INFO] [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
21:49:04 [INFO] [INFO] 
21:49:04 [INFO] [INFO] -------------------------------------------------------
21:49:04 [INFO] [INFO]  T E S T S
21:49:04 [INFO] [INFO] -------------------------------------------------------
21:49:05 [INFO] [INFO] Running de.fhdw.gaming.contest.util.ComparablePairTest
21:49:06 [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in de.fhdw.gaming.contest.util.ComparablePairTest
21:49:06 [INFO] [INFO] Running de.fhdw.gaming.contest.util.CombinatoricsHelperTest
21:49:06 [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in de.fhdw.gaming.contest.util.CombinatoricsHelperTest
21:49:06 [INFO] [INFO] 
21:49:06 [INFO] [INFO] Results:
21:49:06 [INFO] [INFO] 
21:49:06 [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
21:49:06 [INFO] [INFO] 
21:49:06 [INFO] [INFO] 
21:49:06 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ gaming-contest ---
21:49:06 [INFO] [INFO] Loading execution data file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/jacoco.exec
21:49:06 [INFO] [INFO] Analyzed bundle 'Gaming Contest' with 12 classes
21:49:06 [INFO] [INFO] 
21:49:06 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gaming-contest ---
21:49:06 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/gaming-contest-1.0.1.jar
21:49:06 [INFO] [INFO] 
21:49:06 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ gaming-contest ---
21:49:06 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/gaming-contest-1.0.1-sources.jar
21:49:06 [INFO] [INFO] 
21:49:06 [INFO] [INFO] ---------------------< de.fhdw.gaming:gaming-gui >----------------------
21:49:06 [INFO] [INFO] Building Gaming GUI 1.0.1                                          [5/5]
21:49:06 [INFO] [INFO]   from gaming-gui/pom.xml
21:49:06 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
21:49:06 [INFO] [INFO] 
21:49:06 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ gaming-gui ---
21:49:06 [INFO] [INFO] 
21:49:06 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gaming-gui ---
21:49:06 [INFO] [INFO] 
21:49:06 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ gaming-gui ---
21:49:07 [INFO] [INFO] You have 0 Checkstyle violations.
21:49:07 [INFO] [INFO] 
21:49:07 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ gaming-gui >>>
21:49:07 [INFO] [INFO] 
21:49:07 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ gaming-gui ---
21:49:07 [INFO] [INFO] PMD version: 6.55.0
21:49:08 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
21:49:08 [INFO] [INFO] 
21:49:08 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ gaming-gui <<<
21:49:08 [INFO] [INFO] 
21:49:08 [INFO] [INFO] 
21:49:08 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ gaming-gui ---
21:49:08 [INFO] [INFO] PMD version: 6.55.0
21:49:08 [INFO] [INFO] 
21:49:08 [INFO] [INFO] 
21:49:08 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ gaming-gui ---
21:49:08 [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/gaming/workspace/gaming/gaming-gui/target/jacoco.exec
21:49:08 [INFO] [INFO] 
21:49:08 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ gaming-gui ---
21:49:08 [INFO] [INFO] Copying 8 resources from src/main/resources to target/classes
21:49:08 [INFO] [INFO] 
21:49:08 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ gaming-gui ---
21:49:08 [INFO] [INFO] Changes detected - recompiling the module! :dependency
21:49:08 [INFO] [INFO] Compiling 10 source files with javac [debug release 17 module-path] to target/classes
21:49:09 [INFO] [INFO] 
21:49:09 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ gaming-gui >>>
21:49:09 [INFO] [INFO] 
21:49:09 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ gaming-gui ---
21:49:09 [INFO] [INFO] Fork Value is true
21:49:17 [INFO] [INFO] Done SpotBugs Analysis....
21:49:17 [INFO] [INFO] 
21:49:17 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ gaming-gui <<<
21:49:17 [INFO] [INFO] 
21:49:17 [INFO] [INFO] 
21:49:17 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ gaming-gui ---
21:49:17 [INFO] [INFO] BugInstance size is 0
21:49:17 [INFO] [INFO] Error size is 0
21:49:17 [INFO] [INFO] No errors/warnings found
21:49:17 [INFO] [INFO] 
21:49:17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gaming-gui ---
21:49:17 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
21:49:17 [INFO] [INFO] 
21:49:17 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gaming-gui ---
21:49:17 [INFO] [INFO] No sources to compile
21:49:17 [INFO] [INFO] 
21:49:17 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ gaming-gui ---
21:49:17 [INFO] [INFO] 
21:49:17 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ gaming-gui ---
21:49:17 [INFO] [INFO] Skipping JaCoCo execution due to missing execution data file.
21:49:17 [INFO] [INFO] 
21:49:17 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gaming-gui ---
21:49:17 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/target/gaming-gui-1.0.1.jar
21:49:17 [INFO] [INFO] 
21:49:17 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ gaming-gui ---
21:49:17 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/target/gaming-gui-1.0.1-sources.jar
21:49:17 [INFO] [INFO] ------------------------------------------------------------------------
21:49:17 [INFO] [INFO] Reactor Summary for Gaming 1.0.1:
21:49:17 [INFO] [INFO] 
21:49:17 [INFO] [INFO] Gaming ............................................. SUCCESS [  0.600 s]
21:49:17 [INFO] [INFO] Gaming Build Tools ................................. SUCCESS [  0.812 s]
21:49:17 [INFO] [INFO] Gaming Core ........................................ SUCCESS [ 26.647 s]
21:49:17 [INFO] [INFO] Gaming Contest ..................................... SUCCESS [ 13.663 s]
21:49:17 [INFO] [INFO] Gaming GUI ......................................... SUCCESS [ 10.754 s]
21:49:17 [INFO] [INFO] ------------------------------------------------------------------------
21:49:17 [INFO] [INFO] BUILD SUCCESS
21:49:17 [INFO] [INFO] ------------------------------------------------------------------------
21:49:17 [INFO] [INFO] Total time:  52.690 s
21:49:17 [INFO] [INFO] Finished at: 2023-10-09T21:49:17+02:00
21:49:17 [INFO] [INFO] ------------------------------------------------------------------------
21:49:17 [INFO] 11/17 prepare:scm-commit-release
21:49:17 [INFO] Checking in modified POMs...
21:49:17 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'add' '--' 'pom.xml' 'gaming-build-tools/pom.xml' 'gaming-core/pom.xml' 'gaming-contest/pom.xml' 'gaming-gui/pom.xml'
21:49:17 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:17 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'rev-parse' '--show-prefix'
21:49:17 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:17 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'status' '--porcelain' '.'
21:49:17 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:17 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'commit' '--verbose' '-F' '/tmp/maven-scm-366604276.commit'
21:49:17 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:17 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'symbolic-ref' 'HEAD'
21:49:17 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:17 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'push' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/gaming.git' 'refs/heads/master:refs/heads/master'
21:49:17 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:18 [INFO] 12/17 prepare:scm-tag
21:49:18 [INFO] Tagging release with the label v1.0.1...
21:49:18 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'tag' '-F' '/tmp/maven-scm-1572763014.commit' 'v1.0.1'
21:49:18 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:18 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'push' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/gaming.git' 'refs/tags/v1.0.1'
21:49:18 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:18 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'ls-files'
21:49:18 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:18 [INFO] 13/17 prepare:rewrite-poms-for-development
21:49:18 [INFO] Transforming pom.xml gaming 'Gaming'...
21:49:18 [INFO]   Ignoring artifact version update for expression ${project.version}
21:49:18 [INFO]   Ignoring artifact version update for expression ${project.version}
21:49:18 [INFO]   Ignoring artifact version update for expression ${project.version}
21:49:18 [INFO] Transforming gaming-build-tools/pom.xml gaming-build-tools 'Gaming Build Tools'...
21:49:18 [INFO] Transforming gaming-core/pom.xml gaming-core 'Gaming Core'...
21:49:18 [INFO] Transforming gaming-contest/pom.xml gaming-contest 'Gaming Contest'...
21:49:18 [INFO]   Ignoring artifact version update for expression ${project.version}
21:49:18 [INFO] Transforming gaming-gui/pom.xml gaming-gui 'Gaming GUI'...
21:49:18 [INFO]   Ignoring artifact version update for expression ${project.version}
21:49:18 [INFO] 14/17 prepare:remove-release-poms
21:49:18 [INFO] Not removing release POMs
21:49:18 [INFO] 15/17 prepare:run-completion-goals
21:49:18 [INFO] 16/17 prepare:scm-commit-development
21:49:18 [INFO] Checking in modified POMs...
21:49:18 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'add' '--' 'pom.xml' 'gaming-build-tools/pom.xml' 'gaming-core/pom.xml' 'gaming-contest/pom.xml' 'gaming-gui/pom.xml'
21:49:18 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:19 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'rev-parse' '--show-prefix'
21:49:19 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:19 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'status' '--porcelain' '.'
21:49:19 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:19 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'commit' '--verbose' '-F' '/tmp/maven-scm-1578274203.commit'
21:49:19 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:19 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'symbolic-ref' 'HEAD'
21:49:19 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:19 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' && 'git' 'push' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/gaming.git' 'refs/heads/master:refs/heads/master'
21:49:19 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming
21:49:19 [INFO] 17/17 prepare:end-release
21:49:19 [INFO] Release preparation complete.
21:49:20 [INFO] 
21:49:20 [INFO] --- release:3.0.1:perform (default-cli) @ gaming ---
21:49:20 [INFO] starting perform goal, composed of 3 phases: verify-completed-prepare-phases, checkout-project-from-scm, run-perform-goals
21:49:20 [INFO] 1/3 perform:verify-completed-prepare-phases
21:49:20 [INFO] 2/3 perform:checkout-project-from-scm
21:49:20 [INFO] Checking out the project to perform the release ...
21:49:20 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming/target' && 'git' 'clone' '--depth' '1' '--branch' 'v1.0.1' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/gaming.git' 'checkout'
21:49:20 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target
21:49:21 [INFO] Executing: /bin/sh -c cd '/tmp' && 'git' 'ls-remote' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/gaming.git'
21:49:21 [INFO] Working directory: /tmp
21:49:21 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout' && 'git' 'fetch' 'https://jenkins:********@fhdwdev.ha.bib.de/gitea/Gaming/gaming.git'
21:49:21 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout
21:49:21 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout' && 'git' 'checkout' 'v1.0.1'
21:49:21 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout
21:49:21 [INFO] Executing: /bin/sh -c cd '/var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout' && 'git' 'ls-files'
21:49:21 [INFO] Working directory: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout
21:49:21 [INFO] 3/3 perform:run-perform-goals
21:49:21 [INFO] Invoking perform goals in directory /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout
21:49:21 [INFO] Executing goals 'deploy'...
21:49:23 [INFO] [INFO] Scanning for projects...
21:49:23 [INFO] [INFO] ------------------------------------------------------------------------
21:49:23 [INFO] [INFO] Reactor Build Order:
21:49:23 [INFO] [INFO] 
21:49:23 [INFO] [INFO] Gaming                                                             [pom]
21:49:23 [INFO] [INFO] Gaming Build Tools                                                 [jar]
21:49:23 [INFO] [INFO] Gaming Core                                                        [jar]
21:49:23 [INFO] [INFO] Gaming Contest                                                     [jar]
21:49:23 [INFO] [INFO] Gaming GUI                                                         [jar]
21:49:23 [INFO] [INFO] 
21:49:23 [INFO] [INFO] -----------------------< de.fhdw.gaming:gaming >------------------------
21:49:23 [INFO] [INFO] Building Gaming 1.0.1                                              [1/5]
21:49:23 [INFO] [INFO]   from pom.xml
21:49:23 [INFO] [INFO] --------------------------------[ pom ]---------------------------------
21:49:23 [INFO] [INFO] 
21:49:23 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gaming ---
21:49:23 [INFO] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
21:49:23 [INFO] [INFO] 
21:49:23 [INFO] [INFO] --- install:3.1.1:install (default-install) @ gaming ---
21:49:23 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming/1.0.1/gaming-1.0.1.pom
21:49:23 [INFO] [INFO] 
21:49:23 [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ gaming ---
21:49:24 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming/1.0.1/gaming-1.0.1.pom
21:49:24 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming/1.0.1/gaming-1.0.1.pom (13 kB at 30 kB/s)
21:49:24 [INFO] [INFO] Downloading from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming/maven-metadata.xml
21:49:24 [INFO] [INFO] Downloaded from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming/maven-metadata.xml (348 B at 11 kB/s)
21:49:24 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming/maven-metadata.xml
21:49:24 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming/maven-metadata.xml (358 B at 14 kB/s)
21:49:24 [INFO] [INFO] 
21:49:24 [INFO] [INFO] -----------------< de.fhdw.gaming:gaming-build-tools >------------------
21:49:24 [INFO] [INFO] Building Gaming Build Tools 1.0.1                                  [2/5]
21:49:24 [INFO] [INFO]   from gaming-build-tools/pom.xml
21:49:24 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
21:49:24 [INFO] [INFO] 
21:49:24 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gaming-build-tools ---
21:49:24 [INFO] [INFO] 
21:49:24 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ gaming-build-tools ---
21:49:25 [INFO] [INFO] Copying 3 resources from src/main/resources to target/classes
21:49:25 [INFO] [INFO] 
21:49:25 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ gaming-build-tools ---
21:49:25 [INFO] [INFO] No sources to compile
21:49:25 [INFO] [INFO] 
21:49:25 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gaming-build-tools ---
21:49:25 [INFO] [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-build-tools/src/test/resources
21:49:25 [INFO] [INFO] 
21:49:25 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gaming-build-tools ---
21:49:25 [INFO] [INFO] No sources to compile
21:49:25 [INFO] [INFO] 
21:49:25 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ gaming-build-tools ---
21:49:25 [INFO] [INFO] No tests to run.
21:49:25 [INFO] [INFO] 
21:49:25 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gaming-build-tools ---
21:49:25 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-build-tools/target/gaming-build-tools-1.0.1.jar
21:49:25 [INFO] [INFO] 
21:49:25 [INFO] [INFO] --- install:3.1.1:install (default-install) @ gaming-build-tools ---
21:49:25 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-build-tools/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-build-tools/1.0.1/gaming-build-tools-1.0.1.pom
21:49:25 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-build-tools/target/gaming-build-tools-1.0.1.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-build-tools/1.0.1/gaming-build-tools-1.0.1.jar
21:49:25 [INFO] [INFO] 
21:49:25 [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ gaming-build-tools ---
21:49:26 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-build-tools/1.0.1/gaming-build-tools-1.0.1.pom
21:49:26 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-build-tools/1.0.1/gaming-build-tools-1.0.1.pom (634 B at 20 kB/s)
21:49:26 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-build-tools/1.0.1/gaming-build-tools-1.0.1.jar
21:49:26 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-build-tools/1.0.1/gaming-build-tools-1.0.1.jar (5.7 kB at 143 kB/s)
21:49:26 [INFO] [INFO] Downloading from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml
21:49:26 [INFO] [INFO] Downloaded from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml (360 B at 24 kB/s)
21:49:26 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml
21:49:26 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml (370 B at 14 kB/s)
21:49:26 [INFO] [INFO] 
21:49:26 [INFO] [INFO] ---------------------< de.fhdw.gaming:gaming-core >---------------------
21:49:26 [INFO] [INFO] Building Gaming Core 1.0.1                                         [3/5]
21:49:26 [INFO] [INFO]   from gaming-core/pom.xml
21:49:26 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
21:49:26 [INFO] [INFO] 
21:49:26 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gaming-core ---
21:49:26 [INFO] [INFO] 
21:49:26 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ gaming-core ---
21:49:30 [INFO] [INFO] You have 0 Checkstyle violations.
21:49:30 [INFO] [INFO] 
21:49:30 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ gaming-core >>>
21:49:30 [INFO] [INFO] 
21:49:30 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ gaming-core ---
21:49:30 [INFO] [INFO] PMD version: 6.55.0
21:49:34 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
21:49:35 [INFO] [INFO] 
21:49:35 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ gaming-core <<<
21:49:35 [INFO] [INFO] 
21:49:35 [INFO] [INFO] 
21:49:35 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ gaming-core ---
21:49:35 [INFO] [INFO] PMD version: 6.55.0
21:49:35 [INFO] [INFO] 
21:49:35 [INFO] [INFO] 
21:49:35 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ gaming-core ---
21:49:35 [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/gaming/workspace/gaming/target/checkout/gaming-core/target/jacoco.exec
21:49:35 [INFO] [INFO] 
21:49:35 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ gaming-core ---
21:49:35 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
21:49:35 [INFO] [INFO] 
21:49:35 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ gaming-core ---
21:49:35 [INFO] [INFO] Changes detected - recompiling the module! :source
21:49:35 [INFO] [INFO] Compiling 43 source files with javac [debug release 17] to target/classes
21:49:37 [INFO] [INFO] 
21:49:37 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ gaming-core >>>
21:49:37 [INFO] [INFO] 
21:49:37 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ gaming-core ---
21:49:38 [INFO] [INFO] Fork Value is true
21:49:45 [INFO] [INFO] Done SpotBugs Analysis....
21:49:45 [INFO] [INFO] 
21:49:45 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ gaming-core <<<
21:49:45 [INFO] [INFO] 
21:49:45 [INFO] [INFO] 
21:49:45 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ gaming-core ---
21:49:45 [INFO] [INFO] BugInstance size is 0
21:49:45 [INFO] [INFO] Error size is 0
21:49:45 [INFO] [INFO] No errors/warnings found
21:49:45 [INFO] [INFO] 
21:49:45 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gaming-core ---
21:49:45 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
21:49:45 [INFO] [INFO] 
21:49:45 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gaming-core ---
21:49:45 [INFO] [INFO] Changes detected - recompiling the module! :dependency
21:49:45 [INFO] [INFO] Compiling 24 source files with javac [debug release 17 module-path] to target/test-classes
21:49:47 [INFO] [INFO] 
21:49:47 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ gaming-core ---
21:49:47 [INFO] [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
21:49:47 [INFO] [INFO] 
21:49:47 [INFO] [INFO] -------------------------------------------------------
21:49:47 [INFO] [INFO]  T E S T S
21:49:47 [INFO] [INFO] -------------------------------------------------------
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.util.NonInteractiveInputProviderTest
21:49:49 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in de.fhdw.gaming.core.ui.util.NonInteractiveInputProviderTest
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.util.ChainedInputProviderTest
21:49:49 [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in de.fhdw.gaming.core.ui.util.ChainedInputProviderTest
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.IntegerFieldTypeTest
21:49:49 [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in de.fhdw.gaming.core.ui.type.IntegerFieldTypeTest
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.FieldTypeWithValidatorTest
21:49:49 [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in de.fhdw.gaming.core.ui.type.FieldTypeWithValidatorTest
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.ObjectFieldTypeTest
21:49:49 [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in de.fhdw.gaming.core.ui.type.ObjectFieldTypeTest
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.BooleanFieldTypeTest
21:49:49 [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in de.fhdw.gaming.core.ui.type.BooleanFieldTypeTest
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.StringFieldTypeTest
21:49:49 [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in de.fhdw.gaming.core.ui.type.StringFieldTypeTest
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.validator.PatternValidatorTest
21:49:49 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in de.fhdw.gaming.core.ui.type.validator.PatternValidatorTest
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.validator.ValueSetValidatorTest
21:49:49 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in de.fhdw.gaming.core.ui.type.validator.ValueSetValidatorTest
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.validator.MaxValueValidatorTest
21:49:49 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in de.fhdw.gaming.core.ui.type.validator.MaxValueValidatorTest
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.ui.type.validator.MinValueValidatorTest
21:49:49 [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in de.fhdw.gaming.core.ui.type.validator.MinValueValidatorTest
21:49:49 [INFO] [INFO] Running de.fhdw.gaming.core.domain.AbstractPlayerTest
21:49:50 [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in de.fhdw.gaming.core.domain.AbstractPlayerTest
21:49:50 [INFO] [INFO] Running de.fhdw.gaming.core.domain.util.GameBuilderFactoryWrapperTest
21:49:50 [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in de.fhdw.gaming.core.domain.util.GameBuilderFactoryWrapperTest
21:49:50 [INFO] [INFO] Running de.fhdw.gaming.core.domain.DefaultGameTest
21:49:52 [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.105 s -- in de.fhdw.gaming.core.domain.DefaultGameTest
21:49:52 [INFO] [INFO] 
21:49:52 [INFO] [INFO] Results:
21:49:52 [INFO] [INFO] 
21:49:52 [INFO] [INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0
21:49:52 [INFO] [INFO] 
21:49:52 [INFO] [INFO] 
21:49:52 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ gaming-core ---
21:49:52 [INFO] [INFO] Loading execution data file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/target/jacoco.exec
21:49:52 [INFO] [INFO] Analyzed bundle 'Gaming Core' with 26 classes
21:49:52 [INFO] [INFO] 
21:49:52 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gaming-core ---
21:49:52 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/target/gaming-core-1.0.1.jar
21:49:52 [INFO] [INFO] 
21:49:52 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ gaming-core ---
21:49:52 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/target/gaming-core-1.0.1-sources.jar
21:49:52 [INFO] [INFO] 
21:49:52 [INFO] [INFO] --- install:3.1.1:install (default-install) @ gaming-core ---
21:49:52 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-core/1.0.1/gaming-core-1.0.1.pom
21:49:52 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/target/gaming-core-1.0.1.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-core/1.0.1/gaming-core-1.0.1.jar
21:49:52 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/target/gaming-core-1.0.1-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-core/1.0.1/gaming-core-1.0.1-sources.jar
21:49:52 [INFO] [INFO] 
21:49:52 [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ gaming-core ---
21:49:52 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-core/1.0.1/gaming-core-1.0.1.pom
21:49:52 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-core/1.0.1/gaming-core-1.0.1.pom (2.1 kB at 36 kB/s)
21:49:52 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-core/1.0.1/gaming-core-1.0.1.jar
21:49:53 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-core/1.0.1/gaming-core-1.0.1-sources.jar
21:49:53 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-core/1.0.1/gaming-core-1.0.1.jar (50 kB at 750 kB/s)
21:49:53 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-core/1.0.1/gaming-core-1.0.1-sources.jar (51 kB at 686 kB/s)
21:49:53 [INFO] [INFO] Downloading from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-core/maven-metadata.xml
21:49:53 [INFO] [INFO] Downloaded from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-core/maven-metadata.xml (353 B at 16 kB/s)
21:49:53 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-core/maven-metadata.xml
21:49:53 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-core/maven-metadata.xml (363 B at 4.7 kB/s)
21:49:53 [INFO] [INFO] 
21:49:53 [INFO] [INFO] -------------------< de.fhdw.gaming:gaming-contest >--------------------
21:49:53 [INFO] [INFO] Building Gaming Contest 1.0.1                                      [4/5]
21:49:53 [INFO] [INFO]   from gaming-contest/pom.xml
21:49:53 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
21:49:53 [INFO] [INFO] 
21:49:53 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gaming-contest ---
21:49:53 [INFO] [INFO] 
21:49:53 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ gaming-contest ---
21:49:53 [INFO] [INFO] You have 0 Checkstyle violations.
21:49:53 [INFO] [INFO] 
21:49:53 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ gaming-contest >>>
21:49:53 [INFO] [INFO] 
21:49:53 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ gaming-contest ---
21:49:53 [INFO] [INFO] PMD version: 6.55.0
21:49:55 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
21:49:55 [INFO] [INFO] 
21:49:55 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ gaming-contest <<<
21:49:55 [INFO] [INFO] 
21:49:55 [INFO] [INFO] 
21:49:55 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ gaming-contest ---
21:49:55 [INFO] [INFO] PMD version: 6.55.0
21:49:55 [INFO] [INFO] 
21:49:55 [INFO] [INFO] 
21:49:55 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ gaming-contest ---
21:49:55 [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/gaming/workspace/gaming/target/checkout/gaming-contest/target/jacoco.exec
21:49:55 [INFO] [INFO] 
21:49:55 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ gaming-contest ---
21:49:55 [INFO] [INFO] Copying 1 resource from src/main/resources to target/classes
21:49:55 [INFO] [INFO] 
21:49:55 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ gaming-contest ---
21:49:55 [INFO] [WARNING] *********************************************************************************************************************************************
21:49:55 [INFO] [WARNING] * Required filename-based automodules detected: [commons-cli-1.5.0.jar]. Please don't publish this project to a public artifact repository! *
21:49:55 [INFO] [WARNING] *********************************************************************************************************************************************
21:49:55 [INFO] [INFO] Changes detected - recompiling the module! :dependency
21:49:55 [INFO] [INFO] Compiling 8 source files with javac [debug release 17 module-path] to target/classes
21:49:56 [INFO] [INFO] 
21:49:56 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ gaming-contest >>>
21:49:56 [INFO] [INFO] 
21:49:56 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ gaming-contest ---
21:49:56 [INFO] [INFO] Fork Value is true
21:50:03 [INFO] [INFO] Done SpotBugs Analysis....
21:50:04 [INFO] [INFO] 
21:50:04 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ gaming-contest <<<
21:50:04 [INFO] [INFO] 
21:50:04 [INFO] [INFO] 
21:50:04 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ gaming-contest ---
21:50:04 [INFO] [INFO] BugInstance size is 0
21:50:04 [INFO] [INFO] Error size is 0
21:50:04 [INFO] [INFO] No errors/warnings found
21:50:04 [INFO] [INFO] 
21:50:04 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gaming-contest ---
21:50:04 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
21:50:04 [INFO] [INFO] 
21:50:04 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gaming-contest ---
21:50:04 [INFO] [INFO] Changes detected - recompiling the module! :dependency
21:50:04 [INFO] [INFO] Compiling 2 source files with javac [debug release 17 module-path] to target/test-classes
21:50:05 [INFO] [INFO] 
21:50:05 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ gaming-contest ---
21:50:05 [INFO] [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
21:50:05 [INFO] [INFO] 
21:50:05 [INFO] [INFO] -------------------------------------------------------
21:50:05 [INFO] [INFO]  T E S T S
21:50:05 [INFO] [INFO] -------------------------------------------------------
21:50:06 [INFO] [INFO] Running de.fhdw.gaming.contest.util.ComparablePairTest
21:50:06 [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in de.fhdw.gaming.contest.util.ComparablePairTest
21:50:06 [INFO] [INFO] Running de.fhdw.gaming.contest.util.CombinatoricsHelperTest
21:50:06 [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in de.fhdw.gaming.contest.util.CombinatoricsHelperTest
21:50:06 [INFO] [INFO] 
21:50:06 [INFO] [INFO] Results:
21:50:06 [INFO] [INFO] 
21:50:06 [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
21:50:06 [INFO] [INFO] 
21:50:06 [INFO] [INFO] 
21:50:06 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ gaming-contest ---
21:50:06 [INFO] [INFO] Loading execution data file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/target/jacoco.exec
21:50:06 [INFO] [INFO] Analyzed bundle 'Gaming Contest' with 12 classes
21:50:06 [INFO] [INFO] 
21:50:06 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gaming-contest ---
21:50:06 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/target/gaming-contest-1.0.1.jar
21:50:06 [INFO] [INFO] 
21:50:06 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ gaming-contest ---
21:50:06 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/target/gaming-contest-1.0.1-sources.jar
21:50:06 [INFO] [INFO] 
21:50:06 [INFO] [INFO] --- install:3.1.1:install (default-install) @ gaming-contest ---
21:50:06 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-contest/1.0.1/gaming-contest-1.0.1.pom
21:50:06 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/target/gaming-contest-1.0.1.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-contest/1.0.1/gaming-contest-1.0.1.jar
21:50:06 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/target/gaming-contest-1.0.1-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-contest/1.0.1/gaming-contest-1.0.1-sources.jar
21:50:06 [INFO] [INFO] 
21:50:06 [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ gaming-contest ---
21:50:06 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-contest/1.0.1/gaming-contest-1.0.1.pom
21:50:06 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-contest/1.0.1/gaming-contest-1.0.1.pom (2.4 kB at 64 kB/s)
21:50:06 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-contest/1.0.1/gaming-contest-1.0.1.jar
21:50:06 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-contest/1.0.1/gaming-contest-1.0.1-sources.jar
21:50:07 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-contest/1.0.1/gaming-contest-1.0.1.jar (29 kB at 521 kB/s)
21:50:07 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-contest/1.0.1/gaming-contest-1.0.1-sources.jar (18 kB at 247 kB/s)
21:50:07 [INFO] [INFO] Downloading from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-contest/maven-metadata.xml
21:50:07 [INFO] [INFO] Downloaded from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-contest/maven-metadata.xml (356 B at 40 kB/s)
21:50:07 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-contest/maven-metadata.xml
21:50:07 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-contest/maven-metadata.xml (366 B at 12 kB/s)
21:50:07 [INFO] [INFO] 
21:50:07 [INFO] [INFO] ---------------------< de.fhdw.gaming:gaming-gui >----------------------
21:50:07 [INFO] [INFO] Building Gaming GUI 1.0.1                                          [5/5]
21:50:07 [INFO] [INFO]   from gaming-gui/pom.xml
21:50:07 [INFO] [INFO] --------------------------------[ jar ]---------------------------------
21:50:07 [INFO] [INFO] 
21:50:07 [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gaming-gui ---
21:50:07 [INFO] [INFO] 
21:50:07 [INFO] [INFO] --- checkstyle:3.3.0:check (checkstyle) @ gaming-gui ---
21:50:07 [INFO] [INFO] You have 0 Checkstyle violations.
21:50:07 [INFO] [INFO] 
21:50:07 [INFO] [INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ gaming-gui >>>
21:50:07 [INFO] [INFO] 
21:50:07 [INFO] [INFO] --- pmd:3.21.0:pmd (pmd) @ gaming-gui ---
21:50:07 [INFO] [INFO] PMD version: 6.55.0
21:50:09 [INFO] [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
21:50:09 [INFO] [INFO] 
21:50:09 [INFO] [INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ gaming-gui <<<
21:50:09 [INFO] [INFO] 
21:50:09 [INFO] [INFO] 
21:50:09 [INFO] [INFO] --- pmd:3.21.0:check (pmd) @ gaming-gui ---
21:50:09 [INFO] [INFO] PMD version: 6.55.0
21:50:09 [INFO] [INFO] 
21:50:09 [INFO] [INFO] 
21:50:09 [INFO] [INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ gaming-gui ---
21:50:09 [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/gaming/workspace/gaming/target/checkout/gaming-gui/target/jacoco.exec
21:50:09 [INFO] [INFO] 
21:50:09 [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ gaming-gui ---
21:50:09 [INFO] [INFO] Copying 8 resources from src/main/resources to target/classes
21:50:09 [INFO] [INFO] 
21:50:09 [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ gaming-gui ---
21:50:09 [INFO] [INFO] Changes detected - recompiling the module! :dependency
21:50:09 [INFO] [INFO] Compiling 10 source files with javac [debug release 17 module-path] to target/classes
21:50:10 [INFO] [INFO] 
21:50:10 [INFO] [INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ gaming-gui >>>
21:50:10 [INFO] [INFO] 
21:50:10 [INFO] [INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ gaming-gui ---
21:50:10 [INFO] [INFO] Fork Value is true
21:50:18 [INFO] [INFO] Done SpotBugs Analysis....
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ gaming-gui <<<
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ gaming-gui ---
21:50:18 [INFO] [INFO] BugInstance size is 0
21:50:18 [INFO] [INFO] Error size is 0
21:50:18 [INFO] [INFO] No errors/warnings found
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gaming-gui ---
21:50:18 [INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gaming-gui ---
21:50:18 [INFO] [INFO] No sources to compile
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ gaming-gui ---
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] --- jacoco:0.8.10:report (jacoco-site) @ gaming-gui ---
21:50:18 [INFO] [INFO] Skipping JaCoCo execution due to missing execution data file.
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gaming-gui ---
21:50:18 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-gui/target/gaming-gui-1.0.1.jar
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ gaming-gui ---
21:50:18 [INFO] [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-gui/target/gaming-gui-1.0.1-sources.jar
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] --- install:3.1.1:install (default-install) @ gaming-gui ---
21:50:18 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-gui/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-gui/1.0.1/gaming-gui-1.0.1.pom
21:50:18 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-gui/target/gaming-gui-1.0.1.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-gui/1.0.1/gaming-gui-1.0.1.jar
21:50:18 [INFO] [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-gui/target/gaming-gui-1.0.1-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-gui/1.0.1/gaming-gui-1.0.1-sources.jar
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ gaming-gui ---
21:50:18 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-gui/1.0.1/gaming-gui-1.0.1.pom
21:50:18 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-gui/1.0.1/gaming-gui-1.0.1.pom (3.1 kB at 57 kB/s)
21:50:18 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-gui/1.0.1/gaming-gui-1.0.1.jar
21:50:18 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-gui/1.0.1/gaming-gui-1.0.1-sources.jar
21:50:18 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-gui/1.0.1/gaming-gui-1.0.1.jar (46 kB at 751 kB/s)
21:50:18 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-gui/1.0.1/gaming-gui-1.0.1-sources.jar (28 kB at 467 kB/s)
21:50:18 [INFO] [INFO] Downloading from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-gui/maven-metadata.xml
21:50:18 [INFO] [INFO] Downloaded from releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-gui/maven-metadata.xml (352 B at 19 kB/s)
21:50:18 [INFO] [INFO] Uploading to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-gui/maven-metadata.xml
21:50:18 [INFO] [INFO] Uploaded to releases: https://fhdwdev.ha.bib.de/nexus/content/repositories/releases/de/fhdw/gaming/gaming-gui/maven-metadata.xml (362 B at 13 kB/s)
21:50:18 [INFO] [INFO] ------------------------------------------------------------------------
21:50:18 [INFO] [INFO] Reactor Summary for Gaming 1.0.1:
21:50:18 [INFO] [INFO] 
21:50:18 [INFO] [INFO] Gaming ............................................. SUCCESS [  1.543 s]
21:50:18 [INFO] [INFO] Gaming Build Tools ................................. SUCCESS [  1.300 s]
21:50:18 [INFO] [INFO] Gaming Core ........................................ SUCCESS [ 27.120 s]
21:50:18 [INFO] [INFO] Gaming Contest ..................................... SUCCESS [ 13.842 s]
21:50:18 [INFO] [INFO] Gaming GUI ......................................... SUCCESS [ 11.282 s]
21:50:18 [INFO] [INFO] ------------------------------------------------------------------------
21:50:18 [INFO] [INFO] BUILD SUCCESS
21:50:18 [INFO] [INFO] ------------------------------------------------------------------------
21:50:18 [INFO] [INFO] Total time:  55.223 s
21:50:18 [INFO] [INFO] Finished at: 2023-10-09T21:50:18+02:00
21:50:18 [INFO] [INFO] ------------------------------------------------------------------------
21:50:18 [INFO] Cleaning up after release...
21:50:19 [INFO] ------------------------------------------------------------------------
21:50:19 [INFO] Reactor Summary for Gaming 1.0.1-SNAPSHOT:
21:50:19 [INFO] 
21:50:19 [INFO] Gaming ............................................. SUCCESS [01:56 min]
21:50:19 [INFO] Gaming Build Tools ................................. SKIPPED
21:50:19 [INFO] Gaming Core ........................................ SKIPPED
21:50:19 [INFO] Gaming Contest ..................................... SKIPPED
21:50:19 [INFO] Gaming GUI ......................................... SKIPPED
21:50:19 [INFO] ------------------------------------------------------------------------
21:50:19 [INFO] BUILD SUCCESS
21:50:19 [INFO] ------------------------------------------------------------------------
21:50:19 [INFO] Total time:  01:58 min
21:50:19 [INFO] Finished at: 2023-10-09T21:50:19+02:00
21:50:19 [INFO] ------------------------------------------------------------------------
21:50:19 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/pom.xml to de.fhdw.gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-SNAPSHOT.pom
21:50:19 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/pom.xml to de.fhdw.gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-SNAPSHOT.pom
21:50:19 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-build-tools/pom.xml to de.fhdw.gaming/gaming-build-tools/1.0.1-SNAPSHOT/gaming-build-tools-1.0.1-SNAPSHOT.pom
21:50:19 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming/pom.xml to de.fhdw.gaming/gaming/1.0.1-SNAPSHOT/gaming-1.0.1-SNAPSHOT.pom
21:50:19 Copying /var/lib/jenkins/home/jobs/gaming/workspace/gaming@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/gaming
21:50:19 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/pom.xml to de.fhdw.gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-SNAPSHOT.pom
21:50:19 [M2Release] assigning keep build to current build.
21:50:19 channel stopped
21:50:19 [M2Release] removing keep build from build 55
21:50:19 [PMD] Searching for all files in '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' that match the pattern '**/target/pmd.xml'
21:50:19 [PMD] Traversing of symbolic links: enabled
21:50:19 [PMD] -> found 6 files
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'gaming-contest/target/pmd.xml'
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'gaming-core/target/pmd.xml'
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'gaming-gui/target/pmd.xml'
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'target/checkout/gaming-contest/target/pmd.xml'
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'target/checkout/gaming-core/target/pmd.xml'
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-gui/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'target/checkout/gaming-gui/target/pmd.xml'
21:50:19 [PMD] Skipping post processing
21:50:19 [PMD] No filter has been set, publishing all 0 issues
21:50:19 [PMD] Repository miner is not configured, skipping repository mining
21:50:19 [PMD] Searching for all files in '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' that match the pattern '**/target/pmd.xml'
21:50:19 [PMD] Traversing of symbolic links: enabled
21:50:19 [PMD] -> found 6 files
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'gaming-contest/target/pmd.xml'
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'gaming-core/target/pmd.xml'
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'gaming-gui/target/pmd.xml'
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'target/checkout/gaming-contest/target/pmd.xml'
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'target/checkout/gaming-core/target/pmd.xml'
21:50:19 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-gui/target/pmd.xml
21:50:19 [PMD] -> found 0 issues (skipped 0 duplicates)
21:50:19 [PMD] Successfully processed file 'target/checkout/gaming-gui/target/pmd.xml'
21:50:19 [PMD] Skipping post processing
21:50:19 [PMD] No filter has been set, publishing all 0 issues
21:50:19 [PMD] Repository miner is not configured, skipping repository mining
21:50:19 [PMD] Reference build recorder is not configured
21:50:19 [PMD] Obtaining reference build from same job (gaming)
21:50:19 [PMD] Using reference build 'gaming #76' to compute new, fixed, and outstanding issues
21:50:19 [PMD] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
21:50:19 [PMD] No quality gates have been set - skipping
21:50:19 [PMD] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
21:50:19 [PMD] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
21:50:19 [PMD] Attaching ResultAction with ID 'pmd' to build 'gaming #78'.
21:50:19 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
21:50:19 [SpotBugs] Searching for all files in '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' that match the pattern '**/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Traversing of symbolic links: enabled
21:50:19 [SpotBugs] -> found 6 files
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'gaming-contest/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'gaming-core/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'gaming-gui/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'target/checkout/gaming-contest/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'target/checkout/gaming-core/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-gui/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'target/checkout/gaming-gui/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Skipping post processing
21:50:19 [SpotBugs] No filter has been set, publishing all 0 issues
21:50:19 [SpotBugs] Repository miner is not configured, skipping repository mining
21:50:19 [SpotBugs] Searching for all files in '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' that match the pattern '**/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Traversing of symbolic links: enabled
21:50:19 [SpotBugs] -> found 6 files
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'gaming-contest/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'gaming-core/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'gaming-gui/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'target/checkout/gaming-contest/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'target/checkout/gaming-core/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-gui/target/spotbugs/spotbugsXml.xml
21:50:19 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
21:50:19 [SpotBugs] Successfully processed file 'target/checkout/gaming-gui/target/spotbugs/spotbugsXml.xml'
21:50:19 [SpotBugs] Skipping post processing
21:50:19 [SpotBugs] No filter has been set, publishing all 0 issues
21:50:19 [SpotBugs] Repository miner is not configured, skipping repository mining
21:50:19 [SpotBugs] Reference build recorder is not configured
21:50:19 [SpotBugs] Obtaining reference build from same job (gaming)
21:50:19 [SpotBugs] Using reference build 'gaming #76' to compute new, fixed, and outstanding issues
21:50:19 [SpotBugs] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
21:50:19 [SpotBugs] No quality gates have been set - skipping
21:50:19 [SpotBugs] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
21:50:19 [SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
21:50:19 [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'gaming #78'.
21:50:19 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
21:50:19 [CheckStyle] Searching for all files in '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' that match the pattern '**/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Traversing of symbolic links: enabled
21:50:19 [CheckStyle] -> found 6 files
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'gaming-contest/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'gaming-core/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'gaming-gui/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'target/checkout/gaming-contest/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'target/checkout/gaming-core/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-gui/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'target/checkout/gaming-gui/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Skipping post processing
21:50:19 [CheckStyle] No filter has been set, publishing all 0 issues
21:50:19 [CheckStyle] Repository miner is not configured, skipping repository mining
21:50:19 [CheckStyle] Searching for all files in '/var/lib/jenkins/home/jobs/gaming/workspace/gaming' that match the pattern '**/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Traversing of symbolic links: enabled
21:50:19 [CheckStyle] -> found 6 files
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'gaming-contest/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'gaming-core/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'gaming-gui/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-contest/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'target/checkout/gaming-contest/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-core/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'target/checkout/gaming-core/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/target/checkout/gaming-gui/target/checkstyle-result.xml
21:50:19 [CheckStyle] -> found 0 issues (skipped 0 duplicates)
21:50:19 [CheckStyle] Successfully processed file 'target/checkout/gaming-gui/target/checkstyle-result.xml'
21:50:19 [CheckStyle] Skipping post processing
21:50:19 [CheckStyle] No filter has been set, publishing all 0 issues
21:50:19 [CheckStyle] Repository miner is not configured, skipping repository mining
21:50:19 [CheckStyle] Reference build recorder is not configured
21:50:19 [CheckStyle] Obtaining reference build from same job (gaming)
21:50:19 [CheckStyle] Using reference build 'gaming #76' to compute new, fixed, and outstanding issues
21:50:19 [CheckStyle] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
21:50:19 [CheckStyle] No quality gates have been set - skipping
21:50:19 [CheckStyle] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
21:50:19 [CheckStyle] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
21:50:19 [CheckStyle] Attaching ResultAction with ID 'checkstyle' to build 'gaming #78'.
21:50:19 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
21:50:19 [JaCoCo plugin] Collecting JaCoCo coverage data...
21:50:19 [JaCoCo plugin] Version: 3.3.5
21:50:19 [JaCoCo plugin] gaming-core/target/jacoco.exec;gaming-core/target/classes;gaming-core/src/main/java; locations are configured
21:50:19 [JaCoCo plugin] Number of found exec files for pattern gaming-core/target/jacoco.exec: 1
21:50:19 [JaCoCo plugin] Saving matched execfiles:  /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/jacoco.exec
21:50:19 [JaCoCo plugin] Saving matched class directories for class-pattern: gaming-core/target/classes: 
21:50:19 [JaCoCo plugin]  - /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/classes 44 files
21:50:19 [JaCoCo plugin] Saving matched source directories for source-pattern: gaming-core/src/main/java: 
21:50:19 [JaCoCo plugin] Source Inclusions: de/fhdw/gaming/core/**/*.java
21:50:19 [JaCoCo plugin] Source Exclusions: **/module-info.java
21:50:19 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/src/main/java 42 files
21:50:19 [JaCoCo plugin] Loading inclusions files..
21:50:19 [JaCoCo plugin] inclusions: [de/fhdw/gaming/core/**/*.class]
21:50:19 [JaCoCo plugin] exclusions: [**/module-info.class]
21:50:19 [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=50, maxClass=70, minMethod=50, maxMethod=75, minLine=60, maxLine=75, minBranch=50, maxBranch=70, minInstruction=60, maxInstruction=75, minComplexity=50, maxComplexity=70]
21:50:19 [JaCoCo plugin] Publishing the results..
21:50:19 [JaCoCo plugin] Loading packages..
21:50:19 [JaCoCo plugin] Done.
21:50:19 [JaCoCo plugin] Overall coverage: class: 76.92308, method: 82.27848, line: 81.06904, branch: 77.88461, instruction: 81.85504, complexity: 79.14692
21:50:19 [JaCoCo plugin] Health thresholds: JacocoHealthReportThresholds [minClass=50, maxClass=70, minMethod=50, maxMethod=75, minLine=60, maxLine=75, minBranch=50, maxBranch=70, minInstruction=60, maxInstruction=75, minComplexity=50, maxComplexity=70]
21:50:19 [JaCoCo plugin] Apply Min/Max thresholds result: SUCCESS
21:50:19 Maven RedeployPublisher use remote  maven settings from : /var/lib/jenkins/.m2/settings.xml
21:50:19 [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots (id=snapshots,uniqueVersion=true)
21:50:19 Deploying the main artifact gaming-1.0.1-SNAPSHOT.pom
21:50:19 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/maven-metadata.xml
21:50:19 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/maven-metadata.xml (599 B at 33 kB/s)
21:50:19 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/gaming-1.0.1-20231009.195019-18.pom
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/gaming-1.0.1-20231009.195019-18.pom (13 kB at 457 kB/s)
21:50:20 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/maven-metadata.xml
21:50:20 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/maven-metadata.xml (340 B at 21 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/maven-metadata.xml
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/maven-metadata.xml (599 B at 35 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/maven-metadata.xml
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/maven-metadata.xml (340 B at 10 kB/s)
21:50:20 [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots (id=snapshots,uniqueVersion=true)
21:50:20 Deploying the main artifact gaming-build-tools-1.0.1-SNAPSHOT.pom
21:50:20 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/maven-metadata.xml
21:50:20 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/maven-metadata.xml (785 B at 65 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/gaming-build-tools-1.0.1-20231009.195020-18.pom
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/gaming-build-tools-1.0.1-20231009.195020-18.pom (652 B at 31 kB/s)
21:50:20 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml
21:50:20 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml (352 B at 44 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/maven-metadata.xml
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/maven-metadata.xml (785 B at 22 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml (352 B at 15 kB/s)
21:50:20 [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots (id=snapshots,uniqueVersion=true)
21:50:20 Deploying the main artifact gaming-contest-1.0.1-SNAPSHOT.pom
21:50:20 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/maven-metadata.xml
21:50:20 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/maven-metadata.xml (996 B at 45 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-20231009.195020-18.pom
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-20231009.195020-18.pom (2.4 kB at 126 kB/s)
21:50:20 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/maven-metadata.xml
21:50:20 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/maven-metadata.xml (348 B at 50 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/maven-metadata.xml
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/maven-metadata.xml (996 B at 52 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/maven-metadata.xml
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/maven-metadata.xml (348 B at 18 kB/s)
21:50:20 [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots (id=snapshots,uniqueVersion=true)
21:50:20 Deploying the main artifact gaming-core-1.0.1-SNAPSHOT.pom
21:50:20 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/maven-metadata.xml
21:50:20 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/maven-metadata.xml (993 B at 83 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-20231009.195020-18.pom
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-20231009.195020-18.pom (2.1 kB at 104 kB/s)
21:50:20 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/maven-metadata.xml
21:50:20 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/maven-metadata.xml (345 B at 43 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/maven-metadata.xml
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/maven-metadata.xml (993 B at 45 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/maven-metadata.xml
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/maven-metadata.xml (345 B at 10 kB/s)
21:50:20 [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots (id=snapshots,uniqueVersion=true)
21:50:20 Deploying the main artifact gaming-gui-1.0.1-SNAPSHOT.pom
21:50:20 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/maven-metadata.xml
21:50:20 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/maven-metadata.xml (992 B at 90 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-20231009.195020-18.pom
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-20231009.195020-18.pom (3.1 kB at 97 kB/s)
21:50:20 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/maven-metadata.xml
21:50:20 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/maven-metadata.xml (344 B at 31 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/maven-metadata.xml
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/maven-metadata.xml (992 B at 24 kB/s)
21:50:20 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/maven-metadata.xml
21:50:20 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/maven-metadata.xml (344 B at 12 kB/s)
21:50:20 [INFO] Deployment done in 0.62 sec
21:50:20 Triggering a new build of ipspiel22
21:50:20 Triggering a new build of ipspiel23
21:50:20 Triggering a new build of othello
21:50:20 Finished: SUCCESS