Skip to content
Success

Console Output

[INFO] 
[INFO] ---------------------< de.fhdw.gaming:gaming-core >---------------------
[INFO] Building Gaming Core 1.0.1-SNAPSHOT                                [3/5]
[INFO]   from gaming-core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ gaming-core ---
[INFO] 
[INFO] --- enforcer:3.2.1:enforce (enforce-versions) @ gaming-core ---
[INFO] 
[INFO] --- checkstyle:3.2.1:check (checkstyle) @ gaming-core ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] >>> pmd:3.20.0:check (pmd) > :pmd @ gaming-core >>>
[INFO] 
[INFO] --- pmd:3.20.0:pmd (pmd) @ gaming-core ---
[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.20.0:check (pmd) < :pmd @ gaming-core <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.20.0:check (pmd) @ gaming-core ---
[INFO] PMD version: 6.55.0
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (jacoco-initialize) @ gaming-core ---
[INFO] surefireArgLine set to -javaagent:/var/lib/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ gaming-core ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ gaming-core ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 43 source files with javac [debug release 11] to target/classes
[INFO] 
[INFO] >>> spotbugs:4.7.3.2:check (spotbugs) > :spotbugs @ gaming-core >>>
[INFO] 
[INFO] --- spotbugs:4.7.3.2:spotbugs (spotbugs) @ gaming-core ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.7.3.2:check (spotbugs) < :spotbugs @ gaming-core <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.7.3.2:check (spotbugs) @ gaming-core ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ gaming-core ---
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gaming-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 24 source files with javac [debug release 11 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ gaming-core ---
[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.core.ui.util.NonInteractiveInputProviderTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in de.fhdw.gaming.core.ui.util.NonInteractiveInputProviderTest
[INFO] Running de.fhdw.gaming.core.ui.util.ChainedInputProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in de.fhdw.gaming.core.ui.util.ChainedInputProviderTest
[INFO] Running de.fhdw.gaming.core.ui.type.IntegerFieldTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in de.fhdw.gaming.core.ui.type.IntegerFieldTypeTest
[INFO] Running de.fhdw.gaming.core.ui.type.FieldTypeWithValidatorTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in de.fhdw.gaming.core.ui.type.FieldTypeWithValidatorTest
[INFO] Running de.fhdw.gaming.core.ui.type.ObjectFieldTypeTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in de.fhdw.gaming.core.ui.type.ObjectFieldTypeTest
[INFO] Running de.fhdw.gaming.core.ui.type.BooleanFieldTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in de.fhdw.gaming.core.ui.type.BooleanFieldTypeTest
[INFO] Running de.fhdw.gaming.core.ui.type.StringFieldTypeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in de.fhdw.gaming.core.ui.type.StringFieldTypeTest
[INFO] Running de.fhdw.gaming.core.ui.type.validator.PatternValidatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in de.fhdw.gaming.core.ui.type.validator.PatternValidatorTest
[INFO] Running de.fhdw.gaming.core.ui.type.validator.ValueSetValidatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in de.fhdw.gaming.core.ui.type.validator.ValueSetValidatorTest
[INFO] Running de.fhdw.gaming.core.ui.type.validator.MaxValueValidatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in de.fhdw.gaming.core.ui.type.validator.MaxValueValidatorTest
[INFO] Running de.fhdw.gaming.core.ui.type.validator.MinValueValidatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in de.fhdw.gaming.core.ui.type.validator.MinValueValidatorTest
[INFO] Running de.fhdw.gaming.core.domain.AbstractPlayerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in de.fhdw.gaming.core.domain.AbstractPlayerTest
[INFO] Running de.fhdw.gaming.core.domain.util.GameBuilderFactoryWrapperTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in de.fhdw.gaming.core.domain.util.GameBuilderFactoryWrapperTest
[INFO] Running de.fhdw.gaming.core.domain.DefaultGameTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.067 s - in de.fhdw.gaming.core.domain.DefaultGameTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco:0.8.8:report (jacoco-site) @ gaming-core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ gaming-core ---
[INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/gaming-core-1.0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ gaming-core ---
[INFO] Building jar: /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/gaming-core-1.0.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ gaming-core ---
[INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/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
[INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/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
[INFO] Installing /var/lib/jenkins/home/jobs/gaming/workspace/gaming/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
[INFO] 
[INFO] --- site:4.0.0-M5:site (default-site) @ gaming-core ---
[INFO] Configuring report plugin org.apache.maven.plugins:maven-project-info-reports-plugin:3.4.2
[INFO] 15 reports detected for maven-project-info-reports-plugin:3.4.2: 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 - decoration links will not be relativized!
[INFO] Rendering content with org.apache.maven.skins:maven-fluido-skin:jar:2.0.0-M2 skin.
[INFO] Generating "Dependencies" report         --- maven-project-info-reports-plugin:3.4.2:dependencies
[INFO] Generating "Dependency Information" report --- maven-project-info-reports-plugin:3.4.2:dependency-info
[INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:3.4.2:dependency-management
[INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:3.4.2:distribution-management
[INFO] Generating "About" report                --- maven-project-info-reports-plugin:3.4.2:index
[INFO] Generating "Licenses" report             --- maven-project-info-reports-plugin:3.4.2:licenses
[INFO] Generating "Plugin Management" report    --- maven-project-info-reports-plugin:3.4.2:plugin-management
[INFO] Generating "Plugins" report              --- maven-project-info-reports-plugin:3.4.2:plugins
[INFO] Generating "Source Code Management" report --- maven-project-info-reports-plugin:3.4.2:scm
[INFO] Generating "Summary" report              --- maven-project-info-reports-plugin:3.4.2:summary
[INFO] Generating "Team" report                 --- maven-project-info-reports-plugin:3.4.2:team
[JENKINS] Archiving site from /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core/target/site to /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-core@tmp/maven-reporters/moduleset/site/gaming-core
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Gaming 1.0.1-SNAPSHOT:
[INFO] 
[INFO] Gaming ............................................. SUCCESS [ 10.717 s]
[INFO] Gaming Build Tools ................................. SUCCESS [  3.137 s]
[INFO] Gaming Core ........................................ SUCCESS [ 26.181 s]
[INFO] Gaming Contest ..................................... SUCCESS [ 21.759 s]
[INFO] Gaming GUI ......................................... FAILURE [  4.243 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:09 min
[INFO] Finished at: 2023-03-15T00:19:25+01:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project gaming-gui: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/src/main/java/module-info.java:[20,31] module not found: javafx.base
[ERROR] /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/src/main/java/module-info.java:[21,31] module not found: javafx.controls
[ERROR] /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/src/main/java/module-info.java:[22,31] module not found: javafx.graphics
[ERROR] /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/src/main/java/module-info.java:[23,31] module not found: javafx.fxml
[ERROR] /var/lib/jenkins/home/jobs/gaming/workspace/gaming/gaming-gui/src/main/java/module-info.java:[24,20] module not found: javafx.swing
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :gaming-gui