Skip to content
Success

Console Output

10:18:06 Started by an SCM change
10:18:06 Running as SYSTEM
10:18:06 Building in workspace /var/lib/jenkins/home/jobs/gaming/workspace
10:18:06 The recommended git tool is: NONE
10:18:06 using credential 46247283-e2f4-4c6e-8a6e-5a6fa3bcfebf
10:18:06  > /usr/bin/git rev-parse --resolve-git-dir /var/lib/jenkins/home/jobs/gaming/workspace/.git # timeout=10
10:18:07 Fetching changes from the remote Git repository
10:18:07  > /usr/bin/git config remote.origin.url http://localhost:3000/Gaming/gaming.git # timeout=10
10:18:07 Fetching upstream changes from http://localhost:3000/Gaming/gaming.git
10:18:07  > /usr/bin/git --version # timeout=10
10:18:07  > git --version # 'git version 2.35.1'
10:18:07 using GIT_ASKPASS to set credentials 
10:18:07  > /usr/bin/git fetch --tags --force --progress -- http://localhost:3000/Gaming/gaming.git +refs/heads/*:refs/remotes/origin/* # timeout=10
10:18:08  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
10:18:08 Checking out Revision 837a3f176d177d7f8ecb17b776506eafea063110 (refs/remotes/origin/master)
10:18:08  > /usr/bin/git config core.sparsecheckout # timeout=10
10:18:08  > /usr/bin/git checkout -f 837a3f176d177d7f8ecb17b776506eafea063110 # timeout=10
10:18:08  > /usr/bin/git branch -a -v --no-abbrev # timeout=10
10:18:08  > /usr/bin/git branch -D master # timeout=10
10:18:08  > /usr/bin/git checkout -b master 837a3f176d177d7f8ecb17b776506eafea063110 # timeout=10
10:18:08 Commit message: "gaming-gui: added button to restart a game without having to reconfigure it"
10:18:08  > /usr/bin/git rev-list --no-walk 15f747622c3fe30321d2426ee6da077fa0633792 # timeout=10
10:18:08 Cleaning workspace
10:18:08  > /usr/bin/git rev-parse --verify HEAD # timeout=10
10:18:08 Resetting working tree
10:18:08  > /usr/bin/git reset --hard # timeout=10
10:18:08  > /usr/bin/git clean -fdx # timeout=10
10:18:08 Parsing POMs
10:18:08 Established TCP socket on 46669
10:18:08 [workspace] $ /usr/lib/jvm/openjdk-bin-11/bin/java -Xmx1024m -XX:MaxPermSize=128m -cp /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.13.jar:/usr/share/maven-bin-3.8/boot/plexus-classworlds-2.6.0.jar:/usr/share/maven-bin-3.8/conf/logging jenkins.maven3.agent.Maven35Main /usr/share/maven-bin-3.8 /var/lib/jenkins/home/war/WEB-INF/lib/remoting-4.13.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /var/lib/jenkins/home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 46669
10:18:08 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
10:18:09 <===[JENKINS REMOTING CAPACITY]===>channel started
10:18:13 Executing Maven:  -B -f /var/lib/jenkins/home/jobs/gaming/workspace/pom.xml clean install site
10:18:14 [INFO] Scanning for projects...
10:18:15 [INFO] ------------------------------------------------------------------------
10:18:15 [INFO] Reactor Build Order:
10:18:15 [INFO] 
10:18:15 [INFO] Gaming                                                             [pom]
10:18:15 [INFO] Gaming Build Tools                                                 [jar]
10:18:15 [INFO] Gaming Core                                                        [jar]
10:18:15 [INFO] Gaming Contest                                                     [jar]
10:18:15 [INFO] Gaming GUI                                                         [jar]
10:18:15 [INFO] 
10:18:15 [INFO] -----------------------< de.fhdw.gaming:gaming >------------------------
10:18:15 [INFO] Building Gaming 1.0.1-SNAPSHOT                                     [1/5]
10:18:15 [INFO] --------------------------------[ pom ]---------------------------------
10:18:15 [INFO] 
10:18:15 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gaming ---
10:18:15 [INFO] 
10:18:15 [INFO] --- maven-install-plugin:2.4:install (default-install) @ gaming ---
10:18:16 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/gaming-1.0.1-SNAPSHOT.pom
10:18:16 [INFO] 
10:18:16 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ gaming ---
10:18:22 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
10:18:24 [INFO] 16 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-convergence, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
10:18:24 [INFO] Rendering site with default locale English (en)
10:18:24 [WARNING] No project URL defined - decoration links will not be relativized!
10:18:24 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
10:18:24 [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:3.1.1:dependency-convergence
10:18:25 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
10:18:25 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
10:18:25 [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:3.1.1:distribution-management
10:18:25 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
10:18:25 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
10:18:26 [INFO] Generating "Project Modules" report      --- maven-project-info-reports-plugin:3.1.1:modules
10:18:26 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
10:18:27 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
10:18:27 [INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:3.1.1:scm
10:18:27 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
10:18:27 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.1.1:team
10:18:28 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/gaming/workspace/target/site to /var/lib/jenkins/home/jobs/gaming/workspace@tmp/maven-reporters/moduleset/site
10:18:29 [INFO] 
10:18:29 [INFO] -----------------< de.fhdw.gaming:gaming-build-tools >------------------
10:18:29 [INFO] Building Gaming Build Tools 1.0.1-SNAPSHOT                         [2/5]
10:18:29 [INFO] --------------------------------[ jar ]---------------------------------
10:18:29 [INFO] 
10:18:29 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gaming-build-tools ---
10:18:29 [INFO] 
10:18:29 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gaming-build-tools ---
10:18:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:18:29 [INFO] Copying 3 resources
10:18:29 [INFO] 
10:18:29 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gaming-build-tools ---
10:18:30 [INFO] No sources to compile
10:18:30 [INFO] 
10:18:30 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gaming-build-tools ---
10:18:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:18:30 [INFO] skip non existing resourceDirectory /var/lib/jenkins/home/jobs/gaming/workspace/gaming-build-tools/src/test/resources
10:18:30 [INFO] 
10:18:30 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gaming-build-tools ---
10:18:30 [INFO] No sources to compile
10:18:30 [INFO] 
10:18:30 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ gaming-build-tools ---
10:18:30 [INFO] No tests to run.
10:18:30 [JENKINS] Recording test results
10:18:30 [INFO] 
10:18:30 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ gaming-build-tools ---
10:18:31 [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming-build-tools/target/gaming-build-tools-1.0.1-SNAPSHOT.jar
10:18:31 [INFO] 
10:18:31 [INFO] --- maven-install-plugin:2.4:install (default-install) @ gaming-build-tools ---
10:18:31 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming-build-tools/target/gaming-build-tools-1.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/gaming-build-tools-1.0.1-SNAPSHOT.jar
10:18:31 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming-build-tools/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/gaming-build-tools-1.0.1-SNAPSHOT.pom
10:18:31 [INFO] 
10:18:31 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ gaming-build-tools ---
10:18:31 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
10:18:31 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
10:18:31 [INFO] Rendering site with default locale English (en)
10:18:31 [WARNING] No project URL defined - decoration links will not be relativized!
10:18:31 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
10:18:31 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
10:18:31 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
10:18:31 [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:3.1.1:distribution-management
10:18:31 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
10:18:31 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
10:18:32 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
10:18:32 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
10:18:32 [INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:3.1.1:scm
10:18:32 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
10:18:32 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.1.1:team
10:18:32 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/gaming/workspace/gaming-build-tools/target/site to /var/lib/jenkins/home/jobs/gaming/workspace/gaming-build-tools@tmp/maven-reporters/moduleset/site/gaming-build-tools
10:18:33 [INFO] 
10:18:33 [INFO] ---------------------< de.fhdw.gaming:gaming-core >---------------------
10:18:33 [INFO] Building Gaming Core 1.0.1-SNAPSHOT                                [3/5]
10:18:33 [INFO] --------------------------------[ jar ]---------------------------------
10:18:33 [INFO] 
10:18:33 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gaming-core ---
10:18:33 [INFO] 
10:18:33 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ gaming-core ---
10:18:38 [INFO] You have 0 Checkstyle violations.
10:18:38 [INFO] 
10:18:38 [INFO] >>> maven-pmd-plugin:3.16.0:check (pmd) > :pmd @ gaming-core >>>
10:18:38 [INFO] 
10:18:38 [INFO] --- maven-pmd-plugin:3.16.0:pmd (pmd) @ gaming-core ---
10:18:40 [INFO] PMD version: 6.42.0
10:18:44 [INFO] 
10:18:44 [INFO] <<< maven-pmd-plugin:3.16.0:check (pmd) < :pmd @ gaming-core <<<
10:18:44 [INFO] 
10:18:44 [INFO] 
10:18:44 [INFO] --- maven-pmd-plugin:3.16.0:check (pmd) @ gaming-core ---
10:18:44 [INFO] PMD version: 6.42.0
10:18:44 [INFO] 
10:18:44 [INFO] 
10:18:44 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ gaming-core ---
10:18:45 [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2
10:18:45 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/jacoco.exec
10:18:45 [INFO] 
10:18:45 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gaming-core ---
10:18:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:18:45 [INFO] Copying 1 resource
10:18:45 [INFO] 
10:18:45 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gaming-core ---
10:18:46 [INFO] Changes detected - recompiling the module!
10:18:46 [INFO] Compiling 42 source files to /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/classes
10:18:47 [INFO] /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/src/main/java/de/fhdw/gaming/core/ui/type/FieldType.java: Some input files use unchecked or unsafe operations.
10:18:47 [INFO] /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/src/main/java/de/fhdw/gaming/core/ui/type/FieldType.java: Recompile with -Xlint:unchecked for details.
10:18:47 [INFO] 
10:18:47 [INFO] >>> spotbugs-maven-plugin:4.5.2.0:check (spotbugs) > :spotbugs @ gaming-core >>>
10:18:47 [INFO] 
10:18:47 [INFO] --- spotbugs-maven-plugin:4.5.2.0:spotbugs (spotbugs) @ gaming-core ---
10:18:51 [INFO] Fork Value is true
10:18:59 [INFO] Done SpotBugs Analysis....
10:19:00 [INFO] 
10:19:00 [INFO] <<< spotbugs-maven-plugin:4.5.2.0:check (spotbugs) < :spotbugs @ gaming-core <<<
10:19:00 [INFO] 
10:19:00 [INFO] 
10:19:00 [INFO] --- spotbugs-maven-plugin:4.5.2.0:check (spotbugs) @ gaming-core ---
10:19:00 [INFO] BugInstance size is 0
10:19:00 [INFO] Error size is 0
10:19:00 [INFO] No errors/warnings found
10:19:00 [INFO] 
10:19:00 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gaming-core ---
10:19:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:19:00 [INFO] Copying 1 resource
10:19:00 [INFO] 
10:19:00 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gaming-core ---
10:19:00 [INFO] Changes detected - recompiling the module!
10:19:00 [INFO] Compiling 24 source files to /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/test-classes
10:19:02 [INFO] 
10:19:02 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ gaming-core ---
10:19:02 [INFO] 
10:19:02 [INFO] -------------------------------------------------------
10:19:02 [INFO]  T E S T S
10:19:02 [INFO] -------------------------------------------------------
10:19:04 [INFO] Running de.fhdw.gaming.core.ui.util.NonInteractiveInputProviderTest
10:19:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in de.fhdw.gaming.core.ui.util.NonInteractiveInputProviderTest
10:19:04 [INFO] Running de.fhdw.gaming.core.ui.util.ChainedInputProviderTest
10:19:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in de.fhdw.gaming.core.ui.util.ChainedInputProviderTest
10:19:04 [INFO] Running de.fhdw.gaming.core.ui.type.IntegerFieldTypeTest
10:19:04 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in de.fhdw.gaming.core.ui.type.IntegerFieldTypeTest
10:19:04 [INFO] Running de.fhdw.gaming.core.ui.type.FieldTypeWithValidatorTest
10:19:04 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in de.fhdw.gaming.core.ui.type.FieldTypeWithValidatorTest
10:19:04 [INFO] Running de.fhdw.gaming.core.ui.type.ObjectFieldTypeTest
10:19:05 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in de.fhdw.gaming.core.ui.type.ObjectFieldTypeTest
10:19:05 [INFO] Running de.fhdw.gaming.core.ui.type.BooleanFieldTypeTest
10:19:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in de.fhdw.gaming.core.ui.type.BooleanFieldTypeTest
10:19:05 [INFO] Running de.fhdw.gaming.core.ui.type.StringFieldTypeTest
10:19:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in de.fhdw.gaming.core.ui.type.StringFieldTypeTest
10:19:05 [INFO] Running de.fhdw.gaming.core.ui.type.validator.PatternValidatorTest
10:19:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in de.fhdw.gaming.core.ui.type.validator.PatternValidatorTest
10:19:05 [INFO] Running de.fhdw.gaming.core.ui.type.validator.ValueSetValidatorTest
10:19:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in de.fhdw.gaming.core.ui.type.validator.ValueSetValidatorTest
10:19:05 [INFO] Running de.fhdw.gaming.core.ui.type.validator.MaxValueValidatorTest
10:19:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in de.fhdw.gaming.core.ui.type.validator.MaxValueValidatorTest
10:19:05 [INFO] Running de.fhdw.gaming.core.ui.type.validator.MinValueValidatorTest
10:19:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in de.fhdw.gaming.core.ui.type.validator.MinValueValidatorTest
10:19:05 [INFO] Running de.fhdw.gaming.core.domain.AbstractPlayerTest
10:19:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in de.fhdw.gaming.core.domain.AbstractPlayerTest
10:19:05 [INFO] Running de.fhdw.gaming.core.domain.util.GameBuilderFactoryWrapperTest
10:19:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in de.fhdw.gaming.core.domain.util.GameBuilderFactoryWrapperTest
10:19:05 [INFO] Running de.fhdw.gaming.core.domain.DefaultGameTest
10:19:07 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.076 s - in de.fhdw.gaming.core.domain.DefaultGameTest
10:19:07 [INFO] 
10:19:07 [INFO] Results:
10:19:07 [INFO] 
10:19:07 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0
10:19:07 [INFO] 
10:19:07 [JENKINS] Recording test results
10:19:08 [INFO] 
10:19:08 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ gaming-core ---
10:19:08 [INFO] Loading execution data file /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/jacoco.exec
10:19:08 [INFO] Analyzed bundle 'Gaming Core' with 26 classes
10:19:08 [INFO] 
10:19:08 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ gaming-core ---
10:19:08 [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/gaming-core-1.0.1-SNAPSHOT.jar
10:19:08 [INFO] 
10:19:08 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gaming-core ---
10:19:08 [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/gaming-core-1.0.1-SNAPSHOT-sources.jar
10:19:08 [INFO] 
10:19:08 [INFO] --- maven-install-plugin:2.4:install (default-install) @ gaming-core ---
10:19:08 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/gaming-core-1.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-SNAPSHOT.jar
10:19:08 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-SNAPSHOT.pom
10:19:08 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/gaming-core-1.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-SNAPSHOT-sources.jar
10:19:08 [INFO] 
10:19:08 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ gaming-core ---
10:19:08 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
10:19:09 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
10:19:09 [INFO] Rendering site with default locale English (en)
10:19:09 [WARNING] No project URL defined - decoration links will not be relativized!
10:19:09 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
10:19:09 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
10:19:09 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
10:19:09 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
10:19:09 [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:3.1.1:distribution-management
10:19:09 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
10:19:09 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
10:19:10 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
10:19:10 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
10:19:10 [INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:3.1.1:scm
10:19:10 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
10:19:10 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.1.1:team
10:19:10 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/site to /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core@tmp/maven-reporters/moduleset/site/gaming-core
10:19:10 [INFO] 
10:19:10 [INFO] -------------------< de.fhdw.gaming:gaming-contest >--------------------
10:19:10 [INFO] Building Gaming Contest 1.0.1-SNAPSHOT                             [4/5]
10:19:10 [INFO] --------------------------------[ jar ]---------------------------------
10:19:10 [INFO] 
10:19:10 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gaming-contest ---
10:19:10 [INFO] 
10:19:10 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ gaming-contest ---
10:19:11 [INFO] You have 0 Checkstyle violations.
10:19:11 [INFO] 
10:19:11 [INFO] >>> maven-pmd-plugin:3.16.0:check (pmd) > :pmd @ gaming-contest >>>
10:19:11 [INFO] 
10:19:11 [INFO] --- maven-pmd-plugin:3.16.0:pmd (pmd) @ gaming-contest ---
10:19:11 [INFO] PMD version: 6.42.0
10:19:13 [INFO] 
10:19:13 [INFO] <<< maven-pmd-plugin:3.16.0:check (pmd) < :pmd @ gaming-contest <<<
10:19:13 [INFO] 
10:19:13 [INFO] 
10:19:13 [INFO] --- maven-pmd-plugin:3.16.0:check (pmd) @ gaming-contest ---
10:19:13 [INFO] PMD version: 6.42.0
10:19:13 [INFO] 
10:19:13 [INFO] 
10:19:13 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ gaming-contest ---
10:19:13 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/jacoco.exec
10:19:13 [INFO] 
10:19:13 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gaming-contest ---
10:19:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:19:13 [INFO] Copying 1 resource
10:19:13 [INFO] 
10:19:13 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gaming-contest ---
10:19:13 [WARNING] *******************************************************************************************************************************************
10:19:13 [WARNING] * Required filename-based automodules detected: [commons-cli-1.4.jar]. Please don't publish this project to a public artifact repository! *
10:19:13 [WARNING] *******************************************************************************************************************************************
10:19:13 [INFO] Changes detected - recompiling the module!
10:19:13 [INFO] Compiling 8 source files to /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/classes
10:19:13 [INFO] 
10:19:13 [INFO] >>> spotbugs-maven-plugin:4.5.2.0:check (spotbugs) > :spotbugs @ gaming-contest >>>
10:19:13 [INFO] 
10:19:13 [INFO] --- spotbugs-maven-plugin:4.5.2.0:spotbugs (spotbugs) @ gaming-contest ---
10:19:13 [INFO] Fork Value is true
10:19:18 [INFO] Done SpotBugs Analysis....
10:19:18 [INFO] 
10:19:18 [INFO] <<< spotbugs-maven-plugin:4.5.2.0:check (spotbugs) < :spotbugs @ gaming-contest <<<
10:19:18 [INFO] 
10:19:18 [INFO] 
10:19:18 [INFO] --- spotbugs-maven-plugin:4.5.2.0:check (spotbugs) @ gaming-contest ---
10:19:18 [INFO] BugInstance size is 0
10:19:18 [INFO] Error size is 0
10:19:18 [INFO] No errors/warnings found
10:19:19 [INFO] 
10:19:19 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gaming-contest ---
10:19:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:19:19 [INFO] Copying 1 resource
10:19:19 [INFO] 
10:19:19 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gaming-contest ---
10:19:19 [INFO] Changes detected - recompiling the module!
10:19:19 [INFO] Compiling 2 source files to /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/test-classes
10:19:19 [INFO] 
10:19:19 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ gaming-contest ---
10:19:19 [INFO] 
10:19:19 [INFO] -------------------------------------------------------
10:19:19 [INFO]  T E S T S
10:19:19 [INFO] -------------------------------------------------------
10:19:21 [INFO] Running de.fhdw.gaming.contest.util.ComparablePairTest
10:19:21 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in de.fhdw.gaming.contest.util.ComparablePairTest
10:19:21 [INFO] Running de.fhdw.gaming.contest.util.CombinatoricsHelperTest
10:19:21 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in de.fhdw.gaming.contest.util.CombinatoricsHelperTest
10:19:21 [INFO] 
10:19:21 [INFO] Results:
10:19:21 [INFO] 
10:19:21 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
10:19:21 [INFO] 
10:19:21 [JENKINS] Recording test results
10:19:21 [INFO] 
10:19:21 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ gaming-contest ---
10:19:21 [INFO] Loading execution data file /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/jacoco.exec
10:19:21 [INFO] Analyzed bundle 'Gaming Contest' with 12 classes
10:19:21 [INFO] 
10:19:21 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ gaming-contest ---
10:19:21 [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/gaming-contest-1.0.1-SNAPSHOT.jar
10:19:21 [INFO] 
10:19:21 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gaming-contest ---
10:19:21 [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/gaming-contest-1.0.1-SNAPSHOT-sources.jar
10:19:21 [INFO] 
10:19:21 [INFO] --- maven-install-plugin:2.4:install (default-install) @ gaming-contest ---
10:19:21 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/gaming-contest-1.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-SNAPSHOT.jar
10:19:21 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-SNAPSHOT.pom
10:19:21 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/gaming-contest-1.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-SNAPSHOT-sources.jar
10:19:21 [INFO] 
10:19:21 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ gaming-contest ---
10:19:21 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
10:19:21 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
10:19:21 [INFO] Rendering site with default locale English (en)
10:19:21 [WARNING] No project URL defined - decoration links will not be relativized!
10:19:21 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
10:19:21 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
10:19:22 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
10:19:22 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
10:19:22 [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:3.1.1:distribution-management
10:19:22 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
10:19:22 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
10:19:23 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
10:19:23 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
10:19:23 [INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:3.1.1:scm
10:19:23 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
10:19:23 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.1.1:team
10:19:23 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/site to /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest@tmp/maven-reporters/moduleset/site/gaming-contest
10:19:23 [INFO] 
10:19:23 [INFO] ---------------------< de.fhdw.gaming:gaming-gui >----------------------
10:19:23 [INFO] Building Gaming GUI 1.0.1-SNAPSHOT                                 [5/5]
10:19:23 [INFO] --------------------------------[ jar ]---------------------------------
10:19:23 [INFO] 
10:19:23 [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ gaming-gui ---
10:19:23 [INFO] 
10:19:23 [INFO] --- maven-checkstyle-plugin:3.1.1:check (checkstyle) @ gaming-gui ---
10:19:24 [INFO] You have 0 Checkstyle violations.
10:19:24 [INFO] 
10:19:24 [INFO] >>> maven-pmd-plugin:3.16.0:check (pmd) > :pmd @ gaming-gui >>>
10:19:24 [INFO] 
10:19:24 [INFO] --- maven-pmd-plugin:3.16.0:pmd (pmd) @ gaming-gui ---
10:19:24 [INFO] PMD version: 6.42.0
10:19:26 [INFO] 
10:19:26 [INFO] <<< maven-pmd-plugin:3.16.0:check (pmd) < :pmd @ gaming-gui <<<
10:19:26 [INFO] 
10:19:26 [INFO] 
10:19:26 [INFO] --- maven-pmd-plugin:3.16.0:check (pmd) @ gaming-gui ---
10:19:26 [INFO] PMD version: 6.42.0
10:19:26 [INFO] 
10:19:26 [INFO] 
10:19:26 [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (jacoco-initialize) @ gaming-gui ---
10:19:26 [INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/target/jacoco.exec
10:19:26 [INFO] 
10:19:26 [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ gaming-gui ---
10:19:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:19:26 [INFO] Copying 8 resources
10:19:26 [INFO] 
10:19:26 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ gaming-gui ---
10:19:26 [WARNING] Can't extract module name from batik-script-1.13.jar: Provider class org.apache.batik.bridge.RhinoInterpreterFactory not in module
10:19:26 [WARNING] Can't extract module name from xalan-2.7.2.jar: Provider class org.apache.bsf.BSFManager not in module
10:19:26 [WARNING] *********************************************************************************************************************************************
10:19:26 [WARNING] * Required filename-based automodules detected: [imageio-batik-3.5.jar]. Please don't publish this project to a public artifact repository! *
10:19:26 [WARNING] *********************************************************************************************************************************************
10:19:26 [INFO] Changes detected - recompiling the module!
10:19:26 [INFO] Compiling 10 source files to /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/target/classes
10:19:27 [INFO] 
10:19:27 [INFO] >>> spotbugs-maven-plugin:4.5.2.0:check (spotbugs) > :spotbugs @ gaming-gui >>>
10:19:27 [INFO] 
10:19:27 [INFO] --- spotbugs-maven-plugin:4.5.2.0:spotbugs (spotbugs) @ gaming-gui ---
10:19:27 [INFO] Fork Value is true
10:19:34 [INFO] Done SpotBugs Analysis....
10:19:34 [INFO] 
10:19:34 [INFO] <<< spotbugs-maven-plugin:4.5.2.0:check (spotbugs) < :spotbugs @ gaming-gui <<<
10:19:34 [INFO] 
10:19:34 [INFO] 
10:19:34 [INFO] --- spotbugs-maven-plugin:4.5.2.0:check (spotbugs) @ gaming-gui ---
10:19:34 [INFO] BugInstance size is 0
10:19:34 [INFO] Error size is 0
10:19:34 [INFO] No errors/warnings found
10:19:34 [INFO] 
10:19:34 [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ gaming-gui ---
10:19:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
10:19:34 [INFO] Copying 1 resource
10:19:34 [INFO] 
10:19:34 [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ gaming-gui ---
10:19:34 [INFO] No sources to compile
10:19:34 [INFO] 
10:19:34 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ gaming-gui ---
10:19:34 [JENKINS] Recording test results
10:19:34 [INFO] 
10:19:34 [INFO] --- jacoco-maven-plugin:0.8.6:report (jacoco-site) @ gaming-gui ---
10:19:34 [INFO] Skipping JaCoCo execution due to missing execution data file.
10:19:34 [INFO] 
10:19:34 [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ gaming-gui ---
10:19:34 [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/target/gaming-gui-1.0.1-SNAPSHOT.jar
10:19:34 [INFO] 
10:19:34 [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ gaming-gui ---
10:19:34 [INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/target/gaming-gui-1.0.1-SNAPSHOT-sources.jar
10:19:35 [INFO] 
10:19:35 [INFO] --- maven-install-plugin:2.4:install (default-install) @ gaming-gui ---
10:19:35 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/target/gaming-gui-1.0.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-SNAPSHOT.jar
10:19:35 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/pom.xml to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-SNAPSHOT.pom
10:19:35 [INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/target/gaming-gui-1.0.1-SNAPSHOT-sources.jar to /var/lib/jenkins/.m2/repository/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-SNAPSHOT-sources.jar
10:19:35 [INFO] 
10:19:35 [INFO] --- maven-site-plugin:3.9.1:site (default-site) @ gaming-gui ---
10:19:35 [INFO] configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.1.1
10:19:35 [INFO] 15 reports detected for maven-project-info-reports-plugin:3.1.1: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
10:19:35 [INFO] Rendering site with default locale English (en)
10:19:35 [WARNING] No project URL defined - decoration links will not be relativized!
10:19:35 [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
10:19:35 [INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.1.1:dependencies
10:19:35 [INFO] Unable to create Maven project from repository for artifact 'commons-io:commons-io:jar:1.3.1', for more information run with -X
10:19:35 [INFO] Unable to create Maven project from repository for artifact 'xml-apis:xml-apis-ext:jar:1.3.04', for more information run with -X
10:19:35 [INFO] Unable to create Maven project from repository for artifact 'commons-io:commons-io:jar:1.3.1', for more information run with -X
10:19:35 [INFO] Unable to create Maven project from repository for artifact 'xml-apis:xml-apis-ext:jar:1.3.04', for more information run with -X
10:19:38 [INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.1.1:dependency-info
10:19:38 [INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.1.1:dependency-management
10:19:38 [INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:3.1.1:distribution-management
10:19:38 [INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.1.1:index
10:19:38 [INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.1.1:licenses
10:19:38 [INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.1.1:plugin-management
10:19:38 [INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.1.1:plugins
10:19:38 [INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:3.1.1:scm
10:19:38 [INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.1.1:summary
10:19:38 [INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.1.1:team
10:19:38 [JENKINS] Archiving site from /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/target/site to /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui@tmp/maven-reporters/moduleset/site/gaming-gui
10:19:39 [INFO] ------------------------------------------------------------------------
10:19:39 [INFO] Reactor Summary for Gaming 1.0.1-SNAPSHOT:
10:19:39 [INFO] 
10:19:39 [INFO] Gaming ............................................. SUCCESS [ 13.517 s]
10:19:39 [INFO] Gaming Build Tools ................................. SUCCESS [  3.849 s]
10:19:39 [INFO] Gaming Core ........................................ SUCCESS [ 37.522 s]
10:19:39 [INFO] Gaming Contest ..................................... SUCCESS [ 12.520 s]
10:19:39 [INFO] Gaming GUI ......................................... SUCCESS [ 15.319 s]
10:19:39 [INFO] ------------------------------------------------------------------------
10:19:39 [INFO] BUILD SUCCESS
10:19:39 [INFO] ------------------------------------------------------------------------
10:19:39 [INFO] Total time:  01:24 min
10:19:39 [INFO] Finished at: 2022-05-10T10:19:39+02:00
10:19:39 [INFO] ------------------------------------------------------------------------
10:19:39 Waiting for Jenkins to finish collecting data
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/pom.xml to de.fhdw.gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-SNAPSHOT.pom
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/gaming-core-1.0.1-SNAPSHOT.jar to de.fhdw.gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-SNAPSHOT.jar
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/gaming-core-1.0.1-SNAPSHOT-sources.jar to de.fhdw.gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-SNAPSHOT-sources.jar
10:19:39 Copying /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/gaming
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/pom.xml to de.fhdw.gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-SNAPSHOT.pom
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/target/gaming-gui-1.0.1-SNAPSHOT.jar to de.fhdw.gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-SNAPSHOT.jar
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/target/gaming-gui-1.0.1-SNAPSHOT-sources.jar to de.fhdw.gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-SNAPSHOT-sources.jar
10:19:39 Copying /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/gaming
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming-build-tools/pom.xml to de.fhdw.gaming/gaming-build-tools/1.0.1-SNAPSHOT/gaming-build-tools-1.0.1-SNAPSHOT.pom
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming-build-tools/target/gaming-build-tools-1.0.1-SNAPSHOT.jar to de.fhdw.gaming/gaming-build-tools/1.0.1-SNAPSHOT/gaming-build-tools-1.0.1-SNAPSHOT.jar
10:19:39 Copying /var/lib/jenkins/home/jobs/gaming/workspace/gaming-build-tools@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/gaming
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/pom.xml to de.fhdw.gaming/gaming/1.0.1-SNAPSHOT/gaming-1.0.1-SNAPSHOT.pom
10:19:39 Copying /var/lib/jenkins/home/jobs/gaming/workspace@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/gaming
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/pom.xml to de.fhdw.gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-SNAPSHOT.pom
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/gaming-contest-1.0.1-SNAPSHOT.jar to de.fhdw.gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-SNAPSHOT.jar
10:19:39 [JENKINS] Archiving /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/gaming-contest-1.0.1-SNAPSHOT-sources.jar to de.fhdw.gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-SNAPSHOT-sources.jar
10:19:39 Copying /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest@tmp/maven-reporters/moduleset to /var/lib/jenkins/home/jobs/gaming
10:19:39 channel stopped
10:19:39 [PMD] Searching for all files in '/var/lib/jenkins/home/jobs/gaming/workspace' that match the pattern '**/target/pmd.xml'
10:19:39 [PMD] -> found 3 files
10:19:39 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/pmd.xml
10:19:39 [PMD] -> found 0 issues (skipped 0 duplicates)
10:19:39 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/pmd.xml
10:19:39 [PMD] -> found 0 issues (skipped 0 duplicates)
10:19:39 [PMD] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/target/pmd.xml
10:19:39 [PMD] -> found 0 issues (skipped 0 duplicates)
10:19:39 [PMD] Skipping post processing
10:19:39 [PMD] No filter has been set, publishing all 0 issues
10:19:39 [PMD] Repository miner is not configured, skipping repository mining
10:19:39 [PMD] Reference build recorder is not configured
10:19:39 [PMD] Obtaining reference build from same job (gaming)
10:19:39 [PMD] Using reference build 'gaming #58' to compute new, fixed, and outstanding issues
10:19:39 [PMD] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
10:19:39 [PMD] No quality gates have been set - skipping
10:19:39 [PMD] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
10:19:39 [PMD] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
10:19:39 [PMD] Attaching ResultAction with ID 'pmd' to build 'gaming #59'.
10:19:39 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
10:19:39 [SpotBugs] Searching for all files in '/var/lib/jenkins/home/jobs/gaming/workspace' that match the pattern '**/target/spotbugs/spotbugsXml.xml'
10:19:39 [SpotBugs] -> found 3 files
10:19:39 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming-contest/target/spotbugs/spotbugsXml.xml
10:19:39 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
10:19:39 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/spotbugs/spotbugsXml.xml
10:19:39 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
10:19:39 [SpotBugs] Successfully parsed file /var/lib/jenkins/home/jobs/gaming/workspace/gaming-gui/target/spotbugs/spotbugsXml.xml
10:19:39 [SpotBugs] -> found 0 issues (skipped 0 duplicates)
10:19:39 [SpotBugs] Skipping post processing
10:19:39 [SpotBugs] No filter has been set, publishing all 0 issues
10:19:39 [SpotBugs] Repository miner is not configured, skipping repository mining
10:19:39 [SpotBugs] Reference build recorder is not configured
10:19:39 [SpotBugs] Obtaining reference build from same job (gaming)
10:19:39 [SpotBugs] Using reference build 'gaming #58' to compute new, fixed, and outstanding issues
10:19:39 [SpotBugs] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
10:19:39 [SpotBugs] No quality gates have been set - skipping
10:19:39 [SpotBugs] Enabling health report (Healthy=1, Unhealthy=10, Minimum Severity=LOW)
10:19:39 [SpotBugs] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
10:19:39 [SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'gaming #59'.
10:19:39 [Gitea Checks] Failed Publishing Gitea checks: javax.net.ssl.SSLHandshakeException: No subject alternative DNS name matching localhost found.
10:19:39 [JaCoCo plugin] Collecting JaCoCo coverage data...
10:19:39 [JaCoCo plugin] gaming-core/target/jacoco.exec;gaming-core/target/classes;gaming-core/src/main/java; locations are configured
10:19:39 [JaCoCo plugin] Number of found exec files for pattern gaming-core/target/jacoco.exec: 1
10:19:39 [JaCoCo plugin] Saving matched execfiles:  /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/jacoco.exec
10:19:39 [JaCoCo plugin] Saving matched class directories for class-pattern: gaming-core/target/classes: 
10:19:39 [JaCoCo plugin]  - /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/target/classes 43 files
10:19:39 [JaCoCo plugin] Saving matched source directories for source-pattern: gaming-core/src/main/java: 
10:19:39 [JaCoCo plugin] Source Inclusions: de/fhdw/gaming/core/**/*.java
10:19:39 [JaCoCo plugin] Source Exclusions: **/module-info.java
10:19:39 [JaCoCo plugin] - /var/lib/jenkins/home/jobs/gaming/workspace/gaming-core/src/main/java 41 files
10:19:39 [JaCoCo plugin] Loading inclusions files..
10:19:39 [JaCoCo plugin] inclusions: [de/fhdw/gaming/core/**/*.class]
10:19:39 [JaCoCo plugin] exclusions: [**/module-info.class]
10:19:39 [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]
10:19:39 [JaCoCo plugin] Publishing the results..
10:19:39 [JaCoCo plugin] Loading packages..
10:19:39 [JaCoCo plugin] Done.
10:19:39 [JaCoCo plugin] Overall coverage: class: 76.92308, method: 79.74683, line: 79.55555, branch: 77.88461, instruction: 81.240616, complexity: 77.25118
10:19:39 [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]
10:19:39 [JaCoCo plugin] Apply Min/Max thresholds result: SUCCESS
10:19:39 Maven RedeployPublisher use remote  maven settings from : /var/lib/jenkins/.m2/settings.xml
10:19:39 [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots (id=snapshots,uniqueVersion=true)
10:19:39 Deploying the main artifact gaming-1.0.1-SNAPSHOT.pom
10:19:39 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:39 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/maven-metadata.xml (597 B at 15 kB/s)
10:19:39 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/gaming-1.0.1-20220510.081939-3.pom
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/gaming-1.0.1-20220510.081939-3.pom (11 kB at 107 kB/s)
10:19:40 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/maven-metadata.xml
10:19:40 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/maven-metadata.xml (380 B at 32 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/1.0.1-SNAPSHOT/maven-metadata.xml (597 B at 24 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming/maven-metadata.xml (380 B at 8.3 kB/s)
10:19:40 [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots (id=snapshots,uniqueVersion=true)
10:19:40 Deploying the main artifact gaming-build-tools-1.0.1-SNAPSHOT.jar
10:19:40 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/maven-metadata.xml (782 B at 60 kB/s)
10:19:40 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-20220510.081940-3.jar
10:19:40 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-20220510.081940-3.jar (5.7 kB at 151 kB/s)
10:19:40 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-20220510.081940-3.pom
10:19:40 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-20220510.081940-3.pom (652 B at 17 kB/s)
10:19:40 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml
10:19:40 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml (392 B at 39 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/1.0.1-SNAPSHOT/maven-metadata.xml (782 B at 37 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-build-tools/maven-metadata.xml (392 B at 12 kB/s)
10:19:40 [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots (id=snapshots,uniqueVersion=true)
10:19:40 Deploying the main artifact gaming-contest-1.0.1-SNAPSHOT.jar
10:19:40 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/maven-metadata.xml (992 B at 83 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-20220510.081940-3.jar
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-20220510.081940-3.jar (28 kB at 1.1 MB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-20220510.081940-3.pom
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-20220510.081940-3.pom (2.4 kB at 120 kB/s)
10:19:40 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/maven-metadata.xml
10:19:40 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/maven-metadata.xml (388 B at 48 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/maven-metadata.xml (992 B at 66 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/maven-metadata.xml (388 B at 28 kB/s)
10:19:40 Deploying the main artifact gaming-contest-1.0.1-SNAPSHOT-sources.jar
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-20220510.081940-3-sources.jar
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/gaming-contest-1.0.1-20220510.081940-3-sources.jar (18 kB at 515 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-contest/1.0.1-SNAPSHOT/maven-metadata.xml (992 B at 30 kB/s)
10:19:40 [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots (id=snapshots,uniqueVersion=true)
10:19:40 Deploying the main artifact gaming-core-1.0.1-SNAPSHOT.jar
10:19:40 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/maven-metadata.xml (989 B at 141 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-20220510.081940-3.jar
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-20220510.081940-3.jar (49 kB at 1.3 MB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-20220510.081940-3.pom
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-20220510.081940-3.pom (2.1 kB at 104 kB/s)
10:19:40 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/maven-metadata.xml
10:19:40 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/maven-metadata.xml (385 B at 55 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/maven-metadata.xml (989 B at 47 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/maven-metadata.xml (385 B at 19 kB/s)
10:19:40 Deploying the main artifact gaming-core-1.0.1-SNAPSHOT-sources.jar
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-20220510.081940-3-sources.jar
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/gaming-core-1.0.1-20220510.081940-3-sources.jar (51 kB at 1.5 MB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-core/1.0.1-SNAPSHOT/maven-metadata.xml (989 B at 62 kB/s)
10:19:40 [INFO] Deployment in http://localhost:8083/nexus/content/repositories/snapshots (id=snapshots,uniqueVersion=true)
10:19:40 Deploying the main artifact gaming-gui-1.0.1-SNAPSHOT.jar
10:19:40 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/maven-metadata.xml (988 B at 55 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-20220510.081940-3.jar
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-20220510.081940-3.jar (46 kB at 798 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-20220510.081940-3.pom
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-20220510.081940-3.pom (3.1 kB at 113 kB/s)
10:19:40 Downloading from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/maven-metadata.xml
10:19:40 Downloaded from snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/maven-metadata.xml (384 B at 55 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/maven-metadata.xml (988 B at 55 kB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/maven-metadata.xml (384 B at 27 kB/s)
10:19:40 Deploying the main artifact gaming-gui-1.0.1-SNAPSHOT-sources.jar
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-20220510.081940-3-sources.jar
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/gaming-gui-1.0.1-20220510.081940-3-sources.jar (28 kB at 1.0 MB/s)
10:19:40 Uploading to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/maven-metadata.xml
10:19:40 Uploaded to snapshots: http://localhost:8083/nexus/content/repositories/snapshots/de/fhdw/gaming/gaming-gui/1.0.1-SNAPSHOT/maven-metadata.xml (988 B at 55 kB/s)
10:19:40 [INFO] Deployment done in 1 sec
10:19:40 Triggering a new build of ipspiel22
10:19:40 Triggering a new build of othello
10:19:40 Finished: SUCCESS