Skip to content
Success

Console Output

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