Skip to content
Unstable

Console Output

Skipping 331 KB.. Full Log
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,7] [serial] serializable class ViewerApplet has no definition of serialVersionUID
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ image-examples-viewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ image-examples-viewer ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ image-examples-viewer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jacoco:0.8.7:report (report) @ image-examples-viewer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ image-examples-viewer ---
[INFO] Building jar: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/image-examples-viewer-1.0-ALPHA-8-SNAPSHOT.fc3cc20460fb.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (default-test-jar) @ image-examples-viewer ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ image-examples-viewer ---
[INFO] Installing /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/image-examples-viewer-1.0-ALPHA-8-SNAPSHOT.fc3cc20460fb.jar to /var/jenkins_home/maven-repositories/executors/2/it/tidalwave/image/image-examples-viewer/1.0-ALPHA-8-SNAPSHOT/image-examples-viewer-1.0-ALPHA-8-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/pom.xml to /var/jenkins_home/maven-repositories/executors/2/it/tidalwave/image/image-examples-viewer/1.0-ALPHA-8-SNAPSHOT/image-examples-viewer-1.0-ALPHA-8-SNAPSHOT.pom
[INFO] 
[INFO] >>> spotbugs:4.5.0.0:check (default-cli) > :spotbugs @ image-examples-viewer >>>
[INFO] 
[INFO] --- spotbugs:4.5.0.0:spotbugs (spotbugs) @ image-examples-viewer ---
[INFO] Fork Value is true
     [java] [main] WARN edu.umd.cs.findbugs.TextUICommandLine - -output option and -outputFile option are deprecated. Set file path to each option for reporter.
     [java] WARNING: A terminally deprecated method in java.lang.System has been called
     [java] WARNING: System::setSecurityManager has been called by edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue (file:/var/jenkins_home/maven-repositories/executors/2/com/github/spotbugs/spotbugs/4.5.0/spotbugs-4.5.0.jar)
     [java] WARNING: Please consider reporting this to the maintainers of edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue
     [java] WARNING: System::setSecurityManager will be removed in a future release
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.5.0.0:check (default-cli) < :spotbugs @ image-examples-viewer <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.5.0.0:check (default-cli) @ image-examples-viewer ---
[INFO] BugInstance size is 14
[INFO] Error size is 0
[INFO] Total bugs: 14
[ERROR] Low: Exception is caught when Exception is not thrown in it.tidalwave.mistral.example.AbstractViewerPanel.loadImage(String) [it.tidalwave.mistral.example.AbstractViewerPanel] At AbstractViewerPanel.java:[line 78] REC_CATCH_EXCEPTION
[ERROR] Low: The class it.tidalwave.mistral.example.AbstractViewerPanel$1 could be refactored into a named _static_ inner class [it.tidalwave.mistral.example.AbstractViewerPanel] At AbstractViewerPanel.java:[line 96] SIC_INNER_SHOULD_BE_STATIC_ANON
[ERROR] Medium: Dead store to makerNote in it.tidalwave.mistral.example.viewer.ViewerPanel.onImageLoaded(EditableImage) [it.tidalwave.mistral.example.viewer.ViewerPanel] At ViewerPanel.java:[line 141] DLS_DEAD_LOCAL_STORE
[ERROR] Low: Overridable method repaint is called from constructor new it.tidalwave.mistral.example.viewer.ViewerPanel(). [it.tidalwave.mistral.example.viewer.ViewerPanel] At ViewerPanel.java:[line 115] MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR
[ERROR] Low: Class it.tidalwave.mistral.example.viewer.ViewerPanel defines non-transient non-serializable instance field cropOverlay [it.tidalwave.mistral.example.viewer.ViewerPanel] In ViewerPanel.java SE_BAD_FIELD
[ERROR] Low: Class it.tidalwave.mistral.example.viewer.ViewerPanel defines non-transient non-serializable instance field mouseClickZoomingController [it.tidalwave.mistral.example.viewer.ViewerPanel] In ViewerPanel.java SE_BAD_FIELD
[ERROR] Low: Class it.tidalwave.mistral.example.viewer.ViewerPanel defines non-transient non-serializable instance field mouseWheelZoomingController [it.tidalwave.mistral.example.viewer.ViewerPanel] In ViewerPanel.java SE_BAD_FIELD
[ERROR] Low: Class it.tidalwave.mistral.example.viewer.ViewerPanel defines non-transient non-serializable instance field panningController [it.tidalwave.mistral.example.viewer.ViewerPanel] In ViewerPanel.java SE_BAD_FIELD
[ERROR] Low: Class it.tidalwave.mistral.example.viewer.ViewerPanel defines non-transient non-serializable instance field rotationController [it.tidalwave.mistral.example.viewer.ViewerPanel] In ViewerPanel.java SE_BAD_FIELD
[ERROR] Low: Class it.tidalwave.mistral.example.viewer.ViewerPanel defines non-transient non-serializable instance field scaleController [it.tidalwave.mistral.example.viewer.ViewerPanel] In ViewerPanel.java SE_BAD_FIELD
[ERROR] Low: Class it.tidalwave.mistral.example.viewer.ViewerPanel defines non-transient non-serializable instance field scaleListener [it.tidalwave.mistral.example.viewer.ViewerPanel] In ViewerPanel.java SE_BAD_FIELD
[ERROR] Medium: it.tidalwave.image.render.AnimatedScaleController stored into non-transient field ViewerPanel.scaleController [it.tidalwave.mistral.example.viewer.ViewerPanel] At ViewerPanel.java:[line 63] SE_BAD_FIELD_STORE
[ERROR] Medium: it.tidalwave.mistral.example.viewer.ViewerPanel$2 stored into non-transient field ViewerPanel.scaleListener [it.tidalwave.mistral.example.viewer.ViewerPanel] At ViewerPanel.java:[line 84] SE_BAD_FIELD_STORE
[ERROR] Low: Usage of GetResource in it.tidalwave.mistral.example.viewer.ViewerPanel.initComponents() may be unsafe if class is extended [it.tidalwave.mistral.example.viewer.ViewerPanel] At ViewerPanel.java:[line 276] UI_INHERITANCE_UNSAFE_GETRESOURCE
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] --- pmd:3.14.0:cpd (default-cli) @ image-examples-viewer ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- pmd:3.14.0:pmd (default-cli) @ image-examples-viewer ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
Dec 24, 2024 8:14:42 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been moved from ruleset "unusedcode" to "unnecessary". Please change your ruleset!
Dec 24, 2024 8:14:42 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been renamed to "UnnecessaryModifier". Please change your ruleset!
Dec 24, 2024 8:14:42 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/basic.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:42 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/unusedcode.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:42 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/imports.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:42 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been moved from ruleset "unusedcode" to "unnecessary". Please change your ruleset!
Dec 24, 2024 8:14:42 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been renamed to "UnnecessaryModifier". Please change your ruleset!
Dec 24, 2024 8:14:42 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/basic.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:42 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/unusedcode.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:42 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/imports.xml has been deprecated and will be removed in PMD 7.0.0
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ image-examples-viewer ---
[INFO] There are 31 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.1.2:analyze (default-cli) > test-compile @ image-examples-viewer >>>
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ image-examples-viewer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample
[INFO] Storing buildNumber: fc3cc20460fb at timestamp: 1735028083162
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ image-examples-viewer ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-banned-dependencies) @ image-examples-viewer ---
[INFO] 
[INFO] --- antrun:3.0.0:run (generate-and-print-build-description) @ image-examples-viewer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-8-SNAPSHOT fc3cc20460fb
[INFO]      [echo] Java Version: 17.0.13 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ image-examples-viewer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/2/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ image-examples-viewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ image-examples-viewer ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/classes
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/OverlaidPanel.java:[41,7] [serial] serializable class OverlaidPanel has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/AbstractViewerPanel.java:[53,7] [serial] serializable class AbstractViewerPanel has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[56,25] [rawtypes] found raw type: DefaultComboBoxModel
  missing type arguments for generic class DefaultComboBoxModel<E>
  where E is a type-variable:
    E extends Object declared in class DefaultComboBoxModel
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[56,66] [rawtypes] found raw type: DefaultComboBoxModel
  missing type arguments for generic class DefaultComboBoxModel<E>
  where E is a type-variable:
    E extends Object declared in class DefaultComboBoxModel
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[58,18] [unchecked] unchecked call to addElement(E) as a member of the raw type DefaultComboBoxModel
  where E is a type-variable:
    E extends Object declared in class DefaultComboBoxModel
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[59,18] [unchecked] unchecked call to addElement(E) as a member of the raw type DefaultComboBoxModel
  where E is a type-variable:
    E extends Object declared in class DefaultComboBoxModel
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[60,18] [unchecked] unchecked call to addElement(E) as a member of the raw type DefaultComboBoxModel
  where E is a type-variable:
    E extends Object declared in class DefaultComboBoxModel
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[116,26] [unchecked] unchecked call to setModel(ComboBoxModel<E>) as a member of the raw type JComboBox
  where E is a type-variable:
    E extends Object declared in class JComboBox
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[209,35] [rawtypes] found raw type: JComboBox
  missing type arguments for generic class JComboBox<E>
  where E is a type-variable:
    E extends Object declared in class JComboBox
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[495,23] [rawtypes] found raw type: JComboBox
  missing type arguments for generic class JComboBox<E>
  where E is a type-variable:
    E extends Object declared in class JComboBox
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerPanel.java:[54,7] [serial] serializable class ViewerPanel has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,34] [deprecation] JApplet in javax.swing has been deprecated
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,34] [deprecation] JApplet in javax.swing has been deprecated
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,34] [deprecation] JApplet in javax.swing has been deprecated
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,34] [deprecation] JApplet in javax.swing has been deprecated
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,34] [deprecation] JApplet in javax.swing has been deprecated
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java/it/tidalwave/mistral/example/viewer/ViewerApplet.java:[39,7] [serial] serializable class ViewerApplet has no definition of serialVersionUID
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ image-examples-viewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ image-examples-viewer ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.1.2:analyze (default-cli) < test-compile @ image-examples-viewer <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.1.2:analyze (default-cli) @ image-examples-viewer ---
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.image:image-operations:jar:1.0-ALPHA-8-SNAPSHOT:compile
[WARNING]    it.tidalwave.image:image-contributions:jar:1.0-ALPHA-8-SNAPSHOT:compile
[WARNING]    javax.annotation:javax.annotation-api:jar:1.3.2:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING]    org.slf4j:slf4j-api:jar:1.7.30:compile
[WARNING]    org.slf4j:jul-to-slf4j:jar:1.7.30:runtime
[WARNING]    org.slf4j:jcl-over-slf4j:jar:1.7.30:runtime
[WARNING]    org.projectlombok:lombok:jar:1.18.22:provided
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-13:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.2.3:test
[WARNING]    org.testng:testng:jar:6.9.10:test
[INFO] 
[INFO] ---------< it.tidalwave.image:image-examples-histogramviewer >----------
[INFO] Building Mistral Examples HistogramViewer 1.0-ALPHA-8-SNAPSHOT   [12/13]
[INFO]   from modules/Examples/HistogramViewerExample/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ image-examples-histogramviewer ---
[INFO] Deleting /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ image-examples-histogramviewer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample
[INFO] Storing buildNumber: fc3cc20460fb at timestamp: 1735028085057
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ image-examples-histogramviewer ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-banned-dependencies) @ image-examples-histogramviewer ---
[INFO] 
[INFO] --- antrun:3.0.0:run (generate-and-print-build-description) @ image-examples-histogramviewer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-8-SNAPSHOT fc3cc20460fb
[INFO]      [echo] Java Version: 17.0.13 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ image-examples-histogramviewer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/2/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ image-examples-histogramviewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ image-examples-histogramviewer ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/classes
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/AbstractViewerPanel.java:[53,7] [serial] serializable class AbstractViewerPanel has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[71,12] [rawtypes] found raw type: Map
  missing type arguments for generic class Map<K,V>
  where K,V are type-variables:
    K extends Object declared in interface Map
    V extends Object declared in interface Map
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[71,30] [rawtypes] found raw type: HashMap
  missing type arguments for generic class HashMap<K,V>
  where K,V are type-variables:
    K extends Object declared in class HashMap
    V extends Object declared in class HashMap
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[73,12] [rawtypes] found raw type: List
  missing type arguments for generic class List<E>
  where E is a type-variable:
    E extends Object declared in interface List
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[73,32] [rawtypes] found raw type: ArrayList
  missing type arguments for generic class ArrayList<E>
  where E is a type-variable:
    E extends Object declared in class ArrayList
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[191,19] [unchecked] unchecked call to put(K,V) as a member of the raw type Map
  where K,V are type-variables:
    K extends Object declared in interface Map
    V extends Object declared in interface Map
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[192,20] [unchecked] unchecked call to add(E) as a member of the raw type List
  where E is a type-variable:
    E extends Object declared in interface List
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[46,7] [serial] serializable class XYPlotter has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/HistogramRenderer.java:[44,7] [serial] serializable class HistogramRenderer has no definition of serialVersionUID
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ image-examples-histogramviewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ image-examples-histogramviewer ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ image-examples-histogramviewer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jacoco:0.8.7:report (report) @ image-examples-histogramviewer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ image-examples-histogramviewer ---
[INFO] Building jar: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/image-examples-histogramviewer-1.0-ALPHA-8-SNAPSHOT.fc3cc20460fb.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (default-test-jar) @ image-examples-histogramviewer ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ image-examples-histogramviewer ---
[INFO] Installing /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/image-examples-histogramviewer-1.0-ALPHA-8-SNAPSHOT.fc3cc20460fb.jar to /var/jenkins_home/maven-repositories/executors/2/it/tidalwave/image/image-examples-histogramviewer/1.0-ALPHA-8-SNAPSHOT/image-examples-histogramviewer-1.0-ALPHA-8-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/pom.xml to /var/jenkins_home/maven-repositories/executors/2/it/tidalwave/image/image-examples-histogramviewer/1.0-ALPHA-8-SNAPSHOT/image-examples-histogramviewer-1.0-ALPHA-8-SNAPSHOT.pom
[INFO] 
[INFO] >>> spotbugs:4.5.0.0:check (default-cli) > :spotbugs @ image-examples-histogramviewer >>>
[INFO] 
[INFO] --- spotbugs:4.5.0.0:spotbugs (spotbugs) @ image-examples-histogramviewer ---
[INFO] Fork Value is true
     [java] [main] WARN edu.umd.cs.findbugs.TextUICommandLine - -output option and -outputFile option are deprecated. Set file path to each option for reporter.
     [java] WARNING: A terminally deprecated method in java.lang.System has been called
     [java] WARNING: System::setSecurityManager has been called by edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue (file:/var/jenkins_home/maven-repositories/executors/2/com/github/spotbugs/spotbugs/4.5.0/spotbugs-4.5.0.jar)
     [java] WARNING: Please consider reporting this to the maintainers of edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue
     [java] WARNING: System::setSecurityManager will be removed in a future release
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.5.0.0:check (default-cli) < :spotbugs @ image-examples-histogramviewer <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.5.0.0:check (default-cli) @ image-examples-histogramviewer ---
[INFO] BugInstance size is 13
[INFO] Error size is 0
[INFO] Total bugs: 13
[ERROR] Low: Exception is caught when Exception is not thrown in it.tidalwave.mistral.example.AbstractViewerPanel.loadImage(String) [it.tidalwave.mistral.example.AbstractViewerPanel] At AbstractViewerPanel.java:[line 78] REC_CATCH_EXCEPTION
[ERROR] Low: The class it.tidalwave.mistral.example.AbstractViewerPanel$1 could be refactored into a named _static_ inner class [it.tidalwave.mistral.example.AbstractViewerPanel] At AbstractViewerPanel.java:[line 96] SIC_INNER_SHOULD_BE_STATIC_ANON
[ERROR] Low: Unchecked/unconfirmed cast from java.awt.Graphics to java.awt.Graphics2D in it.tidalwave.mistral.example.histogramviewer.HistogramGrid.paint(Graphics, Rectangle) [it.tidalwave.mistral.example.histogramviewer.HistogramGrid] At HistogramGrid.java:[line 92] BC_UNCONFIRMED_CAST
[ERROR] Medium: it.tidalwave.mistral.example.histogramviewer.HistogramGrid.sethistogramPlotter(XYPlotter) may expose internal representation by storing an externally mutable object into HistogramGrid.histogramPlotter [it.tidalwave.mistral.example.histogramviewer.HistogramGrid] At HistogramGrid.java:[line 54] EI_EXPOSE_REP2
[ERROR] Low: HistogramGrid.histogramPlotter not initialized in constructor and dereferenced in it.tidalwave.mistral.example.histogramviewer.HistogramGrid.paint(Graphics, Rectangle) [it.tidalwave.mistral.example.histogramviewer.HistogramGrid] At HistogramGrid.java:[line 103] UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
[ERROR] Low: Overridable method clear is called from constructor new it.tidalwave.mistral.example.histogramviewer.HistogramRenderer(). [it.tidalwave.mistral.example.histogramviewer.HistogramRenderer] At HistogramRenderer.java:[line 75] MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR
[ERROR] Low: Overridable method getBackground is called from constructor new it.tidalwave.mistral.example.histogramviewer.HistogramRenderer(). [it.tidalwave.mistral.example.histogramviewer.HistogramRenderer] At HistogramRenderer.java:[line 71] MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR
[ERROR] Low: Overridable method getForeground is called from constructor new it.tidalwave.mistral.example.histogramviewer.HistogramRenderer(). [it.tidalwave.mistral.example.histogramviewer.HistogramRenderer] At HistogramRenderer.java:[line 71] MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR
[ERROR] Low: Class it.tidalwave.mistral.example.histogramviewer.HistogramRenderer defines non-transient non-serializable instance field grid [it.tidalwave.mistral.example.histogramviewer.HistogramRenderer] In HistogramRenderer.java SE_BAD_FIELD
[ERROR] Low: Call to swing method in it.tidalwave.mistral.example.histogramviewer.Main.main(String[]) needs to be performed in Swing event thread [it.tidalwave.mistral.example.histogramviewer.Main, it.tidalwave.mistral.example.histogramviewer.Main] At Main.java:[line 82]Another occurrence at Main.java:[line 121] SW_SWING_METHODS_INVOKED_IN_SWING_THREAD
[ERROR] Medium: Possible null pointer dereference of g2 in it.tidalwave.mistral.example.histogramviewer.XYPlotter.paint(Graphics) on exception path [it.tidalwave.mistral.example.histogramviewer.XYPlotter, it.tidalwave.mistral.example.histogramviewer.XYPlotter, it.tidalwave.mistral.example.histogramviewer.XYPlotter] Dereferenced at XYPlotter.java:[line 234]Null value at XYPlotter.java:[line 213]Known null at XYPlotter.java:[line 217] NP_NULL_ON_SOME_PATH_EXCEPTION
[ERROR] Low: Class it.tidalwave.mistral.example.histogramviewer.XYPlotter defines non-transient non-serializable instance field buffer [it.tidalwave.mistral.example.histogramviewer.XYPlotter] In XYPlotter.java SE_BAD_FIELD
[ERROR] Low: Useless control flow in it.tidalwave.mistral.example.histogramviewer.XYPlotter.plot(Graphics) [it.tidalwave.mistral.example.histogramviewer.XYPlotter] At XYPlotter.java:[line 278] UCF_USELESS_CONTROL_FLOW
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] --- pmd:3.14.0:cpd (default-cli) @ image-examples-histogramviewer ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- pmd:3.14.0:pmd (default-cli) @ image-examples-histogramviewer ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
Dec 24, 2024 8:14:51 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been moved from ruleset "unusedcode" to "unnecessary". Please change your ruleset!
Dec 24, 2024 8:14:51 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been renamed to "UnnecessaryModifier". Please change your ruleset!
Dec 24, 2024 8:14:51 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/basic.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:51 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/unusedcode.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:51 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/imports.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:51 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been moved from ruleset "unusedcode" to "unnecessary". Please change your ruleset!
Dec 24, 2024 8:14:51 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been renamed to "UnnecessaryModifier". Please change your ruleset!
Dec 24, 2024 8:14:51 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/basic.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:51 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/unusedcode.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:51 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/imports.xml has been deprecated and will be removed in PMD 7.0.0
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ image-examples-histogramviewer ---
[INFO] There are 43 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.1.2:analyze (default-cli) > test-compile @ image-examples-histogramviewer >>>
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ image-examples-histogramviewer ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample
[INFO] Storing buildNumber: fc3cc20460fb at timestamp: 1735028091813
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ image-examples-histogramviewer ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-banned-dependencies) @ image-examples-histogramviewer ---
[INFO] 
[INFO] --- antrun:3.0.0:run (generate-and-print-build-description) @ image-examples-histogramviewer ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-8-SNAPSHOT fc3cc20460fb
[INFO]      [echo] Java Version: 17.0.13 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ image-examples-histogramviewer ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/2/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ image-examples-histogramviewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ image-examples-histogramviewer ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/classes
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/AbstractViewerPanel.java:[53,7] [serial] serializable class AbstractViewerPanel has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[71,12] [rawtypes] found raw type: Map
  missing type arguments for generic class Map<K,V>
  where K,V are type-variables:
    K extends Object declared in interface Map
    V extends Object declared in interface Map
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[71,30] [rawtypes] found raw type: HashMap
  missing type arguments for generic class HashMap<K,V>
  where K,V are type-variables:
    K extends Object declared in class HashMap
    V extends Object declared in class HashMap
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[73,12] [rawtypes] found raw type: List
  missing type arguments for generic class List<E>
  where E is a type-variable:
    E extends Object declared in interface List
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[73,32] [rawtypes] found raw type: ArrayList
  missing type arguments for generic class ArrayList<E>
  where E is a type-variable:
    E extends Object declared in class ArrayList
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[191,19] [unchecked] unchecked call to put(K,V) as a member of the raw type Map
  where K,V are type-variables:
    K extends Object declared in interface Map
    V extends Object declared in interface Map
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[192,20] [unchecked] unchecked call to add(E) as a member of the raw type List
  where E is a type-variable:
    E extends Object declared in interface List
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/XYPlotter.java:[46,7] [serial] serializable class XYPlotter has no definition of serialVersionUID
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java/it/tidalwave/mistral/example/histogramviewer/HistogramRenderer.java:[44,7] [serial] serializable class HistogramRenderer has no definition of serialVersionUID
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ image-examples-histogramviewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ image-examples-histogramviewer ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.1.2:analyze (default-cli) < test-compile @ image-examples-histogramviewer <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.1.2:analyze (default-cli) @ image-examples-histogramviewer ---
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.image:image-contributions:jar:1.0-ALPHA-8-SNAPSHOT:compile
[WARNING]    org.swinglabs:swing-layout:jar:1.0.3:compile
[WARNING]    javax.annotation:javax.annotation-api:jar:1.3.2:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING]    org.slf4j:jul-to-slf4j:jar:1.7.30:runtime
[WARNING]    org.slf4j:jcl-over-slf4j:jar:1.7.30:runtime
[WARNING]    org.projectlombok:lombok:jar:1.18.22:provided
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-13:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.2.3:test
[WARNING]    org.testng:testng:jar:6.9.10:test
[INFO] 
[INFO] ----------< it.tidalwave.image:image-examples-miscellaneous >-----------
[INFO] Building Mistral Examples Miscellaneous 1.0-ALPHA-8-SNAPSHOT     [13/13]
[INFO]   from modules/Examples/MiscellaneousExample/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ image-examples-miscellaneous ---
[INFO] Deleting /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ image-examples-miscellaneous ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample
[INFO] Storing buildNumber: fc3cc20460fb at timestamp: 1735028093310
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ image-examples-miscellaneous ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-banned-dependencies) @ image-examples-miscellaneous ---
[INFO] 
[INFO] --- antrun:3.0.0:run (generate-and-print-build-description) @ image-examples-miscellaneous ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-8-SNAPSHOT fc3cc20460fb
[INFO]      [echo] Java Version: 17.0.13 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ image-examples-miscellaneous ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/2/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ image-examples-miscellaneous ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ image-examples-miscellaneous ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ image-examples-miscellaneous ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ image-examples-miscellaneous ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ image-examples-miscellaneous ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jacoco:0.8.7:report (report) @ image-examples-miscellaneous ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ image-examples-miscellaneous ---
[INFO] Building jar: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/image-examples-miscellaneous-1.0-ALPHA-8-SNAPSHOT.fc3cc20460fb.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (default-test-jar) @ image-examples-miscellaneous ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.0.0-M1:install (default-install) @ image-examples-miscellaneous ---
[INFO] Installing /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/image-examples-miscellaneous-1.0-ALPHA-8-SNAPSHOT.fc3cc20460fb.jar to /var/jenkins_home/maven-repositories/executors/2/it/tidalwave/image/image-examples-miscellaneous/1.0-ALPHA-8-SNAPSHOT/image-examples-miscellaneous-1.0-ALPHA-8-SNAPSHOT.jar
[INFO] Installing /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/pom.xml to /var/jenkins_home/maven-repositories/executors/2/it/tidalwave/image/image-examples-miscellaneous/1.0-ALPHA-8-SNAPSHOT/image-examples-miscellaneous-1.0-ALPHA-8-SNAPSHOT.pom
[INFO] 
[INFO] >>> spotbugs:4.5.0.0:check (default-cli) > :spotbugs @ image-examples-miscellaneous >>>
[INFO] 
[INFO] --- spotbugs:4.5.0.0:spotbugs (spotbugs) @ image-examples-miscellaneous ---
[INFO] Fork Value is true
     [java] [main] WARN edu.umd.cs.findbugs.TextUICommandLine - -output option and -outputFile option are deprecated. Set file path to each option for reporter.
     [java] WARNING: A terminally deprecated method in java.lang.System has been called
     [java] WARNING: System::setSecurityManager has been called by edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue (file:/var/jenkins_home/maven-repositories/executors/2/com/github/spotbugs/spotbugs/4.5.0/spotbugs-4.5.0.jar)
     [java] WARNING: Please consider reporting this to the maintainers of edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue
     [java] WARNING: System::setSecurityManager will be removed in a future release
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs:4.5.0.0:check (default-cli) < :spotbugs @ image-examples-miscellaneous <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs:4.5.0.0:check (default-cli) @ image-examples-miscellaneous ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] --- pmd:3.14.0:cpd (default-cli) @ image-examples-miscellaneous ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- pmd:3.14.0:pmd (default-cli) @ image-examples-miscellaneous ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
Dec 24, 2024 8:14:58 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been moved from ruleset "unusedcode" to "unnecessary". Please change your ruleset!
Dec 24, 2024 8:14:58 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been renamed to "UnnecessaryModifier". Please change your ruleset!
Dec 24, 2024 8:14:58 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/basic.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:58 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/unusedcode.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:58 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/imports.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:58 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been moved from ruleset "unusedcode" to "unnecessary". Please change your ruleset!
Dec 24, 2024 8:14:58 AM net.sourceforge.pmd.RuleSetFactoryCompatibility$RuleSetFilter apply
WARNING: Applying rule set filter: The rule "UnusedModifier" has been renamed to "UnnecessaryModifier". Please change your ruleset!
Dec 24, 2024 8:14:58 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/basic.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:58 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/unusedcode.xml has been deprecated and will be removed in PMD 7.0.0
Dec 24, 2024 8:14:58 AM net.sourceforge.pmd.RuleSetFactory parseRuleSetReferenceNode
WARNING: The RuleSet rulesets/java/imports.xml has been deprecated and will be removed in PMD 7.0.0
[INFO] 
[INFO] --- checkstyle:3.0.0:checkstyle (default-cli) @ image-examples-miscellaneous ---
[INFO] There are 2 errors reported by Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] >>> dependency:3.1.2:analyze (default-cli) > test-compile @ image-examples-miscellaneous >>>
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ image-examples-miscellaneous ---
[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample
[INFO] Storing buildNumber: fc3cc20460fb at timestamp: 1735028098774
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '12'.
[INFO] Executing: /bin/sh -c cd '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ image-examples-miscellaneous ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-banned-dependencies) @ image-examples-miscellaneous ---
[INFO] 
[INFO] --- antrun:3.0.0:run (generate-and-print-build-description) @ image-examples-miscellaneous ---
[INFO] Executing tasks
[INFO]      [echo] DESCRIPTION: origin/master 1.0-ALPHA-8-SNAPSHOT fc3cc20460fb
[INFO]      [echo] Java Version: 17.0.13 -source 11 -target 11 -release 11
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco:0.8.7:prepare-agent (prepare-agent) @ image-examples-miscellaneous ---
[INFO] tft.test.jacoco.argLine set to -javaagent:/var/jenkins_home/maven-repositories/executors/2/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ image-examples-miscellaneous ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ image-examples-miscellaneous ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ image-examples-miscellaneous ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/src/test/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ image-examples-miscellaneous ---
[WARNING]  Parameter 'optimize' (user property 'maven.compiler.optimize') is deprecated: This property is a no-op in {@code javac}.
[INFO] No sources to compile
[INFO] 
[INFO] <<< dependency:3.1.2:analyze (default-cli) < test-compile @ image-examples-miscellaneous <<<
[INFO] 
[INFO] 
[INFO] --- dependency:3.1.2:analyze (default-cli) @ image-examples-miscellaneous ---
[WARNING] Unused declared dependencies found:
[WARNING]    it.tidalwave.image:image-contributions:jar:1.0-ALPHA-8-SNAPSHOT:compile
[WARNING]    javax.annotation:javax.annotation-api:jar:1.3.2:compile
[WARNING]    com.github.spotbugs:spotbugs-annotations:jar:3.1.9:compile
[WARNING]    org.slf4j:jul-to-slf4j:jar:1.7.30:runtime
[WARNING]    org.slf4j:jcl-over-slf4j:jar:1.7.30:runtime
[WARNING]    org.projectlombok:lombok:jar:1.18.22:provided
[WARNING]    it.tidalwave.thesefoolishthings:it-tidalwave-util-test:jar:3.2-ALPHA-13:test
[WARNING]    ch.qos.logback:logback-classic:jar:1.2.3:test
[WARNING]    org.testng:testng:jar:6.9.10:test
[INFO] 
[INFO] ----------------------< it.tidalwave.image:image >----------------------
[INFO] Building Mistral 1.0-ALPHA-8-SNAPSHOT                            [14/13]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- dependency-check:6.1.1:aggregate (default-cli) @ image ---
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-core:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-operations:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-contributions:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-renderer:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-core:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-core:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-operations:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-contributions:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-renderer:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-core:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-operations:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-contributions:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-core:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-core:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-core:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-core:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-operations:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Found snapshot reactor project in aggregate for it.tidalwave.image:image-contributions:1.0-ALPHA-8-SNAPSHOT - creating a virtual dependency as the snapshot found in the repository may contain outdated dependencies.
[INFO] Checking for updates
[INFO] NVD CVE requires several updates; this could take a couple of minutes.
[INFO] Download Started for NVD CVE - 2002
[INFO] Download Started for NVD CVE - 2003
[INFO] Download Complete for NVD CVE - 2003  (905 ms)
[INFO] Download Started for NVD CVE - 2004
[INFO] Processing Started for NVD CVE - 2003
[INFO] Download Complete for NVD CVE - 2002  (1188 ms)
[INFO] Download Started for NVD CVE - 2005
[INFO] Processing Started for NVD CVE - 2002
[INFO] Download Complete for NVD CVE - 2004  (1009 ms)
[INFO] Download Started for NVD CVE - 2006
[INFO] Processing Started for NVD CVE - 2004
[INFO] Download Complete for NVD CVE - 2005  (1054 ms)
[INFO] Download Started for NVD CVE - 2007
[INFO] Processing Started for NVD CVE - 2005
[INFO] Download Complete for NVD CVE - 2006  (1160 ms)
[INFO] Download Started for NVD CVE - 2008
[INFO] Processing Started for NVD CVE - 2006
[INFO] Download Complete for NVD CVE - 2007  (1161 ms)
[INFO] Processing Started for NVD CVE - 2007
[INFO] Download Started for NVD CVE - 2009
[INFO] Download Complete for NVD CVE - 2008  (1309 ms)
[INFO] Download Started for NVD CVE - 2010
[INFO] Processing Started for NVD CVE - 2008
[INFO] Download Complete for NVD CVE - 2009  (1108 ms)
[INFO] Processing Started for NVD CVE - 2009
[INFO] Download Started for NVD CVE - 2011
[INFO] Download Complete for NVD CVE - 2010  (1166 ms)
[INFO] Download Started for NVD CVE - 2012
[INFO] Download Complete for NVD CVE - 2011  (1297 ms)
[INFO] Download Started for NVD CVE - 2013
[INFO] Download Complete for NVD CVE - 2012  (1126 ms)
[INFO] Download Started for NVD CVE - 2014
[INFO] Download Complete for NVD CVE - 2013  (1239 ms)
[INFO] Download Started for NVD CVE - 2015
[INFO] Download Complete for NVD CVE - 2014  (1128 ms)
[INFO] Download Started for NVD CVE - 2016
[INFO] Download Complete for NVD CVE - 2015  (1320 ms)
[INFO] Download Started for NVD CVE - 2017
[INFO] Processing Complete for NVD CVE - 2003  (7606 ms)
[INFO] Processing Started for NVD CVE - 2010
[INFO] Download Complete for NVD CVE - 2016  (1212 ms)
[INFO] Download Started for NVD CVE - 2018
[INFO] Download Complete for NVD CVE - 2017  (1423 ms)
[INFO] Download Started for NVD CVE - 2019
[INFO] Download Complete for NVD CVE - 2018  (1228 ms)
[INFO] Download Started for NVD CVE - 2020
[INFO] Download Complete for NVD CVE - 2019  (1342 ms)
[INFO] Download Started for NVD CVE - 2021
[INFO] Download Complete for NVD CVE - 2020  (1233 ms)
[INFO] Download Started for NVD CVE - 2022
[INFO] Download Complete for NVD CVE - 2021  (1633 ms)
[INFO] Download Started for NVD CVE - 2023
[INFO] Download Complete for NVD CVE - 2022  (1390 ms)
[INFO] Download Started for NVD CVE - 2024
[INFO] Download Complete for NVD CVE - 2024  (1406 ms)
[INFO] Download Complete for NVD CVE - 2023  (1673 ms)
[INFO] Processing Complete for NVD CVE - 2004  (15208 ms)
[INFO] Processing Started for NVD CVE - 2011
[INFO] Processing Complete for NVD CVE - 2002  (23004 ms)
[INFO] Processing Started for NVD CVE - 2012
[INFO] Processing Complete for NVD CVE - 2005  (23081 ms)
[INFO] Processing Started for NVD CVE - 2013
[INFO] Processing Complete for NVD CVE - 2009  (31306 ms)
[INFO] Processing Started for NVD CVE - 2014
[INFO] Processing Complete for NVD CVE - 2007  (32828 ms)
[INFO] Processing Started for NVD CVE - 2015
[INFO] Processing Complete for NVD CVE - 2006  (36911 ms)
[INFO] Processing Started for NVD CVE - 2016
[INFO] Processing Complete for NVD CVE - 2008  (37904 ms)
[INFO] Processing Started for NVD CVE - 2017
[INFO] Processing Complete for NVD CVE - 2010  (36775 ms)
[INFO] Processing Started for NVD CVE - 2018
[INFO] Processing Complete for NVD CVE - 2011  (39339 ms)
[INFO] Processing Started for NVD CVE - 2019
[INFO] Processing Complete for NVD CVE - 2012  (45706 ms)
[INFO] Processing Started for NVD CVE - 2020
[INFO] Processing Complete for NVD CVE - 2013  (45840 ms)
[INFO] Processing Started for NVD CVE - 2021
[INFO] Processing Complete for NVD CVE - 2015  (35847 ms)
[INFO] Processing Started for NVD CVE - 2022
[INFO] Processing Complete for NVD CVE - 2014  (43288 ms)
[INFO] Processing Started for NVD CVE - 2024
[INFO] Processing Complete for NVD CVE - 2016  (42034 ms)
[INFO] Processing Started for NVD CVE - 2023
[INFO] Processing Complete for NVD CVE - 2017  (51871 ms)
[INFO] Processing Complete for NVD CVE - 2018  (50902 ms)
[INFO] Processing Complete for NVD CVE - 2019  (46386 ms)
[INFO] Processing Complete for NVD CVE - 2024  (30679 ms)
[INFO] Processing Complete for NVD CVE - 2020  (43513 ms)
[INFO] Processing Complete for NVD CVE - 2021  (45682 ms)
[INFO] Processing Complete for NVD CVE - 2022  (45511 ms)
[INFO] Processing Complete for NVD CVE - 2023  (36810 ms)
[INFO] Download Started for NVD CVE - Modified
[INFO] Download Complete for NVD CVE - Modified  (1171 ms)
[INFO] Processing Started for NVD CVE - Modified
[INFO] Processing Complete for NVD CVE - Modified  (4948 ms)
[INFO] Begin database maintenance
[INFO] Updated the CPE ecosystem on 141740 NVD records
[INFO] Removed the CPE ecosystem on 4500 NVD records
[INFO] Cleaned up 2 orphaned NVD records
[INFO] End database maintenance (21372 ms)
[WARNING] A new version of dependency-check is available. Consider updating to version 11.1.1.
[INFO] Begin database defrag
[INFO] End database defrag (9557 ms)
[INFO] Check for updates complete (166889 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 3rd party dependencies; false positives and false negatives may exist in the analysis performed by the tool. Use of the tool and the reporting provided constitutes acceptance for use in an AS IS condition, and there are NO warranties, implied or otherwise, with regard to the analysis or its use. Any use of the tool and the reporting provided is at the user’s risk. In no event shall the copyright holder or OWASP be held liable for any damages whatsoever arising out of or in connection with the use of this tool, the analysis performed, or the resulting report.


[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (2 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (1 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (5 seconds)
[INFO] Writing report to: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/target/dependency-check-report.xml
[INFO] Writing report to: /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/target/dependency-check-report.html
[WARNING] 

One or more dependencies were identified with known vulnerabilities in Mistral:

jcl-over-slf4j-1.7.30.jar (pkg:maven/org.slf4j/jcl-over-slf4j@1.7.30, cpe:2.3:a:apache:commons_net:1.7.30:*:*:*:*:*:*:*) : CVE-2021-37533


See the dependency-check report for more details.


[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Mistral 1.0-ALPHA-8-SNAPSHOT:
[INFO] 
[INFO] Mistral ............................................ SUCCESS [02:57 min]
[INFO] Mistral (modules) .................................. SUCCESS [  3.514 s]
[INFO] Mistral Code Generator ............................. SUCCESS [ 11.069 s]
[INFO] Mistral Core ....................................... SUCCESS [ 45.961 s]
[INFO] Mistral Operations ................................. SUCCESS [ 11.092 s]
[INFO] Mistral Contributions .............................. SUCCESS [  9.267 s]
[INFO] Mistral Processor .................................. SUCCESS [  7.566 s]
[INFO] Mistral Renderer ................................... SUCCESS [  9.823 s]
[INFO] Mistral Examples (master) .......................... SUCCESS [  0.125 s]
[INFO] Mistral Examples CustomOperation ................... SUCCESS [  5.677 s]
[INFO] Mistral Examples Viewer ............................ SUCCESS [  8.938 s]
[INFO] Mistral Examples HistogramViewer ................... SUCCESS [  8.263 s]
[INFO] Mistral Examples Miscellaneous ..................... SUCCESS [  6.988 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:12 min
[INFO] Finished at: 2024-12-24T08:17:58Z
[INFO] ------------------------------------------------------------------------
[workspace] $ /bin/bash /tmp/jenkins9992538398927271152.sh
No post-build script.
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/**/testng-results.xml
Saving reports...
Processing '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/testng/testng-results-1.xml'
Processing '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/testng/testng-results.xml'
5.555555% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH
Build step 'Publish TestNG Results' changed build result to UNSTABLE
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] Version: 3.3.7
[JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern **/**.exec: 3
[JaCoCo plugin] Saving matched execfiles:  /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/jacoco.exec /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/jacoco.exec /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/jacoco.exec
[JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: 
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/target/classes 14 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/classes 15 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/classes 132 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/target/classes 3 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/classes 8 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/classes 1 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/classes 9 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/classes 15 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/target/classes 11 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/target/classes 19 files
[JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: 
[JaCoCo plugin] Source Inclusions: **/*.java,**/*.groovy,**/*.kt,**/*.kts
[JaCoCo plugin] Source Exclusions: 
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/src/main/java 4 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/src/main/java 15 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/src/main/java 76 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/src/main/java 3 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/src/main/java 5 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/src/main/java 1 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/src/main/java 6 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/src/main/java 13 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/src/main/java 9 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/src/main/java 12 files
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: [org/musicbrainz/**/*.class]
[JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
[JaCoCo plugin] Publishing the results..
[JaCoCo plugin] Loading packages..
[JaCoCo plugin] Done.
[JaCoCo plugin] Overall coverage: class: 8.796296, method: 1.9442096, line: 1.1917039, branch: 0.29019153, instruction: 1.2416375, complexity: 1.4537581
[Java Compiler] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 68 issues (skipped 76 duplicates)
[Java Compiler] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace'
[Java Compiler] -> resolved paths in source directory (31 found, 0 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 68 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 31 affected files
[Java Compiler] No filter has been set, publishing all 68 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 68 issues (skipped 0 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/files-with-issues'
[Java Compiler] -> 31 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java Compiler] Deleting source code files of build #23
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 68 issues (skipped 76 duplicates)
[Java Compiler] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace'
[Java Compiler] -> resolved paths in source directory (31 found, 0 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 68 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 31 affected files
[Java Compiler] No filter has been set, publishing all 68 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 68 issues (skipped 0 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/files-with-issues'
[Java Compiler] -> 31 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java Compiler] Deleting source code files of build #23
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Reference build recorder is not configured
[Java Compiler] No valid reference build found
[Java Compiler] All reported issues will be considered outstanding
[Java Compiler] No quality gates have been set - skipping
[Java Compiler] Health report is disabled - skipping
[Java Compiler] Created analysis result for 68 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'Mistral_Metrics_AdoptiumJDK_17 #24'.
[Checks API] No suitable checks publisher found.
[Maven] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[Maven] -> found 80 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 80 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Successfully parsed console log
[Maven] -> found 80 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 80 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Reference build recorder is not configured
[Maven] No valid reference build found
[Maven] All reported issues will be considered outstanding
[Maven] No quality gates have been set - skipping
[Maven] Health report is disabled - skipping
[Maven] Created analysis result for 80 issues (found 0 new issues, fixed 0 issues)
[Maven] Attaching ResultAction with ID 'maven-warnings' to build 'Mistral_Metrics_AdoptiumJDK_17 #24'.
[Checks API] No suitable checks publisher found.
[CPD] Using default pattern '**/cpd.xml' since user defined pattern is not set
[CPD] Searching for all files in '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace' that match the pattern '**/cpd.xml'
[CPD] Traversing of symbolic links: enabled
[CPD] -> found 20 files
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/CodeGenerator/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/CodeGenerator/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Contributions/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Contributions/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/cpd.xml
[CPD] -> found 8 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Core/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/site/cpd.xml
[CPD] -> found 8 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Core/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/CustomOperationExample/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/CustomOperationExample/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/HistogramViewerExample/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/HistogramViewerExample/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/MiscellaneousExample/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/MiscellaneousExample/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/ViewerExample/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/ViewerExample/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Operations/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Operations/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Processor/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Processor/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Renderer/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Renderer/target/site/cpd.xml'
[CPD] Post processing issues on 'Master' with source code encoding 'UTF-8'
[CPD] Creating SCM blamer to obtain author and commit information for affected files
[CPD] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[CPD] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace'
[CPD] -> resolved paths in source directory (2 found, 0 not found)
[CPD] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[CPD] -> resolved module names for 16 issues
[CPD] Resolving package names (or namespaces) by parsing the affected files
[CPD] -> resolved package names of 2 affected files
[CPD] No filter has been set, publishing all 8 issues
[CPD] Creating fingerprints for all affected code blocks to track issues over different builds
[CPD] -> created fingerprints for 8 issues (skipped 0 issues)
[CPD] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/files-with-issues'
[CPD] -> 2 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[CPD] Repository miner is not configured, skipping repository mining
[CPD] Searching for all files in '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace' that match the pattern '**/cpd.xml'
[CPD] Traversing of symbolic links: enabled
[CPD] -> found 20 files
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/CodeGenerator/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/CodeGenerator/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Contributions/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Contributions/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/cpd.xml
[CPD] -> found 8 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Core/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/site/cpd.xml
[CPD] -> found 8 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Core/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/CustomOperationExample/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/CustomOperationExample/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/HistogramViewerExample/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/HistogramViewerExample/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/MiscellaneousExample/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/MiscellaneousExample/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/ViewerExample/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Examples/ViewerExample/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Operations/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Operations/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Processor/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Processor/target/site/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Renderer/target/cpd.xml'
[CPD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/target/site/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'modules/Renderer/target/site/cpd.xml'
[CPD] Post processing issues on 'Master' with source code encoding 'UTF-8'
[CPD] Creating SCM blamer to obtain author and commit information for affected files
[CPD] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[CPD] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace'
[CPD] -> resolved paths in source directory (2 found, 0 not found)
[CPD] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[CPD] -> resolved module names for 16 issues
[CPD] Resolving package names (or namespaces) by parsing the affected files
[CPD] -> resolved package names of 2 affected files
[CPD] No filter has been set, publishing all 8 issues
[CPD] Creating fingerprints for all affected code blocks to track issues over different builds
[CPD] -> created fingerprints for 8 issues (skipped 0 issues)
[CPD] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/files-with-issues'
[CPD] -> 2 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[CPD] Repository miner is not configured, skipping repository mining
[CPD] Reference build recorder is not configured
[CPD] No valid reference build found
[CPD] All reported issues will be considered outstanding
[CPD] No quality gates have been set - skipping
[CPD] Health report is disabled - skipping
[CPD] Created analysis result for 8 issues (found 0 new issues, fixed 0 issues)
[CPD] Attaching ResultAction with ID 'cpd' to build 'Mistral_Metrics_AdoptiumJDK_17 #24'.
[Checks API] No suitable checks publisher found.
[PMD] Using default pattern '**/pmd.xml' since user defined pattern is not set
[PMD] Searching for all files in '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace' that match the pattern '**/pmd.xml'
[PMD] Traversing of symbolic links: enabled
[PMD] -> found 20 files
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/target/pmd.xml
[PMD] -> found 19 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/CodeGenerator/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/target/site/pmd.xml
[PMD] -> found 19 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/CodeGenerator/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Contributions/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Contributions/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/pmd.xml
[PMD] -> found 19 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Core/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/site/pmd.xml
[PMD] -> found 19 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Core/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/CustomOperationExample/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/CustomOperationExample/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/HistogramViewerExample/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/HistogramViewerExample/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/MiscellaneousExample/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/MiscellaneousExample/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/pmd.xml
[PMD] -> found 10 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/ViewerExample/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/site/pmd.xml
[PMD] -> found 10 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/ViewerExample/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/pmd.xml
[PMD] -> found 4 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Operations/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/site/pmd.xml
[PMD] -> found 4 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Operations/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Processor/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Processor/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Renderer/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Renderer/target/site/pmd.xml'
[PMD] Post processing issues on 'Master' with source code encoding 'UTF-8'
[PMD] Creating SCM blamer to obtain author and commit information for affected files
[PMD] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[PMD] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace'
[PMD] -> resolved paths in source directory (15 found, 0 not found)
[PMD] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[PMD] -> resolved module names for 104 issues
[PMD] Resolving package names (or namespaces) by parsing the affected files
[PMD] -> all affected files already have a valid package name
[PMD] No filter has been set, publishing all 52 issues
[PMD] Creating fingerprints for all affected code blocks to track issues over different builds
[PMD] -> created fingerprints for 52 issues (skipped 0 issues)
[PMD] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/files-with-issues'
[PMD] -> 10 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[PMD] Repository miner is not configured, skipping repository mining
[PMD] Searching for all files in '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace' that match the pattern '**/pmd.xml'
[PMD] Traversing of symbolic links: enabled
[PMD] -> found 20 files
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/target/pmd.xml
[PMD] -> found 19 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/CodeGenerator/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/target/site/pmd.xml
[PMD] -> found 19 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/CodeGenerator/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Contributions/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Contributions/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/pmd.xml
[PMD] -> found 19 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Core/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/site/pmd.xml
[PMD] -> found 19 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Core/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/CustomOperationExample/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/CustomOperationExample/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/HistogramViewerExample/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/HistogramViewerExample/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/MiscellaneousExample/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/MiscellaneousExample/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/pmd.xml
[PMD] -> found 10 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/ViewerExample/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/site/pmd.xml
[PMD] -> found 10 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Examples/ViewerExample/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/pmd.xml
[PMD] -> found 4 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Operations/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/site/pmd.xml
[PMD] -> found 4 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Operations/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Processor/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Processor/target/site/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Renderer/target/pmd.xml'
[PMD] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/target/site/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'modules/Renderer/target/site/pmd.xml'
[PMD] Post processing issues on 'Master' with source code encoding 'UTF-8'
[PMD] Creating SCM blamer to obtain author and commit information for affected files
[PMD] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[PMD] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace'
[PMD] -> resolved paths in source directory (15 found, 0 not found)
[PMD] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[PMD] -> resolved module names for 104 issues
[PMD] Resolving package names (or namespaces) by parsing the affected files
[PMD] -> all affected files already have a valid package name
[PMD] No filter has been set, publishing all 52 issues
[PMD] Creating fingerprints for all affected code blocks to track issues over different builds
[PMD] -> created fingerprints for 52 issues (skipped 0 issues)
[PMD] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/files-with-issues'
[PMD] -> 10 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[PMD] Repository miner is not configured, skipping repository mining
[PMD] Reference build recorder is not configured
[PMD] No valid reference build found
[PMD] All reported issues will be considered outstanding
[PMD] No quality gates have been set - skipping
[PMD] Health report is disabled - skipping
[PMD] Created analysis result for 52 issues (found 0 new issues, fixed 0 issues)
[PMD] Attaching ResultAction with ID 'pmd' to build 'Mistral_Metrics_AdoptiumJDK_17 #24'.
[Checks API] No suitable checks publisher found.
[AspectJ] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[AspectJ] -> found 0 issues (skipped 0 duplicates)
[AspectJ] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[AspectJ] Skipping post processing
[AspectJ] No filter has been set, publishing all 0 issues
[AspectJ] Repository miner is not configured, skipping repository mining
[AspectJ] Successfully parsed console log
[AspectJ] -> found 0 issues (skipped 0 duplicates)
[AspectJ] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[AspectJ] Skipping post processing
[AspectJ] No filter has been set, publishing all 0 issues
[AspectJ] Repository miner is not configured, skipping repository mining
[AspectJ] Reference build recorder is not configured
[AspectJ] No valid reference build found
[AspectJ] All reported issues will be considered outstanding
[AspectJ] No quality gates have been set - skipping
[AspectJ] Health report is disabled - skipping
[AspectJ] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[AspectJ] Attaching ResultAction with ID 'aspectj' to build 'Mistral_Metrics_AdoptiumJDK_17 #24'.
[Checks API] No suitable checks publisher found.
[Code Analysis] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[Code Analysis] -> found 0 issues (skipped 0 duplicates)
[Code Analysis] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[Code Analysis] Skipping post processing
[Code Analysis] No filter has been set, publishing all 0 issues
[Code Analysis] Repository miner is not configured, skipping repository mining
[Code Analysis] Successfully parsed console log
[Code Analysis] -> found 0 issues (skipped 0 duplicates)
[Code Analysis] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[Code Analysis] Skipping post processing
[Code Analysis] No filter has been set, publishing all 0 issues
[Code Analysis] Repository miner is not configured, skipping repository mining
[Code Analysis] Reference build recorder is not configured
[Code Analysis] No valid reference build found
[Code Analysis] All reported issues will be considered outstanding
[Code Analysis] No quality gates have been set - skipping
[Code Analysis] Health report is disabled - skipping
[Code Analysis] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Code Analysis] Attaching ResultAction with ID 'code-analysis' to build 'Mistral_Metrics_AdoptiumJDK_17 #24'.
[Checks API] No suitable checks publisher found.
[SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set
[SpotBugs] Searching for all files in '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] -> found 10 files
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/target/site/spotbugsXml.xml
[SpotBugs] -> found 16 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/CodeGenerator/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/site/spotbugsXml.xml
[SpotBugs] -> found 6 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Contributions/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/site/spotbugsXml.xml
[SpotBugs] -> found 116 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Core/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Examples/CustomOperationExample/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/site/spotbugsXml.xml
[SpotBugs] -> found 13 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Examples/HistogramViewerExample/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Examples/MiscellaneousExample/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/site/spotbugsXml.xml
[SpotBugs] -> found 14 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Examples/ViewerExample/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/site/spotbugsXml.xml
[SpotBugs] -> found 17 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Operations/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/target/site/spotbugsXml.xml
[SpotBugs] -> found 26 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Processor/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/target/site/spotbugsXml.xml
[SpotBugs] -> found 22 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Renderer/target/site/spotbugsXml.xml'
[SpotBugs] Post processing issues on 'Master' with source code encoding 'UTF-8'
[SpotBugs] Creating SCM blamer to obtain author and commit information for affected files
[SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[SpotBugs] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace'
[SpotBugs] -> resolved paths in source directory (68 found, 0 not found)
[SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[SpotBugs] -> all issues already have a valid module name
[SpotBugs] Resolving package names (or namespaces) by parsing the affected files
[SpotBugs] -> all affected files already have a valid package name
[SpotBugs] No filter has been set, publishing all 230 issues
[SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds
[SpotBugs] -> created fingerprints for 0 issues (skipped 230 issues)
[SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/files-with-issues'
[SpotBugs] -> 36 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] Searching for all files in '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] -> found 10 files
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/CodeGenerator/target/site/spotbugsXml.xml
[SpotBugs] -> found 16 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/CodeGenerator/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Contributions/target/site/spotbugsXml.xml
[SpotBugs] -> found 6 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Contributions/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Core/target/site/spotbugsXml.xml
[SpotBugs] -> found 116 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Core/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/CustomOperationExample/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Examples/CustomOperationExample/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/HistogramViewerExample/target/site/spotbugsXml.xml
[SpotBugs] -> found 13 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Examples/HistogramViewerExample/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/MiscellaneousExample/target/site/spotbugsXml.xml
[SpotBugs] -> found 0 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Examples/MiscellaneousExample/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Examples/ViewerExample/target/site/spotbugsXml.xml
[SpotBugs] -> found 14 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Examples/ViewerExample/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Operations/target/site/spotbugsXml.xml
[SpotBugs] -> found 17 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Operations/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Processor/target/site/spotbugsXml.xml
[SpotBugs] -> found 26 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Processor/target/site/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace/modules/Renderer/target/site/spotbugsXml.xml
[SpotBugs] -> found 22 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'modules/Renderer/target/site/spotbugsXml.xml'
[SpotBugs] Post processing issues on 'Master' with source code encoding 'UTF-8'
[SpotBugs] Creating SCM blamer to obtain author and commit information for affected files
[SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[SpotBugs] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace'
[SpotBugs] -> resolved paths in source directory (68 found, 0 not found)
[SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[SpotBugs] -> all issues already have a valid module name
[SpotBugs] Resolving package names (or namespaces) by parsing the affected files
[SpotBugs] -> all affected files already have a valid package name
[SpotBugs] No filter has been set, publishing all 230 issues
[SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds
[SpotBugs] -> created fingerprints for 0 issues (skipped 230 issues)
[SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/files-with-issues'
[SpotBugs] -> 36 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] Reference build recorder is not configured
[SpotBugs] No valid reference build found
[SpotBugs] All reported issues will be considered outstanding
[SpotBugs] No quality gates have been set - skipping
[SpotBugs] Health report is disabled - skipping
[SpotBugs] Created analysis result for 230 issues (found 0 new issues, fixed 0 issues)
[SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'Mistral_Metrics_AdoptiumJDK_17 #24'.
[Checks API] No suitable checks publisher found.
[Open Tasks Scanner] Searching for files in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace' that match the include pattern '' and exclude pattern '**/target/**/*'
[Open Tasks Scanner] -> found 9859 files that will be scanned
[Open Tasks Scanner] Using the following tasks patterns:
-> High: ^.*(\bFIXME\b)(.*)$
-> Normal: ^.*(\bTODO\b)(.*)$

[Open Tasks Scanner] Scanning all 9859 files for open tasks
[Open Tasks Scanner] Found a total of 88 open tasks
[Open Tasks Scanner] -> TODO: 19 open tasks
[Open Tasks Scanner] -> FIXME: 69 open tasks
[Open Tasks Scanner] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Open Tasks Scanner] Creating SCM blamer to obtain author and commit information for affected files
[Open Tasks Scanner] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Open Tasks Scanner] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace'
[Open Tasks Scanner] -> resolved paths in source directory (38 found, 0 not found)
[Open Tasks Scanner] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Open Tasks Scanner] -> resolved module names for 88 issues
[Open Tasks Scanner] Resolving package names (or namespaces) by parsing the affected files
[Open Tasks Scanner] -> resolved package names of 38 affected files
[Open Tasks Scanner] No filter has been set, publishing all 88 issues
[Open Tasks Scanner] Creating fingerprints for all affected code blocks to track issues over different builds
[Open Tasks Scanner] -> created fingerprints for 88 issues (skipped 0 issues)
[Open Tasks Scanner] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/files-with-issues'
[Open Tasks Scanner] -> 16 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Open Tasks Scanner] Repository miner is not configured, skipping repository mining
[Open Tasks Scanner] Searching for files in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace' that match the include pattern '' and exclude pattern '**/target/**/*'
[Open Tasks Scanner] -> found 9859 files that will be scanned
[Open Tasks Scanner] Using the following tasks patterns:
-> High: ^.*(\bFIXME\b)(.*)$
-> Normal: ^.*(\bTODO\b)(.*)$

[Open Tasks Scanner] Scanning all 9859 files for open tasks
[Open Tasks Scanner] Found a total of 88 open tasks
[Open Tasks Scanner] -> TODO: 19 open tasks
[Open Tasks Scanner] -> FIXME: 69 open tasks
[Open Tasks Scanner] Post processing issues on 'Master' with source code encoding 'UTF-8'
[Open Tasks Scanner] Creating SCM blamer to obtain author and commit information for affected files
[Open Tasks Scanner] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Open Tasks Scanner] Resolving file names for all issues in workspace '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace'
[Open Tasks Scanner] -> resolved paths in source directory (38 found, 0 not found)
[Open Tasks Scanner] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Open Tasks Scanner] -> resolved module names for 88 issues
[Open Tasks Scanner] Resolving package names (or namespaces) by parsing the affected files
[Open Tasks Scanner] -> resolved package names of 38 affected files
[Open Tasks Scanner] No filter has been set, publishing all 88 issues
[Open Tasks Scanner] Creating fingerprints for all affected code blocks to track issues over different builds
[Open Tasks Scanner] -> created fingerprints for 88 issues (skipped 0 issues)
[Open Tasks Scanner] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/builds/24/files-with-issues'
[Open Tasks Scanner] -> 16 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Open Tasks Scanner] Repository miner is not configured, skipping repository mining
[Open Tasks Scanner] Reference build recorder is not configured
[Open Tasks Scanner] No valid reference build found
[Open Tasks Scanner] All reported issues will be considered outstanding
[Open Tasks Scanner] No quality gates have been set - skipping
[Open Tasks Scanner] Health report is disabled - skipping
[Open Tasks Scanner] Created analysis result for 88 issues (found 0 new issues, fixed 0 issues)
[Open Tasks Scanner] Attaching ResultAction with ID 'open-tasks' to build 'Mistral_Metrics_AdoptiumJDK_17 #24'.
[Checks API] No suitable checks publisher found.
[OWASP Dependency Check] Using default pattern '**/dependency-check-report.json' since user defined pattern is not set
[OWASP Dependency Check] [-ERROR-] Errors during parsing
[OWASP Dependency Check] [-ERROR-] No files found for pattern '**/dependency-check-report.json'. Configuration error?
[OWASP Dependency Check] Searching for all files in '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace' that match the pattern '**/dependency-check-report.json'
[OWASP Dependency Check] Traversing of symbolic links: enabled
[OWASP Dependency Check] Skipping post processing
[OWASP Dependency Check] No filter has been set, publishing all 0 issues
[OWASP Dependency Check] Repository miner is not configured, skipping repository mining
[OWASP Dependency Check] Searching for all files in '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace' that match the pattern '**/dependency-check-report.json'
[OWASP Dependency Check] Traversing of symbolic links: enabled
[OWASP Dependency Check] Skipping post processing
[OWASP Dependency Check] No filter has been set, publishing all 0 issues
[OWASP Dependency Check] Repository miner is not configured, skipping repository mining
[OWASP Dependency Check] [-ERROR-] Errors during parsing
[OWASP Dependency Check] [-ERROR-] No files found for pattern '**/dependency-check-report.json'. Configuration error?
[OWASP Dependency Check] Reference build recorder is not configured
[OWASP Dependency Check] No valid reference build found
[OWASP Dependency Check] All reported issues will be considered outstanding
[OWASP Dependency Check] No quality gates have been set - skipping
[OWASP Dependency Check] Health report is disabled - skipping
[OWASP Dependency Check] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[OWASP Dependency Check] Attaching ResultAction with ID 'owasp-dependency-check' to build 'Mistral_Metrics_AdoptiumJDK_17 #24'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[JavaDoc] Skipping post processing
[JavaDoc] No filter has been set, publishing all 0 issues
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics_AdoptiumJDK_17/workspace')
[JavaDoc] Skipping post processing
[JavaDoc] No filter has been set, publishing all 0 issues
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Reference build recorder is not configured
[JavaDoc] No valid reference build found
[JavaDoc] All reported issues will be considered outstanding
[JavaDoc] No quality gates have been set - skipping
[JavaDoc] Health report is disabled - skipping
[JavaDoc] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'Mistral_Metrics_AdoptiumJDK_17 #24'.
[Checks API] No suitable checks publisher found.
[description-setter] Description set: origin/master 1.0-ALPHA-8-SNAPSHOT fc3cc20460fb
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Triggering a new build of Mistral :: Archive (master)
Finished: UNSTABLE