Skip to content
Success

Console Output

Started by user Fabrizio Giudici
Running as SYSTEM
Agent jenkins-pod-template-w9nrc is provisioned from template jenkins-pod-template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1744200698277"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "0"
    jenkins/label: "slave-default"
    kubernetes.jenkins.io/controller: "https___services_tidalwave_it_cix"
  name: "jenkins-pod-template-w9nrc"
  namespace: "jenkins"
spec:
  containers:
  - command:
    - "/jenkins-agent/jenkins-agent"
    env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_AGENT_NAME"
      value: "jenkins-pod-template-w9nrc"
    - name: "JENKINS_AGENT_FILE"
      value: "/jenkins-agent/agent.jar"
    - name: "JENKINS_WEB_SOCKET"
      value: "true"
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "JENKINS_NAME"
      value: "jenkins-pod-template-w9nrc"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "https://services.tidalwave.it/ci/"
    image: "tidalwave/jdk21:maven-3.9.9-temurin-21-1"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/var/jenkins_home/maven-repositories/executors"
      name: "jenkins"
      subPath: "maven-repos/executors"
    - mountPath: "/var/test-sets"
      name: "test-data"
      readOnly: true
    - mountPath: "/jenkins-agent"
      name: "jenkins-agent"
      readOnly: true
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  hostNetwork: false
  initContainers:
  - command:
    - "/bin/sh"
    - "-c"
    - "cp $(command -v jenkins-agent) /jenkins-agent/jenkins-agent;cp -R /usr/share/jenkins/.\
      \ /jenkins-agent"
    image: "jenkins/inbound-agent:3283.v92c105e0f819-4"
    name: "set-up-jenkins-agent"
    volumeMounts:
    - mountPath: "/jenkins-agent"
      name: "jenkins-agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "test-data"
    persistentVolumeClaim:
      claimName: "test-data"
  - name: "jenkins"
    persistentVolumeClaim:
      claimName: "jenkins"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir: {}
    name: "jenkins-agent"

Building remotely on jenkins-pod-template-w9nrc in workspace /home/jenkins/agent/workspace/MapView
Restoring workspace from build #6 of project MapView_Metrics
Installing Eclipse Temurin from /var/jenkins_home/caches/adoptopenjdk/LINUX/amd64/jdk-21.0.5+11.zip to /home/jenkins/agent/tools/hudson.model.JDK/AdoptiumJDK_21 on jenkins-pod-template-w9nrc
[MapView] $ /bin/sh /tmp/jenkins6514026934019987664.sh
DESCRIPTION: origin/master 1.0-ALPHA-5-SNAPSHOT 62536834d615
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/**/testng-results.xml
Saving reports...
Processing '/var/jenkins_home/jobs/MapView/builds/6/testng/testng-results-1.xml'
Processing '/var/jenkins_home/jobs/MapView/builds/6/testng/testng-results.xml'
TestNG Reports Processing: FINISH
[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: 2
[JaCoCo plugin] Saving matched execfiles:  /home/jenkins/agent/workspace/MapView/modules/Example/target/jacoco.exec /home/jenkins/agent/workspace/MapView/modules/MapView/target/jacoco.exec
[JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: 
[JaCoCo plugin]  - /home/jenkins/agent/workspace/MapView/modules/Example/target/classes 5 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/MapView/modules/MapView/target/classes 29 files
[JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: 
[JaCoCo plugin] Source Inclusions: null
[JaCoCo plugin] Source Exclusions: null
[JaCoCo plugin] - /home/jenkins/agent/workspace/MapView/modules/Example/src/main/java 9 files
[JaCoCo plugin] - /home/jenkins/agent/workspace/MapView/modules/MapView/src/main/java 33 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: 92.59259, method: 85.86388, line: 85.14548, branch: 65.0, instruction: 90.10616, complexity: 74.42748
[description-setter] Description set: origin/master 1.0-ALPHA-5-SNAPSHOT 62536834d615
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/MapView')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 0 issues (skipped 0 duplicates)
[Java Compiler] Skipping post processing
[Java Compiler] No filter has been set, publishing all 0 issues
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/MapView')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 0 issues (skipped 0 duplicates)
[Java Compiler] Skipping post processing
[Java Compiler] No filter has been set, publishing all 0 issues
[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 0 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'MapView #6'.
[Checks API] No suitable checks publisher found.
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/MapView')
[Maven] -> found 0 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/MapView')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 0 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Successfully parsed console log
[Maven] -> found 0 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/MapView')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 0 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 0 issues (found 0 new issues, fixed 0 issues)
[Maven] Attaching ResultAction with ID 'maven-warnings' to build 'MapView #6'.
[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 '/home/jenkins/agent/workspace/MapView' that match the pattern '**/cpd.xml'
[CPD] Traversing of symbolic links: enabled
[CPD] -> found 1 file
[CPD] Successfully parsed file /home/jenkins/agent/workspace/MapView/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target/cpd.xml'
[CPD] Skipping post processing
[CPD] No filter has been set, publishing all 0 issues
[CPD] Repository miner is not configured, skipping repository mining
[CPD] Searching for all files in '/home/jenkins/agent/workspace/MapView' that match the pattern '**/cpd.xml'
[CPD] Traversing of symbolic links: enabled
[CPD] -> found 1 file
[CPD] Successfully parsed file /home/jenkins/agent/workspace/MapView/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target/cpd.xml'
[CPD] Skipping post processing
[CPD] No filter has been set, publishing all 0 issues
[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 0 issues (found 0 new issues, fixed 0 issues)
[CPD] Attaching ResultAction with ID 'cpd' to build 'MapView #6'.
[Checks API] No suitable checks publisher found.
[AspectJ] Parsing console log (workspace: '/home/jenkins/agent/workspace/MapView')
[AspectJ] -> found 0 issues (skipped 0 duplicates)
[AspectJ] Parsing console log (workspace: '/home/jenkins/agent/workspace/MapView')
[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: '/home/jenkins/agent/workspace/MapView')
[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 'MapView #6'.
[Checks API] No suitable checks publisher found.
[Code Analysis] Parsing console log (workspace: '/home/jenkins/agent/workspace/MapView')
[Code Analysis] -> found 0 issues (skipped 0 duplicates)
[Code Analysis] Parsing console log (workspace: '/home/jenkins/agent/workspace/MapView')
[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: '/home/jenkins/agent/workspace/MapView')
[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 'MapView #6'.
[Checks API] No suitable checks publisher found.
[SpotBugs] [-ERROR-] Errors during parsing
[SpotBugs] [-ERROR-] No files found for pattern '**/target/**/findbugsXml.xml,**/target/**/spotbugsXml.xml'. Configuration error?
[SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/MapView' that match the pattern '**/target/**/findbugsXml.xml,**/target/**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] Skipping post processing
[SpotBugs] No filter has been set, publishing all 0 issues
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/MapView' that match the pattern '**/target/**/findbugsXml.xml,**/target/**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] Skipping post processing
[SpotBugs] No filter has been set, publishing all 0 issues
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] [-ERROR-] Errors during parsing
[SpotBugs] [-ERROR-] No files found for pattern '**/target/**/findbugsXml.xml,**/target/**/spotbugsXml.xml'. Configuration error?
[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 0 issues (found 0 new issues, fixed 0 issues)
[SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'MapView #6'.
[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 '/home/jenkins/agent/workspace/MapView' that match the pattern '**/pmd.xml'
[PMD] Traversing of symbolic links: enabled
[PMD] -> found 1 file
[PMD] Successfully parsed file /home/jenkins/agent/workspace/MapView/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'target/pmd.xml'
[PMD] Skipping post processing
[PMD] No filter has been set, publishing all 0 issues
[PMD] Repository miner is not configured, skipping repository mining
[PMD] Searching for all files in '/home/jenkins/agent/workspace/MapView' that match the pattern '**/pmd.xml'
[PMD] Traversing of symbolic links: enabled
[PMD] -> found 1 file
[PMD] Successfully parsed file /home/jenkins/agent/workspace/MapView/target/pmd.xml
[PMD] -> found 0 issues (skipped 0 duplicates)
[PMD] Successfully processed file 'target/pmd.xml'
[PMD] Skipping post processing
[PMD] No filter has been set, publishing all 0 issues
[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 0 issues (found 0 new issues, fixed 0 issues)
[PMD] Attaching ResultAction with ID 'pmd' to build 'MapView #6'.
[Checks API] No suitable checks publisher found.
[Open Tasks Scanner] Searching for files in workspace '/home/jenkins/agent/workspace/MapView' that match the include pattern '' and exclude pattern '**/target/**/*'
[Open Tasks Scanner] -> found 65 files that will be scanned
[Open Tasks Scanner] Using the following tasks patterns:
-> High: ^.*(\bFIXME\b)(.*)$
-> Normal: ^.*(\bTODO\b)(.*)$

[Open Tasks Scanner] Scanning all 65 files for open tasks
[Open Tasks Scanner] Found a total of 6 open tasks
[Open Tasks Scanner] -> FIXME: 1 open tasks
[Open Tasks Scanner] -> TODO: 5 open tasks
[Open Tasks Scanner] Post processing issues on 'jenkins-pod-template-w9nrc' 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 '/home/jenkins/agent/workspace/MapView'
[Open Tasks Scanner] -> resolved paths in source directory (4 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 6 issues
[Open Tasks Scanner] Resolving package names (or namespaces) by parsing the affected files
[Open Tasks Scanner] -> resolved package names of 4 affected files
[Open Tasks Scanner] No filter has been set, publishing all 6 issues
[Open Tasks Scanner] Creating fingerprints for all affected code blocks to track issues over different builds
[Open Tasks Scanner] -> created fingerprints for 6 issues (skipped 0 issues)
[Open Tasks Scanner] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/MapView/builds/6/files-with-issues'
[Open Tasks Scanner] -> 4 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Open Tasks Scanner] Skipping cleaning of source code files in old builds
[Open Tasks Scanner] Repository miner is not configured, skipping repository mining
[Open Tasks Scanner] Searching for files in workspace '/home/jenkins/agent/workspace/MapView' that match the include pattern '' and exclude pattern '**/target/**/*'
[Open Tasks Scanner] -> found 65 files that will be scanned
[Open Tasks Scanner] Using the following tasks patterns:
-> High: ^.*(\bFIXME\b)(.*)$
-> Normal: ^.*(\bTODO\b)(.*)$

[Open Tasks Scanner] Scanning all 65 files for open tasks
[Open Tasks Scanner] Found a total of 6 open tasks
[Open Tasks Scanner] -> FIXME: 1 open tasks
[Open Tasks Scanner] -> TODO: 5 open tasks
[Open Tasks Scanner] Post processing issues on 'jenkins-pod-template-w9nrc' 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 '/home/jenkins/agent/workspace/MapView'
[Open Tasks Scanner] -> resolved paths in source directory (4 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 6 issues
[Open Tasks Scanner] Resolving package names (or namespaces) by parsing the affected files
[Open Tasks Scanner] -> resolved package names of 4 affected files
[Open Tasks Scanner] No filter has been set, publishing all 6 issues
[Open Tasks Scanner] Creating fingerprints for all affected code blocks to track issues over different builds
[Open Tasks Scanner] -> created fingerprints for 6 issues (skipped 0 issues)
[Open Tasks Scanner] Copying affected files to Jenkins' build folder '/var/jenkins_home/jobs/MapView/builds/6/files-with-issues'
[Open Tasks Scanner] -> 4 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Open Tasks Scanner] Skipping cleaning of source code files in old builds
[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 6 issues (found 0 new issues, fixed 0 issues)
[Open Tasks Scanner] Attaching ResultAction with ID 'open-tasks' to build 'MapView #6'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/MapView')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/MapView')
[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: '/home/jenkins/agent/workspace/MapView')
[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 'MapView #6'.
[Checks API] No suitable checks publisher found.
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  1 second
Finished: SUCCESS