Skip to content
Success

Console Output

[INFO] 
[INFO] -------------------< de.fhdw.gaming:gaming-contest >--------------------
[INFO] Building Gaming Contest 1.0.1-SNAPSHOT                             [4/5]
[INFO]   from gaming-contest/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ gaming-contest ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gaming-contest ---
[INFO] 
[INFO] --- checkstyle:3.3.0:check (checkstyle) @ gaming-contest ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] >>> pmd:3.21.0:check (pmd) > :pmd @ gaming-contest >>>
[INFO] 
[INFO] --- pmd:3.21.0:pmd (pmd) @ gaming-contest ---
[INFO] PMD version: 6.55.0
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] <<< pmd:3.21.0:check (pmd) < :pmd @ gaming-contest <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.21.0:check (pmd) @ gaming-contest ---
[INFO] PMD version: 6.55.0
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (jacoco-initialize) @ gaming-contest ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ gaming-contest ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ gaming-contest ---
[WARNING] *********************************************************************************************************************************************
[WARNING] * Required filename-based automodules detected: [commons-cli-1.5.0.jar]. Please don't publish this project to a public artifact repository! *
[WARNING] *********************************************************************************************************************************************
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 17 module-path] to target/classes
[INFO] 
[INFO] >>> spotbugs:4.7.3.6:check (spotbugs) > :spotbugs @ gaming-contest >>>
[INFO] 
[INFO] --- spotbugs:4.7.3.6:spotbugs (spotbugs) @ gaming-contest ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.7.3.6:check (spotbugs) < :spotbugs @ gaming-contest <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.7.3.6:check (spotbugs) @ gaming-contest ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ gaming-contest ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gaming-contest ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ gaming-contest ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running de.fhdw.gaming.contest.util.ComparablePairTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in de.fhdw.gaming.contest.util.ComparablePairTest
[INFO] Running de.fhdw.gaming.contest.util.CombinatoricsHelperTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in de.fhdw.gaming.contest.util.CombinatoricsHelperTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco:0.8.10:report (jacoco-site) @ gaming-contest ---
[INFO] Loading execution data file /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/jacoco.exec
[INFO] Analyzed bundle 'Gaming Contest' with 12 classes
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ gaming-contest ---
[INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/gaming-contest-1.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ gaming-contest ---
[INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/gaming-contest-1.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ gaming-contest ---
[INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/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
[INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/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
[INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/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
[INFO] 
[INFO] --- site:4.0.0-M10:site (default-site) @ gaming-contest ---
[INFO] Configuring report plugin maven-project-info-reports-plugin:3.4.5
[INFO] Detected 15 reports for maven-project-info-reports-plugin:3.4.5: ci-management, dependencies, dependency-info, dependency-management, distribution-management, index, issue-management, licenses, mailing-lists, modules, plugin-management, plugins, scm, summary, team
[INFO] Rendering site for default locale
[WARNING] No project URL defined - site links will not be relativized!
[INFO] Rendering content with org.apache.maven.skins:maven-fluido-skin:jar:2.0.0-M7 skin
[INFO] Rendering 12 report documents
[INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.4.5:dependencies
[INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.4.5:dependency-info
[INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.4.5:dependency-management
[INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:3.4.5:distribution-management
[INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.4.5:index
[INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.4.5:licenses
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.4.5:plugin-management
[INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.4.5:plugins
[INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:3.4.5:scm
[INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.4.5:summary
[INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.4.5:team
[INFO] Generating "Project Information" report  --- maven-site-plugin:4.0.0-M10:project-info
[JENKINS] Archiving site from /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest/target/site to /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-contest@tmp/maven-reporters/moduleset/site/gaming-contest