Skip to content
Unstable

Console Output

Skipping 1,014 KB.. Full Log
  where E is a type-variable:
    E extends Object declared in class JComboBox
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics/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/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/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
[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/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/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/workspace/modules/Examples/HistogramViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/HistogramViewerExample
[INFO] Storing buildNumber: fc3cc20460fb at timestamp: 1735000669599
[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/workspace/modules/Examples/HistogramViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics/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: 11.0.25 -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/3/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/Mistral_Metrics/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/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/workspace/modules/Examples/HistogramViewerExample/target/classes
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics/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/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/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/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/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/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/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/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/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/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/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/workspace/modules/Examples/HistogramViewerExample/target/image-examples-histogramviewer-1.0-ALPHA-8-SNAPSHOT.fc3cc20460fb.jar to /var/jenkins_home/maven-repositories/executors/3/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/workspace/modules/Examples/HistogramViewerExample/pom.xml to /var/jenkins_home/maven-repositories/executors/3/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.
[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 12:37:55 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 12:37:55 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 12:37:55 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 12:37:55 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 12:37:55 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 12:37:55 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 12:37:55 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 12:37:55 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 12:37:55 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 12:37:55 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/workspace/modules/Examples/HistogramViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/HistogramViewerExample
[INFO] Storing buildNumber: fc3cc20460fb at timestamp: 1735000676196
[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/workspace/modules/Examples/HistogramViewerExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics/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: 11.0.25 -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/3/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/Mistral_Metrics/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/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/workspace/modules/Examples/HistogramViewerExample/target/classes
[WARNING] /var/jenkins_home/jobs/Mistral_Metrics/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/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/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/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/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/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/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/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/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/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/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/workspace/modules/Examples/MiscellaneousExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/MiscellaneousExample
[INFO] Storing buildNumber: fc3cc20460fb at timestamp: 1735000678101
[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/workspace/modules/Examples/MiscellaneousExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics/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: 11.0.25 -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/3/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/Mistral_Metrics/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/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/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/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/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/workspace/modules/Examples/MiscellaneousExample/target/image-examples-miscellaneous-1.0-ALPHA-8-SNAPSHOT.fc3cc20460fb.jar to /var/jenkins_home/maven-repositories/executors/3/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/workspace/modules/Examples/MiscellaneousExample/pom.xml to /var/jenkins_home/maven-repositories/executors/3/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.
[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 12:38:02 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 12:38:02 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 12:38:02 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 12:38:02 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 12:38:02 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 12:38:02 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 12:38:02 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 12:38:02 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 12:38:02 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 12:38:02 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/workspace/modules/Examples/MiscellaneousExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/MiscellaneousExample
[INFO] Storing buildNumber: fc3cc20460fb at timestamp: 1735000682644
[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/workspace/modules/Examples/MiscellaneousExample' && 'git' 'rev-parse' '--verify' '--short=12' 'HEAD'
[INFO] Working directory: /var/jenkins_home/jobs/Mistral_Metrics/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: 11.0.25 -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/3/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/var/jenkins_home/jobs/Mistral_Metrics/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/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/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/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] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/owasp/dependency-check-core/6.1.1/dependency-check-core-6.1.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/owasp/dependency-check-core/6.1.1/dependency-check-core-6.1.1.pom (28 kB at 63 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/anarres/jdiagnostics/jdiagnostics/1.0.6/jdiagnostics-1.0.6.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/anarres/jdiagnostics/jdiagnostics/1.0.6/jdiagnostics-1.0.6.pom (2.0 kB at 3.2 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/whitesource/pecoff4j/0.0.2.1/pecoff4j-0.0.2.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/whitesource/pecoff4j/0.0.2.1/pecoff4j-0.0.2.1.pom (6.8 kB at 23 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/commons/commons-jcs-core/2.2.1/commons-jcs-core-2.2.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/commons/commons-jcs-core/2.2.1/commons-jcs-core-2.2.1.pom (6.2 kB at 20 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/commons/commons-jcs/2.2.1/commons-jcs-2.2.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/commons/commons-jcs/2.2.1/commons-jcs-2.2.1.pom (19 kB at 61 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/package-url/packageurl-java/1.2.0/packageurl-java-1.2.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/package-url/packageurl-java/1.2.0/packageurl-java-1.2.0.pom (11 kB at 34 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/us/springett/cpe-parser/2.0.2/cpe-parser-2.0.2.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/us/springett/cpe-parser/2.0.2/cpe-parser-2.0.2.pom (15 kB at 24 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/vdurmont/semver4j/3.1.0/semver4j-3.1.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/vdurmont/semver4j/3.1.0/semver4j-3.1.0.pom (6.1 kB at 7.5 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/owasp/dependency-check-utils/6.1.1/dependency-check-utils-6.1.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/owasp/dependency-check-utils/6.1.1/dependency-check-utils-6.1.1.pom (3.4 kB at 7.3 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 23 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.pom (15 kB at 16 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/jackson-base/2.12.1/jackson-base-2.12.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/jackson-base/2.12.1/jackson-base-2.12.1.pom (9.3 kB at 21 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/jackson-bom/2.12.1/jackson-bom-2.12.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/jackson-bom/2.12.1/jackson-bom-2.12.1.pom (15 kB at 31 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom (7.5 kB at 242 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/oss-parent/41/oss-parent-41.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/oss-parent/41/oss-parent-41.pom (23 kB at 1.1 MB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.pom (6.0 kB at 13 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.pom (5.5 kB at 4.2 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-core/8.8.0/lucene-core-8.8.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-core/8.8.0/lucene-core-8.8.0.pom (3.0 kB at 9.0 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-parent/8.8.0/lucene-parent-8.8.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-parent/8.8.0/lucene-parent-8.8.0.pom (5.0 kB at 16 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-solr-grandparent/8.8.0/lucene-solr-grandparent-8.8.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-solr-grandparent/8.8.0/lucene-solr-grandparent-8.8.0.pom (401 kB at 622 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-analyzers-common/8.8.0/lucene-analyzers-common-8.8.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-analyzers-common/8.8.0/lucene-analyzers-common-8.8.0.pom (3.3 kB at 10 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-queryparser/8.8.0/lucene-queryparser-8.8.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-queryparser/8.8.0/lucene-queryparser-8.8.0.pom (3.5 kB at 9.6 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-queries/8.8.0/lucene-queries-8.8.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-queries/8.8.0/lucene-queries-8.8.0.pom (3.4 kB at 10 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-sandbox/8.8.0/lucene-sandbox-8.8.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-sandbox/8.8.0/lucene-sandbox-8.8.0.pom (2.9 kB at 8.6 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/velocity/velocity-engine-core/2.2/velocity-engine-core-2.2.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/velocity/velocity-engine-core/2.2/velocity-engine-core-2.2.pom (10 kB at 32 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/velocity/velocity-engine-parent/2.2/velocity-engine-parent-2.2.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/velocity/velocity-engine-parent/2.2/velocity-engine-parent-2.2.pom (14 kB at 43 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/velocity/velocity-master/3/velocity-master-3.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/velocity/velocity-master/3/velocity-master-3.pom (8.4 kB at 26 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/h2database/h2/1.4.199/h2-1.4.199.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/h2database/h2/1.4.199/h2-1.4.199.pom (960 B at 1.2 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.pom (12 kB at 39 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/glassfish/json/1.1.4/json-1.1.4.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/glassfish/json/1.1.4/json-1.1.4.pom (18 kB at 55 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.pom (9.2 kB at 13 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/sun/mail/mailapi/1.6.5/mailapi-1.6.5.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/sun/mail/mailapi/1.6.5/mailapi-1.6.5.pom (5.5 kB at 6.5 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/sun/mail/all/1.6.5/all-1.6.5.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/sun/mail/all/1.6.5/all-1.6.5.pom (21 kB at 46 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom (4.9 kB at 7.3 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-module-afterburner/2.12.1/jackson-module-afterburner-2.12.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-module-afterburner/2.12.1/jackson-module-afterburner-2.12.1.pom (3.4 kB at 5.3 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-modules-base/2.12.1/jackson-modules-base-2.12.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-modules-base/2.12.1/jackson-modules-base-2.12.1.pom (3.5 kB at 4.3 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/h3xstream/retirejs/retirejs-core/3.0.2/retirejs-core-3.0.2.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/h3xstream/retirejs/retirejs-core/3.0.2/retirejs-core-3.0.2.pom (1.6 kB at 2.7 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/h3xstream/retirejs/retirejs-root-pom/3.0.2/retirejs-root-pom-3.0.2.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/h3xstream/retirejs/retirejs-root-pom/3.0.2/retirejs-root-pom-3.0.2.pom (12 kB at 19 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/json/json/20190722/json-20190722.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/json/json/20190722/json-20190722.pom (6.0 kB at 9.8 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.pom (3.6 kB at 12 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.pom (3.5 kB at 8.9 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/spullara/mustache/java/mustache.java/0.9.6/mustache.java-0.9.6.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/spullara/mustache/java/mustache.java/0.9.6/mustache.java-0.9.6.pom (4.4 kB at 13 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service-client/1.6.0/ossindex-service-client-1.6.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service-client/1.6.0/ossindex-service-client-1.6.0.pom (6.9 kB at 8.3 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service/1.6.0/ossindex-service-1.6.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service/1.6.0/ossindex-service-1.6.0.pom (8.6 kB at 9.7 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/buildsupport/public-parent/15/public-parent-15.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/buildsupport/public-parent/15/public-parent-15.pom (761 B at 1.1 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/buildsupport/buildsupport/15/buildsupport-15.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/buildsupport/buildsupport/15/buildsupport-15.pom (26 kB at 38 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service-bom/1.6.0/ossindex-service-bom-1.6.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service-bom/1.6.0/ossindex-service-bom-1.6.0.pom (4.6 kB at 7.0 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service-api/1.6.0/ossindex-service-api-1.6.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service-api/1.6.0/ossindex-service-api-1.6.0.pom (4.6 kB at 7.9 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.9.10/jackson-annotations-2.9.10.pom (2.6 kB at 3.9 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom (7.9 kB at 18 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/oss-parent/34/oss-parent-34.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/oss-parent/34/oss-parent-34.pom (23 kB at 40 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.pom (21 kB at 71 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/goodies/package-url-java/1.1.1/package-url-java-1.1.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/goodies/package-url-java/1.1.1/package-url-java-1.1.1.pom (9.4 kB at 30 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/buildsupport/public-parent/13/public-parent-13.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/buildsupport/public-parent/13/public-parent-13.pom (761 B at 2.6 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/buildsupport/buildsupport/13/buildsupport-13.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/buildsupport/buildsupport/13/buildsupport-13.pom (25 kB at 80 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.pom (964 B at 1.5 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom (14 kB at 23 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/joda-time/joda-time/2.10.4/joda-time-2.10.4.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/joda-time/joda-time/2.10.4/joda-time-2.10.4.pom (37 kB at 116 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.pom (5.2 kB at 17 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/google/code/gson/gson/2.8.1/gson-2.8.1.pom (1.9 kB at 6.0 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/google/code/gson/gson-parent/2.8.1/gson-parent-2.8.1.pom (3.7 kB at 12 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/hankcs/aho-corasick-double-array-trie/1.2.2/aho-corasick-double-array-trie-1.2.2.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/hankcs/aho-corasick-double-array-trie/1.2.2/aho-corasick-double-array-trie-1.2.2.pom (7.3 kB at 12 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/commons-validator/commons-validator/1.7/commons-validator-1.7.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/commons-validator/commons-validator/1.7/commons-validator-1.7.pom (14 kB at 15 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/jetbrains/annotations/20.1.0/annotations-20.1.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/jetbrains/annotations/20.1.0/annotations-20.1.0.pom (1.4 kB at 3.1 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/spotbugs/spotbugs-annotations/4.2.0/spotbugs-annotations-4.2.0.pom
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/spotbugs/spotbugs-annotations/4.2.0/spotbugs-annotations-4.2.0.pom (2.8 kB at 5.8 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/owasp/dependency-check-core/6.1.1/dependency-check-core-6.1.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/owasp/dependency-check-core/6.1.1/dependency-check-core-6.1.1.jar (957 kB at 1.6 MB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/anarres/jdiagnostics/jdiagnostics/1.0.6/jdiagnostics-1.0.6.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/whitesource/pecoff4j/0.0.2.1/pecoff4j-0.0.2.1.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/commons/commons-jcs-core/2.2.1/commons-jcs-core-2.2.1.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/package-url/packageurl-java/1.2.0/packageurl-java-1.2.0.jar
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/us/springett/cpe-parser/2.0.2/cpe-parser-2.0.2.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/whitesource/pecoff4j/0.0.2.1/pecoff4j-0.0.2.1.jar (117 kB at 297 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/vdurmont/semver4j/3.1.0/semver4j-3.1.0.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/commons/commons-jcs-core/2.2.1/commons-jcs-core-2.2.1.jar (534 kB at 1.2 MB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/package-url/packageurl-java/1.2.0/packageurl-java-1.2.0.jar (14 kB at 23 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/us/springett/cpe-parser/2.0.2/cpe-parser-2.0.2.jar (30 kB at 37 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-core/8.8.0/lucene-core-8.8.0.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 316 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-analyzers-common/8.8.0/lucene-analyzers-common-8.8.0.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar (578 kB at 627 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-queryparser/8.8.0/lucene-queryparser-8.8.0.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/anarres/jdiagnostics/jdiagnostics/1.0.6/jdiagnostics-1.0.6.jar (59 kB at 64 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-queries/8.8.0/lucene-queries-8.8.0.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/vdurmont/semver4j/3.1.0/semver4j-3.1.0.jar (27 kB at 29 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-sandbox/8.8.0/lucene-sandbox-8.8.0.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-core/8.8.0/lucene-core-8.8.0.jar (3.6 MB at 3.0 MB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/velocity/velocity-engine-core/2.2/velocity-engine-core-2.2.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-queryparser/8.8.0/lucene-queryparser-8.8.0.jar (383 kB at 307 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/h2database/h2/1.4.199/h2-1.4.199.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-queries/8.8.0/lucene-queries-8.8.0.jar (380 kB at 293 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-analyzers-common/8.8.0/lucene-analyzers-common-8.8.0.jar (1.7 MB at 1.3 MB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/lucene/lucene-sandbox/8.8.0/lucene-sandbox-8.8.0.jar (224 kB at 171 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/sun/mail/mailapi/1.6.5/mailapi-1.6.5.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/apache/velocity/velocity-engine-core/2.2/velocity-engine-core-2.2.jar (525 kB at 328 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/glassfish/javax.json/1.1.4/javax.json-1.1.4.jar (129 kB at 80 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.jar (394 kB at 224 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/h2database/h2/1.4.199/h2-1.4.199.jar (2.2 MB at 1.2 MB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/sun/mail/mailapi/1.6.5/mailapi-1.6.5.jar (360 kB at 188 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-module-afterburner/2.12.1/jackson-module-afterburner-2.12.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar (66 kB at 30 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/h3xstream/retirejs/retirejs-core/3.0.2/retirejs-core-3.0.2.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.jar (76 kB at 35 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/json/json/20190722/json-20190722.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.jar (1.5 MB at 674 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.jar (365 kB at 156 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/fasterxml/jackson/module/jackson-module-afterburner/2.12.1/jackson-module-afterburner-2.12.1.jar (214 kB at 84 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service-client/1.6.0/ossindex-service-client-1.6.0.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/esotericsoftware/minlog/1.3.1/minlog-1.3.1.jar (5.9 kB at 2.3 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service-api/1.6.0/ossindex-service-api-1.6.0.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/h3xstream/retirejs/retirejs-core/3.0.2/retirejs-core-3.0.2.jar (32 kB at 12 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.jar (101 kB at 38 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/goodies/package-url-java/1.1.1/package-url-java-1.1.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/javax/ws/rs/javax.ws.rs-api/2.0.1/javax.ws.rs-api-2.0.1.jar (116 kB at 40 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/goodies/package-url-java/1.1.1/package-url-java-1.1.1.jar (29 kB at 10 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/joda-time/joda-time/2.10.4/joda-time-2.10.4.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/json/json/20190722/json-20190722.jar (65 kB at 21 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service-client/1.6.0/ossindex-service-client-1.6.0.jar (53 kB at 17 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/hankcs/aho-corasick-double-array-trie/1.2.2/aho-corasick-double-array-trie-1.2.2.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/joda-time/joda-time/2.10.4/joda-time-2.10.4.jar (643 kB at 197 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/commons-validator/commons-validator/1.7/commons-validator-1.7.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/moandjiezana/toml/toml4j/0.7.2/toml4j-0.7.2.jar (63 kB at 18 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/owasp/dependency-check-utils/6.1.1/dependency-check-utils-6.1.1.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.jar (16 kB at 4.8 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 18 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/jetbrains/annotations/20.1.0/annotations-20.1.0.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/sonatype/ossindex/ossindex-service-api/1.6.0/ossindex-service-api-1.6.0.jar (31 kB at 8.8 kB/s)
[INFO] Downloading from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/spotbugs/spotbugs-annotations/4.2.0/spotbugs-annotations-4.2.0.jar
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/github/spotbugs/spotbugs-annotations/4.2.0/spotbugs-annotations-4.2.0.jar (15 kB at 4.0 kB/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/com/hankcs/aho-corasick-double-array-trie/1.2.2/aho-corasick-double-array-trie-1.2.2.jar (17 kB at 4.4 kB/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/jetbrains/annotations/20.1.0/annotations-20.1.0.jar (26 kB at 6.5 kB/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/commons-validator/commons-validator/1.7/commons-validator-1.7.jar (190 kB at 46 kB/s)
[INFO] Downloaded from maven-proxy.tidalwave.it: https://services.tidalwave.it/nexus/content/groups/public/org/owasp/dependency-check-utils/6.1.1/dependency-check-utils-6.1.1.jar (52 kB at 13 kB/s)
[INFO] Skipping dependency-check:aggregate
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Mistral 1.0-ALPHA-8-SNAPSHOT:
[INFO] 
[INFO] Mistral ............................................ SUCCESS [ 38.029 s]
[INFO] Mistral (modules) .................................. SUCCESS [  6.630 s]
[INFO] Mistral Code Generator ............................. SUCCESS [ 41.940 s]
[INFO] Mistral Core ....................................... SUCCESS [01:16 min]
[INFO] Mistral Operations ................................. SUCCESS [ 15.897 s]
[INFO] Mistral Contributions .............................. SUCCESS [ 13.408 s]
[INFO] Mistral Processor .................................. SUCCESS [  8.373 s]
[INFO] Mistral Renderer ................................... SUCCESS [ 12.788 s]
[INFO] Mistral Examples (master) .......................... SUCCESS [  0.235 s]
[INFO] Mistral Examples CustomOperation ................... SUCCESS [  8.098 s]
[INFO] Mistral Examples Viewer ............................ SUCCESS [ 11.671 s]
[INFO] Mistral Examples HistogramViewer ................... SUCCESS [  8.517 s]
[INFO] Mistral Examples Miscellaneous ..................... SUCCESS [  5.884 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:15 min
[INFO] Finished at: 2024-12-24T00:38:41Z
[INFO] ------------------------------------------------------------------------
[workspace] $ /bin/bash /tmp/jenkins803438104440933579.sh
No post-build script.
Archiving workspace
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/builds/1304/testng/testng-results-1.xml'
Processing '/var/jenkins_home/jobs/Mistral_Metrics/builds/1304/testng/testng-results-2.xml'
Processing '/var/jenkins_home/jobs/Mistral_Metrics/builds/1304/testng/testng-results.xml'
25.000000% 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/workspace/modules/Contributions/target/jacoco.exec /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Core/target/jacoco.exec /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Operations/target/jacoco.exec
[JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: 
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/CodeGenerator/target/classes 14 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Contributions/target/classes 15 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Core/target/classes 132 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/CustomOperationExample/target/classes 3 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/HistogramViewerExample/target/classes 8 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/MiscellaneousExample/target/classes 1 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/ViewerExample/target/classes 9 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Operations/target/classes 15 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Processor/target/classes 11 files
[JaCoCo plugin]  - /var/jenkins_home/jobs/Mistral_Metrics/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/workspace/modules/CodeGenerator/src/main/java 4 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Contributions/src/main/java 15 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Core/src/main/java 76 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/CustomOperationExample/src/main/java 3 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/HistogramViewerExample/src/main/java 5 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/MiscellaneousExample/src/main/java 1 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Examples/ViewerExample/src/main/java 6 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Operations/src/main/java 13 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics/workspace/modules/Processor/src/main/java 9 files
[JaCoCo plugin] - /var/jenkins_home/jobs/Mistral_Metrics/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: 19.444445, method: 6.7202034, line: 5.6376762, branch: 5.2814856, instruction: 5.685807, complexity: 5.6603775
[Java Compiler] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics/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/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/builds/1304/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 #1303
[Java Compiler] Deleting source code files of build #1302
[Java Compiler] Deleting source code files of build #1301
[Java Compiler] Deleting source code files of build #1300
[Java Compiler] Deleting source code files of build #1299
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics/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/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/builds/1304/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 #1303
[Java Compiler] Deleting source code files of build #1302
[Java Compiler] Deleting source code files of build #1301
[Java Compiler] Deleting source code files of build #1300
[Java Compiler] Deleting source code files of build #1299
[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 #1304'.
[Checks API] No suitable checks publisher found.
[Maven] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics/workspace')
[Maven] -> found 116 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics/workspace')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 116 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Successfully parsed console log
[Maven] -> found 116 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics/workspace')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 116 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 116 issues (found 0 new issues, fixed 0 issues)
[Maven] Attaching ResultAction with ID 'maven-warnings' to build 'Mistral_Metrics #1304'.
[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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/builds/1304/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/builds/1304/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 #1304'.
[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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/builds/1304/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/builds/1304/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 #1304'.
[Checks API] No suitable checks publisher found.
[AspectJ] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics/workspace')
[AspectJ] -> found 0 issues (skipped 0 duplicates)
[AspectJ] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics/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/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 #1304'.
[Checks API] No suitable checks publisher found.
[Code Analysis] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics/workspace')
[Code Analysis] -> found 0 issues (skipped 0 duplicates)
[Code Analysis] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics/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/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 #1304'.
[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/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/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/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/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/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/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/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/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/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/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/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/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/builds/1304/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/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/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/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/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/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/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/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/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/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/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/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/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/builds/1304/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 #1304'.
[Checks API] No suitable checks publisher found.
[Open Tasks Scanner] Searching for files in workspace '/var/jenkins_home/jobs/Mistral_Metrics/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/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/builds/1304/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/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/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/builds/1304/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 #1304'.
[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/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/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 #1304'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics/workspace')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/var/jenkins_home/jobs/Mistral_Metrics/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/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 #1304'.
[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