Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-94733 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-94733"
  namespace: "birt"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.birt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-94733"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-94733"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.birt.svc.cluster.local/birt/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-birt"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-94733 (basic) in workspace /home/jenkins/agent/workspace/birt-master
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/birt.git
 > git init /home/jenkins/agent/workspace/birt-master # timeout=10
Fetching upstream changes from https://github.com/eclipse/birt.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/birt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/birt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 00fe855a86ae9ae5b2d1ef546b269a685ad5cf5f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 00fe855a86ae9ae5b2d1ef546b269a685ad5cf5f # timeout=10
Commit message: "Lock the target platform onto stable update sites"
 > git rev-list --no-walk 03dc43e3724ab6401a17c860292e4c0777b2e160 # timeout=10
[birt-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.test.skip=true -Drelease.base.dir=/home/data/httpd/download.eclipse.org/birt clean verify --fail-at-end --no-transfer-progress -U -DskipTests=false
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] Build Threads:  1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.birt-parent                                            [pom]
[INFO] org.eclipse.birt.target                      [eclipse-target-definition]
[INFO] org.eclipse.birt.example                                [eclipse-plugin]
[INFO] org.eclipse.birt                                        [eclipse-plugin]
[INFO] org.eclipse.birt.build-parent                                      [pom]
[INFO] org.eclipse.birt.build.package-parent                              [pom]
[INFO] org.eclipse.birt.chart.cshelp                           [eclipse-plugin]
[INFO] org.eclipse.birt.features-parent                                   [pom]
[INFO] org.eclipse.birt.chart.cshelp                          [eclipse-feature]
[INFO] org.eclipse.birt.core-parent                                       [pom]
[INFO] org.eclipse.birt.core                                   [eclipse-plugin]
[INFO] org.eclipse.birt.chart.engine                           [eclipse-plugin]
[INFO] org.eclipse.birt.chart.engine.extension                 [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.swt                       [eclipse-plugin]
[INFO] org.eclipse.birt.core.ui                                [eclipse-plugin]
[INFO] org.eclipse.birt.chart.ui                               [eclipse-plugin]
[INFO] org.eclipse.birt.chart.ui.extension                     [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.extension                 [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.svg                       [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.pdf                       [eclipse-plugin]
[INFO] org.eclipse.birt.chart.examples.core                    [eclipse-plugin]
[INFO] org.eclipse.birt.chart                                 [eclipse-feature]
[INFO] org.eclipse.birt.chart.osgi.runtime                    [eclipse-feature]
[INFO] ChartRuntime                                        [eclipse-repository]
[INFO] org.eclipse.birt.chart.osgi.runtime.sdk                [eclipse-feature]
[INFO] org.eclipse.birt.model-parent                                      [pom]
[INFO] org.eclipse.birt.report.model                           [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.fonts                    [eclipse-plugin]
[INFO] org.eclipse.birt.data                                   [eclipse-plugin]
[INFO] org.eclipse.birt.data.aggregation                       [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.adapter                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine                          [eclipse-plugin]
[INFO] org.eclipse.birt.report.item.crosstab.core              [eclipse-plugin]
[INFO] org.eclipse.birt.chart.reportitem                       [eclipse-plugin]
[INFO] org.eclipse.birt.chart.doc.isv                          [eclipse-plugin]
[INFO] org.eclipse.birt.chart.doc.isv                         [eclipse-feature]
[INFO] ChartSDK                                            [eclipse-repository]
[INFO] DeploymentRuntime                                   [eclipse-repository]
[INFO] birt-charts                                                        [pom]
[INFO] org.eclipse.birt.report.designer.core                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui                     [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.views               [eclipse-plugin]
[INFO] org.eclipse.birt.report.model.adapter.oda               [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.data                [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction           [eclipse-plugin]
[INFO] org.eclipse.birt.report.viewer                          [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.mongodb                       [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editors             [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editors.schematic   [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.lib                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.lib.explorer        [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.ide                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.cubebuilder         [eclipse-plugin]
[INFO] org.eclipse.birt.report.item.crosstab.ui                [eclipse-plugin]
[INFO] org.eclipse.birt.chart.reportitem.ui                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.bidi.utils                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb               [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.pojo                          [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.pojo.ui                       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config           [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview.web         [eclipse-plugin]
[INFO] org.eclipse.birt.axis.overlay                           [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.wpml             [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.ooxml                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.docx             [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.hive                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.docx      [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp      [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.editor.xml.wtp        [eclipse-feature]
[INFO] org.eclipse.birt.report.engine.emitter.pdf              [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.mongodb.ui                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.ppt              [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.pptx             [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.pptx      [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.odf                      [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.odt              [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.postscript       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.html             [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile         [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui      [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.ods              [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editor.script       [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.core                      [eclipse-plugin]
[INFO] uk.co.spudsoft.birt.emitters.excel                      [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.script.javascript        [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui [eclipse-plugin]
[INFO] org.eclipse.birt.branding                               [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv       [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.bidi.utils.ui              [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.ui                [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.hive.ui                [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.ui                        [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.pdf       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.wpml      [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.excel                  [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.excel.ui               [eclipse-plugin]
[INFO] org.eclipse.birt.core.script.function                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.html      [eclipse-plugin]
[INFO] org.eclipse.birt.resources                              [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.ppt       [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml.ui                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview             [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.postscript [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb.ui            [eclipse-plugin]
[INFO] org.eclipse.birt                                       [eclipse-feature]
[INFO] org.eclipse.birt.report.designer.ui.samplesview         [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.samples.rcp         [eclipse-plugin]
[INFO] org.eclipse.birt.chart.examples                         [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.samples.ide         [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.samplereports          [eclipse-plugin]
[INFO] org.eclipse.birt.example                               [eclipse-feature]
[INFO] org.eclipse.birt.tests                             [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.testhelper               [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.odp       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.ods       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.odt       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.odp              [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.excel     [eclipse-plugin]
[INFO] org.eclipse.birt.osgi.runtime                          [eclipse-feature]
[INFO] org.eclipse.birt.report.engine.tests               [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.designer.tests             [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.tests.engine.emitter.html       [eclipse-plugin]
[INFO] org.eclipse.birt.tests.core                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.data.tests                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.tests.model                [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.prototype.excel  [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.postscript.tests [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.tests.chart                [eclipse-test-plugin]
[INFO] org.eclipse.birt.core.testhelper                        [eclipse-plugin]
[INFO] org.eclipse.birt.core.tests                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.model.testhelper                [eclipse-plugin]
[INFO] org.eclipse.birt.testhelper                            [eclipse-feature]
[INFO] org.eclipse.birt.chart.tests                       [eclipse-test-plugin]
[INFO] org.eclipse.birt.tests.data                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.testsuites-parent                                 [pom]
[INFO] org.eclipse.birt.report.tests.engine               [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.model.testresources             [eclipse-plugin]
[INFO] org.eclipse.birt.report.modelextension.tests            [eclipse-plugin]
[INFO] org.eclipse.birt.report.model.tests                [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.html.tests  [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.model.adapter.oda.tests    [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.pdf.tests   [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.tests        [eclipse-test-plugin]
[INFO] org.eclipse.birt.tests                                 [eclipse-feature]
[INFO] org.eclipse.birt.integration.wtp.ui                     [eclipse-plugin]
[INFO] org.eclipse.birt.integration.wtp                       [eclipse-feature]
[INFO] org.eclipse.birt.doc                                    [eclipse-plugin]
[INFO] org.eclipse.birt.doc                                   [eclipse-feature]
[INFO] org.eclipse.birt.nl-parent                                         [pom]
[INFO] org.eclipse.birt.report.data.oda.jdbc.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.lib.explorer.nl1    [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1   [eclipse-plugin]
[INFO] org.eclipse.birt.data.aggregation.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.ide.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1            [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.views.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.core.script.function.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.report.item.crosstab.ui.nl1            [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.nl1                      [eclipse-plugin]
[INFO] org.eclipse.birt.report.item.crosstab.core.nl1          [eclipse-plugin]
[INFO] org.eclipse.birt.report.model.nl1                       [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editors.nl1         [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.hive.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.core.nl1                               [eclipse-plugin]
[INFO] org.eclipse.birt.data.nl1                               [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.chart.engine.extension.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.chart.engine.nl1                       [eclipse-plugin]
[INFO] org.eclipse.birt.chart.examples.core.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview.nl1         [eclipse-plugin]
[INFO] org.eclipse.birt.report.viewers.nl1                     [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.chart.reportitem.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1        [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.mongodb.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.excel.nl1              [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.bidi.utils.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction.nl1       [eclipse-plugin]
[INFO] org.eclipse.birt.chart.ui.nl1                           [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.mongodb.ui.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.swt.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.excel.ui.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1   [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.lib.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.pptx.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.chart.examples.nl1                     [eclipse-plugin]
[INFO] org.eclipse.birt.chart.ui.extension.nl1                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1   [eclipse-plugin]
[INFO] org.eclipse.birt.chart.reportitem.ui.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.adapter.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.svg.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1   [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.nl1       [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.pojo.ui.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.resources.nl1                          [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.ui.nl1                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.core.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.core.ui.nl1                            [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.extension.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.nl1                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.core.nl1                  [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.pojo.nl1                      [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.hive.ui.nl1            [eclipse-plugin]
[INFO] org.eclipse.birt.nl                                    [eclipse-feature]
[INFO] org.eclipse.birt.cshelp                                 [eclipse-plugin]
[INFO] org.eclipse.birt.cshelp                                [eclipse-feature]
[INFO] org.eclipse.birt.chart.integration.wtp.ui               [eclipse-plugin]
[INFO] org.eclipse.birt.chart.integration.wtp                 [eclipse-feature]
[INFO] org.eclipse.birt.osgi.runtime.sdk                      [eclipse-feature]
[INFO] org.eclipse.birt.engine.runtime                        [eclipse-feature]
[INFO] birt-epp                                            [eclipse-repository]
[INFO] org.eclipse.birt.report.designer.ui.rcp                 [eclipse-plugin]
[INFO] org.eclipse.birt.rcp                                   [eclipse-feature]
[INFO] birt-report-rcp                                     [eclipse-repository]
[INFO] birt-report-all-in-one                              [eclipse-repository]
[INFO] birt-report-framework                               [eclipse-repository]
[INFO] org.eclipse.birt.doc.isv                                [eclipse-plugin]
[INFO] org.eclipse.birt.doc.isv                               [eclipse-feature]
[INFO] birt-report-framework-sdk                           [eclipse-repository]
[INFO] org.eclipse.birt.build                                  [eclipse-plugin]
[INFO] org.eclipse.birt.integration.wtp.ui.nl1                 [eclipse-plugin]
[INFO] org.eclipse.birt.chart.integration.wtp.ui.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.wtp.nl                                [eclipse-feature]
[INFO] org.eclipse.birt.report.designer.ui.rcp.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.rcp.nl                                [eclipse-feature]
[INFO] org.eclipse.birt.p2updatesite                       [eclipse-repository]
[INFO] org.eclipse.birt.api                                               [pom]
[INFO] birt-runtime-osgi                                   [eclipse-repository]
[INFO] birt-runtime                                                       [pom]
[INFO] birt-sample-plugins                                 [eclipse-repository]
[INFO] birt-tests-suite                                    [eclipse-repository]
[INFO] org.eclipse.birt.integration.wtp.sdk                   [eclipse-feature]
[INFO] birt-wtp-integration-sdk                            [eclipse-repository]
[INFO] org.eclipse.birt.chart.viewer                           [eclipse-plugin]
[INFO] org.eclipse.birt.chart.viewer                          [eclipse-feature]
[INFO] birt-source                                         [eclipse-repository]
[INFO] org.eclipse.birt.build.package.nl-parent                           [pom]
[INFO] NLpack1-birt-charts                                                [pom]
[INFO] NLpack1-birt-rcp-report-designer                                   [pom]
[INFO] NLpack1-birt-report-designer-all-in-one                            [pom]
[INFO] NLpack1-birt-report-framework                                      [pom]
[INFO] NLpack1-birt-runtime                                               [pom]
[INFO] birt-publish                                                       [pom]
[INFO] birt-runtime-test                                                  [jar]
[INFO] org.eclipse.birt.chart-parent                                      [pom]
[INFO] org.eclipse.birt.data.oda.pojo.tests               [eclipse-test-plugin]
[INFO] org.eclipse.birt.data-parent                                       [pom]
[INFO] org.eclipse.birt.docs-parent                                       [pom]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv.tests [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.pptx.tests  [eclipse-test-plugin]
[INFO] uk.co.spudsoft.birt.emitters.excel.tests           [eclipse-test-plugin]
[INFO] org.eclipse.birt.engine-parent                                     [pom]
[INFO] org.eclipse.birt.sdk                                   [eclipse-feature]
[INFO] org.eclipse.birt.report.designer.ui.samples.ide.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.samplesview.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview.static_html [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview.test   [eclipse-test-plugin]
[INFO] org.eclipse.birt.UI-parent                                         [pom]
[INFO] org.eclipse.birt.jetty.overlay                          [eclipse-plugin]
[INFO] org.eclipse.birt.report.viewer.tests               [eclipse-test-plugin]
[INFO] org.eclipse.birt.viewer-parent                                     [pom]
[INFO] org.eclipse.birt.report.item.crosstab.core.tests   [eclipse-test-plugin]
[INFO] org.eclipse.birt.xtab-parent                                       [pom]
[INFO] 
[INFO] --------------< org.eclipse.birt:org.eclipse.birt-parent >--------------
[INFO] Building org.eclipse.birt-parent 4.15.0-SNAPSHOT                 [1/280]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/target/jacoco.exec
[INFO] 
[INFO] --------------< org.eclipse.birt:org.eclipse.birt.target >--------------
[INFO] Building org.eclipse.birt.target 4.15.0-SNAPSHOT                 [2/280]
[INFO]   from build/org.eclipse.birt.target/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/org.eclipse.birt.target.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, linux/gtk/aarch64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=ignore, referenced repository mode =ignore, execution environment=org.eclipse.tycho.core.ee.impl.CustomEEResolutionHints@34fa82eb, remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@7a63c66f
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            forced
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.target ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.target ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.target ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.target ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-target-definition (default-package-target-definition) @ org.eclipse.birt.target ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.target ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.target ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.target ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.target ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.target ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/target/jacoco.exec
[INFO] 
[INFO] -------------< org.eclipse.birt:org.eclipse.birt.example >--------------
[INFO] Building org.eclipse.birt.example 4.15.0-SNAPSHOT                [3/280]
[INFO]   from build/org.eclipse.birt.example/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/org.eclipse.birt.target.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, linux/gtk/aarch64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=org.eclipse.tycho.core.ee.impl.CustomEEResolutionHints@34fa82eb, remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@7a63c66f
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.example ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.example ---
[INFO] Resolving class path of org.eclipse.birt.example
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.example ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.example ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.example ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/target/org.eclipse.birt.example-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.example ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/target/org.eclipse.birt.example-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.example ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.example ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.example ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.example ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/target/jacoco.exec
[INFO] 
[INFO] -----------------< org.eclipse.birt:org.eclipse.birt >------------------
[INFO] Building org.eclipse.birt 4.15.0-SNAPSHOT                        [4/280]
[INFO]   from build/org.eclipse.birt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt ---
[INFO] Resolving class path of org.eclipse.birt
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/target/org.eclipse.birt-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/target/org.eclipse.birt-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt.build:org.eclipse.birt.build-parent >--------
[INFO] Building org.eclipse.birt.build-parent 4.15.0-SNAPSHOT           [5/280]
[INFO]   from build/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.build-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.build-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.build-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.build-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.build-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.build-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.build-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.build-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.build.package:org.eclipse.birt.build.package-parent >--
[INFO] Building org.eclipse.birt.build.package-parent 4.15.0-SNAPSHOT   [6/280]
[INFO]   from build/birt-packages/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.build.package-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.build.package-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.build.package-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build.package-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.build.package-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.build.package-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.build.package-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.build.package-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.build.package-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.cshelp >-----------
[INFO] Building org.eclipse.birt.chart.cshelp 4.15.0-SNAPSHOT           [7/280]
[INFO]   from docs/org.eclipse.birt.chart.cshelp/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.cshelp ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.cshelp ---
[INFO] Resolving class path of org.eclipse.birt.chart.cshelp
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.cshelp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.cshelp/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.cshelp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.cshelp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.cshelp ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.cshelp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.cshelp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.cshelp/target/org.eclipse.birt.chart.cshelp-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.cshelp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.cshelp/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.cshelp/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt.features:org.eclipse.birt.features-parent >-----
[INFO] Building org.eclipse.birt.features-parent 4.15.0-SNAPSHOT        [8/280]
[INFO]   from features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.features-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.features-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.features-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.features-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.features-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.features-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.features-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.features-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.features-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt.features:org.eclipse.birt.chart.cshelp >-------
[INFO] Building org.eclipse.birt.chart.cshelp 4.15.0-SNAPSHOT           [9/280]
[INFO]   from features/org.eclipse.birt.chart.cshelp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.cshelp:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.cshelp ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.cshelp ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.cshelp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.cshelp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.cshelp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.chart.cshelp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target/org.eclipse.birt.chart.cshelp-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.cshelp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target/org.eclipse.birt.chart.cshelp-4.15.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.cshelp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.core:org.eclipse.birt.core-parent >---------
[INFO] Building org.eclipse.birt.core-parent 4.15.0-SNAPSHOT           [10/280]
[INFO]   from core/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.core-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/core/target/jacoco.exec
[INFO] 
[INFO] ---------------< org.eclipse.birt:org.eclipse.birt.core >---------------
[INFO] Building org.eclipse.birt.core 4.15.0-SNAPSHOT                  [11/280]
[INFO]   from core/org.eclipse.birt.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core ---
[INFO] Resolving class path of org.eclipse.birt.core
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.core ---
[INFO] Compiling 241 source files to /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.engine >-----------
[INFO] Building org.eclipse.birt.chart.engine 4.15.0-SNAPSHOT          [12/280]
[INFO]   from chart/org.eclipse.birt.chart.engine/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine ---
[INFO] Resolving class path of org.eclipse.birt.chart.engine
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.engine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.engine ---
[INFO] Compiling 513 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/org.eclipse.birt.chart.engine-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/org.eclipse.birt.chart.engine-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.chart.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/org.eclipse.birt.chart.engine-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.engine ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.engine ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.engine ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt:org.eclipse.birt.chart.engine.extension >------
[INFO] Building org.eclipse.birt.chart.engine.extension 4.15.0-SNAPSHOT [13/280]
[INFO]   from chart/org.eclipse.birt.chart.engine.extension/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.extension ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine.extension ---
[INFO] Resolving class path of org.eclipse.birt.chart.engine.extension
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine.extension ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.engine.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.engine.extension ---
[INFO] Compiling 58 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine.extension ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/org.eclipse.birt.chart.engine.extension-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/org.eclipse.birt.chart.engine.extension-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine.extension ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.engine.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.engine.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.engine.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.device.swt >---------
[INFO] Building org.eclipse.birt.chart.device.swt 4.15.0-SNAPSHOT      [14/280]
[INFO]   from chart/org.eclipse.birt.chart.device.swt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.swt ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.swt ---
[INFO] Resolving class path of org.eclipse.birt.chart.device.swt
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.swt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.swt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.device.swt ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.swt ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.swt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/org.eclipse.birt.chart.device.swt-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.swt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.swt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/org.eclipse.birt.chart.device.swt-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.swt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.swt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.swt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.swt ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/jacoco.exec
[INFO] 
[INFO] -------------< org.eclipse.birt:org.eclipse.birt.core.ui >--------------
[INFO] Building org.eclipse.birt.core.ui 4.15.0-SNAPSHOT               [15/280]
[INFO]   from core/org.eclipse.birt.core.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.ui ---
[INFO] Resolving class path of org.eclipse.birt.core.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.core.ui ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.core.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/org.eclipse.birt.core.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.core.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/org.eclipse.birt.core.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/jacoco.exec
[INFO] 
[INFO] -------------< org.eclipse.birt:org.eclipse.birt.chart.ui >-------------
[INFO] Building org.eclipse.birt.chart.ui 4.15.0-SNAPSHOT              [16/280]
[INFO]   from chart/org.eclipse.birt.chart.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui ---
[INFO] Resolving class path of org.eclipse.birt.chart.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.ui ---
[INFO] Compiling 81 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/org.eclipse.birt.chart.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/org.eclipse.birt.chart.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt:org.eclipse.birt.chart.ui.extension >--------
[INFO] Building org.eclipse.birt.chart.ui.extension 4.15.0-SNAPSHOT    [17/280]
[INFO]   from chart/org.eclipse.birt.chart.ui.extension/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.extension ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Resolving class path of org.eclipse.birt.chart.ui.extension
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui.extension ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Compiling 164 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/org.eclipse.birt.chart.ui.extension-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/org.eclipse.birt.chart.ui.extension-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui.extension ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt:org.eclipse.birt.chart.device.extension >------
[INFO] Building org.eclipse.birt.chart.device.extension 4.15.0-SNAPSHOT [18/280]
[INFO]   from chart/org.eclipse.birt.chart.device.extension/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.extension ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.extension ---
[INFO] Resolving class path of org.eclipse.birt.chart.device.extension
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.extension ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.device.extension ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.extension ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/org.eclipse.birt.chart.device.extension-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.extension ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/org.eclipse.birt.chart.device.extension-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.extension ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.device.svg >---------
[INFO] Building org.eclipse.birt.chart.device.svg 4.15.0-SNAPSHOT      [19/280]
[INFO]   from chart/org.eclipse.birt.chart.device.svg/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.svg ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.svg ---
[INFO] Resolving class path of org.eclipse.birt.chart.device.svg
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.svg ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.svg ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.device.svg ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.svg ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.svg ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/org.eclipse.birt.chart.device.svg-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.svg ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.svg ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/org.eclipse.birt.chart.device.svg-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.svg ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.svg ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.svg ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.svg ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.device.pdf >---------
[INFO] Building org.eclipse.birt.chart.device.pdf 4.15.0-SNAPSHOT      [20/280]
[INFO]   from chart/org.eclipse.birt.chart.device.pdf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.pdf ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Resolving class path of org.eclipse.birt.chart.device.pdf
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.pdf ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/src/main/resources
[INFO] 
[INFO] --- dependency:2.10:copy (Copy jars) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Configured Artifact: org.apache.xmlgraphics:fop:2.6:jar
[INFO] org.apache.xmlgraphics:fop:2.6:jar already exists in /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/lib
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.pdf ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.chart.examples.core >--------
[INFO] Building org.eclipse.birt.chart.examples.core 4.15.0-SNAPSHOT   [21/280]
[INFO]   from chart/org.eclipse.birt.chart.examples.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.core ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples.core ---
[INFO] Resolving class path of org.eclipse.birt.chart.examples.core
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.examples.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.examples.core ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples.core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/org.eclipse.birt.chart.examples.core-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/org.eclipse.birt.chart.examples.core-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.chart.examples.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/org.eclipse.birt.chart.examples.core-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.examples.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.examples.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.examples.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/jacoco.exec
[INFO] 
[INFO] ----------< org.eclipse.birt.features:org.eclipse.birt.chart >----------
[INFO] Building org.eclipse.birt.chart 4.15.0-SNAPSHOT                 [22/280]
[INFO]   from features/org.eclipse.birt.chart.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.chart ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target/org.eclipse.birt.chart-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart ---
[WARNING] The following referenced plugins have missing sources
	org.apache.commons.codec_1.14.0.v20221112-0806

[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target/org.eclipse.birt.chart-4.15.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime >----
[INFO] Building org.eclipse.birt.chart.osgi.runtime 4.15.0-SNAPSHOT    [23/280]
[INFO]   from features/org.eclipse.birt.chart.osgi.runtime/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target/org.eclipse.birt.chart.osgi.runtime-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.osgi.runtime ---
[WARNING] The following referenced plugins have missing sources
	org.apache.commons.codec_1.14.0.v20221112-0806

[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target/org.eclipse.birt.chart.osgi.runtime-4.15.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt.birt-packages.birt-charts:ChartRuntime >-------
[INFO] Building ChartRuntime 4.15.0-SNAPSHOT                           [24/280]
[INFO]   from build/birt-packages/birt-charts/ChartRuntime/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:ChartRuntime:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ChartRuntime ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ChartRuntime ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ ChartRuntime ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ ChartRuntime ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ ChartRuntime ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ ChartRuntime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ ChartRuntime ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ ChartRuntime ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ ChartRuntime ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ ChartRuntime ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ ChartRuntime ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ ChartRuntime ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ ChartRuntime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ ChartRuntime ---
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/ChartRuntime-4.15.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ ChartRuntime ---
[INFO] 
[INFO] --- antrun:3.0.0:run (re-package) @ ChartRuntime ---
[INFO] Executing tasks
[INFO]      [copy] Copying 40 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/eclipse
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ ChartRuntime ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ ChartRuntime ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ ChartRuntime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ ChartRuntime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ ChartRuntime ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime.sdk >--
[INFO] Building org.eclipse.birt.chart.osgi.runtime.sdk 4.15.0-SNAPSHOT [25/280]
[INFO]   from features/org.eclipse.birt.chart.osgi.runtime.sdk/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime.sdk:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/org.eclipse.birt.chart.osgi.runtime.sdk-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt.model:org.eclipse.birt.model-parent >--------
[INFO] Building org.eclipse.birt.model-parent 4.15.0-SNAPSHOT          [26/280]
[INFO]   from model/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.model-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.model-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.model-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.model-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.model-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.model-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.model-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.model-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.model-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt:org.eclipse.birt.report.model >-----------
[INFO] Building org.eclipse.birt.report.model 4.15.0-SNAPSHOT          [27/280]
[INFO]   from model/org.eclipse.birt.report.model/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model ---
[INFO] Resolving class path of org.eclipse.birt.report.model
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.model ---
[INFO] Compiling 1267 source files to /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/org.eclipse.birt.report.model-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/org.eclipse.birt.report.model-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/org.eclipse.birt.report.model-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.model ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.fonts >--------
[INFO] Building org.eclipse.birt.report.engine.fonts 4.15.0-SNAPSHOT   [28/280]
[INFO]   from engine/org.eclipse.birt.report.engine.fonts/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.fonts ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.fonts ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.fonts
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.fonts ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.fonts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.fonts ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.fonts ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/target/org.eclipse.birt.report.engine.fonts-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.fonts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.fonts ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/target/org.eclipse.birt.report.engine.fonts-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.fonts ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.fonts ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.fonts ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.fonts ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/target/jacoco.exec
[INFO] 
[INFO] ---------------< org.eclipse.birt:org.eclipse.birt.data >---------------
[INFO] Building org.eclipse.birt.data 4.15.0-SNAPSHOT                  [29/280]
[INFO]   from data/org.eclipse.birt.data/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data ---
[INFO] Resolving class path of org.eclipse.birt.data
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data ---
[INFO] Compiling 869 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt:org.eclipse.birt.data.aggregation >---------
[INFO] Building org.eclipse.birt.data.aggregation 4.15.0-SNAPSHOT      [30/280]
[INFO]   from data/org.eclipse.birt.data.aggregation/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.aggregation ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.aggregation ---
[INFO] Resolving class path of org.eclipse.birt.data.aggregation
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.aggregation ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.aggregation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data.aggregation ---
[INFO] Compiling 60 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.aggregation ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data.aggregation ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/org.eclipse.birt.data.aggregation-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.aggregation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data.aggregation ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/org.eclipse.birt.data.aggregation-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.data.aggregation ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/org.eclipse.birt.data.aggregation-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.aggregation ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.aggregation ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.aggregation ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.aggregation ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.adapter >--------
[INFO] Building org.eclipse.birt.report.data.adapter 4.15.0-SNAPSHOT   [31/280]
[INFO]   from data/org.eclipse.birt.report.data.adapter/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.adapter ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.adapter ---
[INFO] Resolving class path of org.eclipse.birt.report.data.adapter
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.adapter ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.adapter ---
[INFO] Compiling 98 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.adapter ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/org.eclipse.birt.report.data.adapter-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.adapter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/org.eclipse.birt.report.data.adapter-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.data.adapter ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/org.eclipse.birt.report.data.adapter-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.adapter ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.adapter ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/jacoco.exec
[INFO] 
[INFO] ----------< org.eclipse.birt:org.eclipse.birt.report.engine >-----------
[INFO] Building org.eclipse.birt.report.engine 4.15.0-SNAPSHOT         [32/280]
[INFO]   from engine/org.eclipse.birt.report.engine/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine ---
[INFO] Resolving class path of org.eclipse.birt.report.engine
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine ---
[INFO] Compiling 1137 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- jar:3.2.0:jar (engineapi) @ org.eclipse.birt.report.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- jar:3.2.0:jar (scriptapi) @ org.eclipse.birt.report.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.15.0-SNAPSHOT-scriptapi.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.item.crosstab.core >-----
[INFO] Building org.eclipse.birt.report.item.crosstab.core 4.15.0-SNAPSHOT [33/280]
[INFO]   from xtab/org.eclipse.birt.report.item.crosstab.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.core
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Compiling 94 source files to /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/org.eclipse.birt.report.item.crosstab.core-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/org.eclipse.birt.report.item.crosstab.core-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/org.eclipse.birt.report.item.crosstab.core-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.reportitem >---------
[INFO] Building org.eclipse.birt.chart.reportitem 4.15.0-SNAPSHOT      [34/280]
[INFO]   from chart/org.eclipse.birt.chart.reportitem/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem ---
[INFO] Resolving class path of org.eclipse.birt.chart.reportitem
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.reportitem ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.reportitem ---
[INFO] Compiling 129 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/org.eclipse.birt.chart.reportitem-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/org.eclipse.birt.chart.reportitem-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.chart.reportitem ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/org.eclipse.birt.chart.reportitem-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.reportitem ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.reportitem ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/jacoco.exec
[INFO] 
[INFO] ----------< org.eclipse.birt:org.eclipse.birt.chart.doc.isv >-----------
[INFO] Building org.eclipse.birt.chart.doc.isv 4.15.0-SNAPSHOT         [35/280]
[INFO]   from docs/org.eclipse.birt.chart.doc.isv/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.doc.isv ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Resolving class path of org.eclipse.birt.chart.doc.isv
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.doc.isv ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- antrun:3.0.0:run (javadoc) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv
[INFO]   [javadoc] Generating Javadoc
[INFO]   [javadoc] Javadoc execution
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/aggregate/IAggregateFunction.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/ISeriesRenderer.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/ISeriesRenderingHints.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IGenerator.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/GeneratedChartState.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IMessageLookup.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/RunTimeContext.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/api/ChartEngine.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleEntry.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/StockEntry.java...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.api...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.computation...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.computation.withaxes...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.computation.withoutaxes...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.datafeed...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.device...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.event...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.exception...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.factory...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.log...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model.attribute...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model.attribute.impl...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model.component...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model.component.impl...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model.data...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model.data.impl...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model.impl...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model.layout...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model.layout.impl...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model.type...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.model.type.impl...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.render...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.script...
[WARNING]   [javadoc] Constructing Javadoc information...
[WARNING]   [javadoc] Building index for all the packages and classes...
[WARNING]   [javadoc] Standard Doclet version 17.0.2+8-86
[WARNING]   [javadoc] Building tree for all the packages and classes...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/AbstractDataPointDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/AbstractGroupedDataRowExpressionEvaluator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/AbstractScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/AbstractScriptHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AccessibilityValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/AccessibilityValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Action.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/ActionEvaluatorAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/ActionImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ActionRendererAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ActionType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ActionValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/ActionValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AllAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Anchor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Angle3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/Angle3DImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AngleType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Arc3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ArcRenderEvent.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/ArcRenderEvent.java:166: warning: Tag @link: reference not found: #setAngleExtent()
[WARNING]   [javadoc] 	 * @deprecated Use {@link #setAngleExtent()} instead.
[WARNING]   [javadoc] 	                   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/ArcRenderEvent.java:166: warning: Tag @link: reference not found: #setAngleExtent()
[WARNING]   [javadoc] 	 * @deprecated Use {@link #setAngleExtent()} instead.
[WARNING]   [javadoc] 	                   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/ArcRenderEvent.java:200: warning: @param argument "radius" is not a parameter name.
[WARNING]   [javadoc] 	 * @param radius The width to set.
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/ArcRenderEvent.java:216: warning: @param argument "radius" is not a parameter name.
[WARNING]   [javadoc] 	 * @param radius The height to set.
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Area3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/AreaRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/AreaSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/AreaSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AttributeFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/AttributeFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AttributePackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AttributePackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/AttributePackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AutoScale.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java:2225: warning: @param argument "bConsiderStartEndLabels" is not a parameter name.
[WARNING]   [javadoc] 	 * @param bConsiderStartEndLabels
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AutoScale.ScaleInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxesAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/AxesRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/AxesRenderHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Axis.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/AxisImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxisLabelTextProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AxisOrigin.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/AxisOriginImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxisSubUnit.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxisTickCoordinates.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AxisType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/BarSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/BarSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/BaseRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/BaseSampleData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/BaseSampleDataImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/BigNumberDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/BigNumberDataElementImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/BIRTChartComputation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/Block.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/BlockGenerationEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/BlockImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/BoundingBox.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Bounds.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/BoundsImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/BubbleDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/BubbleDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/BubbleEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/BubbleSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/BubbleSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/CallBackValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/CallBackValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/CDateTime.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/Chart.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/ChartComputationFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ChartDimension.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/ChartEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ChartEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ChartEventHandlerAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/ChartException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartModelHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/ChartPreferences.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/ChartPreferencesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ChartScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ChartType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ChartWithAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartWithAxesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ChartWithoutAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartWithoutAxesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/ClientArea.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/ClientAreaImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ClipRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ColorDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/ColorDefinitionImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/ComponentFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/ComponentFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/ComponentPackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/ComponentPackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/ComponentPackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/Coordinates.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Cursor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/CursorImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/CursorType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/CurveFitting.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/CurveFittingImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/CurveRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DataElementImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DataFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataPackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataPackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DataPackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataPoint.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataPointComponent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/DataPointComponentImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataPointComponentType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/DataPointHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/DataPointImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/DataRowExpressionEvaluatorAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/DataSetAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/DataSetIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DateFormatDetail.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DateFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/DateFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DateFormatType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DateTimeDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DateTimeDataElementImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DateTimeDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DateTimeDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/DeferredCache.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/DeferredCacheManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/DeviceAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Dial.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/DialChart.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/DialChartImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/DialImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/DialRegion.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/DialRegionImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/DialSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/DialSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DifferenceDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DifferenceDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/DifferenceSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/DifferenceSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Direction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/DisplayAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/EllipsisHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/EllipsisHelper.ITester.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/EmbeddedImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/EmbeddedImageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/EmptyUpdateNotifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/EmptyWithAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/EmptyWithoutAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Engine3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/EStringToDataSetMapEntryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/EStringToStringMapEntryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/EventObjectCache.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ExtendedProperty.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/ExtendedPropertyImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Fill.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/FillImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/FontDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/FontDefinitionImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/FontUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/FormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/FormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/FractionNumberFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/FractionNumberFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/GanttDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/GanttDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/GanttSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/GanttSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/GeneratedChartState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/Generator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/GObjectFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Gradient.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/GradientImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/Grid.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Grid.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/GridImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/GroupingUnitType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/HorizontalAlignment.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/HorizontalAxesAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/HorizontalAxisAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/I3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IActionEvaluator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/IActionRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/IAggregateFunction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/IAxesDecorator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/IAxisAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ICallBackNotifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IChartComputation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IChartComputationFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IChartEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/IChartModelHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/IChartObject.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IChartScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IDataPointDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IDataPointEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IDataRowExpressionEvaluator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IDataSetProcessor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IDeviceRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IDisplayServer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/IExtChartModelLoader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IExternalContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IExternalizer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IGenerator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IGObjectFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IGroupedDataRowExpressionEvaluator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IImageMapEmitter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IImageWriterFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/ILogger.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Image.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Image3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/ImageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ImageRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ImageSourceType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ImageWriterFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IMessageLookup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Insets.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/InsetsImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/InteractionEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/InteractiveRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Interactivity.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/InteractivityImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/IntersectionType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/IntersectionValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IPrimitiveRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/IRenderInstruction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IResourceFinder.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IResultSetDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IScriptClassLoader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IScriptMenuHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ISeriesRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ISeriesRenderingHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ISeriesRenderingHints3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IStructureDefinitionListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ITextMetrics.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ITextRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IUpdateNotifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/JavaDateFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/JavaDateFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/JavaNumberFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/JavaNumberFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Label.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/LabelBlock.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/LabelBlockImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/LabelImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LabelLimiter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LabelLimiter.Option.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/LayoutFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/LayoutFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/LayoutPackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/LayoutPackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/LayoutPackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LeaderLineStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/Legend.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LegendBehaviorType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendBuilder.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendBuilder.LabelItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendEntryRenderingHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/LegendImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendItemHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendItemHints.Type.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendItemRenderingHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LegendItemType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendLayoutHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Line3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LineAttributes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/LineAttributesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LineDecorator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/LineRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/LineSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/LineSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LineStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Location.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Location3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/Location3DImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/LocationImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/Logger.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Marker.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/MarkerImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/MarkerInstruction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/MarkerLine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/MarkerLineImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/MarkerRange.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/MarkerRangeImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/MarkerRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MarkerType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MenuStylesKeyType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Methods.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ModelFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ModelFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ModelPackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ModelPackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ModelPackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/MultipleActions.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/MultipleActionsImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MultipleFill.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/MultipleFillImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MultiURLValues.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/MultiURLValuesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Needle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/NeedleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/NullDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/NullDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/NumberDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/NumberDataElementImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/NumberDataPointEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/NumberDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/NumberDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/NumberFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/NumberFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Object3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/OneAxis.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Orientation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/OrthogonalSampleData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/OrthogonalSampleDataImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Oval3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/OvalRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Palette.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/PaletteImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/PatternImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/PatternImageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/PieSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/PieSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/Plot.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/PlotComputation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/PlotImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/PlotWith3DAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/PlotWithAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/PlotWithoutAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Point.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Polygon.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Polygon3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/PolygonRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Position.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/PrimitiveRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Query.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/QueryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Rectangle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/RectangleRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/RiserType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/RotatedRectangle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Rotation3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/Rotation3DImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Rule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/RuleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/RuleType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/RunTimeContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/RunTimeContext.StateKey.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/SampleData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/SampleDataImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Scale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/ScaleContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/ScaleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ScaleUnitType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/ScatterSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/ScatterSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ScriptClassLoaderAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/ScriptExpression.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ScriptHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ScriptMenuHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ScriptValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/ScriptValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/Serializer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/SerializerImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Series.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/SeriesDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/SeriesDefinitionImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/SeriesGrouping.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/SeriesGroupingImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/SeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/SeriesNameFormat.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/SeriesRenderingHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/SeriesRenderingHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/SeriesRenderingHints3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/SeriesValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/SeriesValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/SharedScaleContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Size.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/SizeImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/SortOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/StackedSeriesLookup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/StackGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/StockDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/StockDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/StockEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/StockSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/StockSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Stretch.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/StringFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/StringFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/StructureChangeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/StructureSource.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/StructureType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Style.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/StyledComponent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/StyleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/StyleMap.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/StyleMapImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Text.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Text3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/TextAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TextAlignment.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/TextAlignmentImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/TextDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/TextDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/TextDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/TextImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/TextRendererAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/TextRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TickStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/TitleBlock.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/TitleBlockImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TooltipValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/TooltipValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/TransformationEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Trigger.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TriggerCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TriggerFlow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/TriggerImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/TypeFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/TypeFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/TypePackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/TypePackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/TypePackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/UnitsOfMeasurement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/URLValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/URLValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/UserDataSetHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/ValueFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Vector.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/VerticalAlignment.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/VerticalAxesAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/VerticalAxisAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/WrappedInstruction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/WrappedStructureSource.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/constant-values.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/serialized-form.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/class-use/ChartEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Vector.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/ValueFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/UserDataSetHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/SeriesNameFormat.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/RotatedRectangle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Rectangle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Polygon.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Point.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/PlotComputation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Object3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Methods.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendLayoutHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendItemRenderingHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendItemHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendItemHints.Type.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendEntryRenderingHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendBuilder.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendBuilder.LabelItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LabelLimiter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LabelLimiter.Option.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/IGObjectFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/IConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/IChartComputationFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/IChartComputation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/GObjectFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Engine3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/EllipsisHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/EllipsisHelper.ITester.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/DataSetIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/DataPointHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/ChartComputationFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/BoundingBox.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/BIRTChartComputation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/VerticalAxisAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/VerticalAxesAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/StackedSeriesLookup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/StackGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/SharedScaleContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/SeriesRenderingHints3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/SeriesRenderingHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/ScaleContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/PlotWithAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/PlotWith3DAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/PlotWith2DAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/OneAxis.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/IntersectionValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/IAxisAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/HorizontalAxisAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/HorizontalAxesAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/Grid.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AxisTickCoordinates.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AxisSubUnit.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AxisLabelTextProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AxesAdjuster.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AutoScale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AutoScale.ScaleInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AllAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/class-use/SeriesRenderingHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/class-use/PlotWithoutAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/class-use/Coordinates.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/NumberDataPointEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/IResultSetDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/IDataSetProcessor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/IDataPointEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/IDataPointDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/DataSetAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/AbstractDataPointDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/TextRendererAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/TextAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/ScriptMenuHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/ImageWriterFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IUpdateNotifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/ITextRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/ITextMetrics.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IStructureDefinitionListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IScriptMenuHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IPrimitiveRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IImageWriterFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IImageMapEmitter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IDisplayServer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IDeviceRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/ICallBackNotifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/FontUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/EmptyUpdateNotifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/DisplayAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/DeviceAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/WrappedStructureSource.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/WrappedInstruction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/TransformationEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/TextRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Text3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/StructureType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/StructureSource.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/StructureChangeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/RectangleRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/PrimitiveRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/PolygonRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Polygon3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/OvalRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Oval3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/MarkerInstruction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/LineRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Line3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/InteractionEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/ImageRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Image3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/IRenderInstruction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/I3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/EventObjectCache.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/ClipRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/ChartEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/BlockGenerationEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/AreaRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Area3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/ArcRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Arc3DRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/class-use/ChartException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/RunTimeContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/RunTimeContext.StateKey.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IResourceFinder.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IMessageLookup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IGroupedDataRowExpressionEvaluator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IGenerator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IExternalizer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IDataRowExpressionEvaluator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IActionEvaluator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/Generator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/GeneratedChartState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/DataRowExpressionEvaluatorAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/ActionEvaluatorAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/AbstractGroupedDataRowExpressionEvaluator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/class-use/Logger.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/class-use/ILogger.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/Serializer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/ModelPackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/ModelPackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/ModelFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/IExtChartModelLoader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/IChartObject.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/IChartModelHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/DialChart.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/ChartWithoutAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/ChartWithAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/Chart.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/VerticalAlignment.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/UnitsOfMeasurement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/URLValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/TriggerFlow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/TriggerCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/TooltipValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/TickStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/TextAlignment.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Text.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/StyledComponent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/StyleMap.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Style.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/StringFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Stretch.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/SortOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Size.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/SeriesValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ScriptValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ScaleUnitType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/RuleType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Rotation3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/RiserType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Position.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/PatternImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Palette.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Orientation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/NumberFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/MultipleFill.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/MultiURLValues.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/MenuStylesKeyType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/MarkerType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Marker.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Location3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Location.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LineStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LineDecorator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LineAttributes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LegendItemType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LegendBehaviorType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LeaderLineStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/JavaNumberFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/JavaDateFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/IntersectionType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Interactivity.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Insets.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ImageSourceType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Image.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/HorizontalAlignment.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/GroupingUnitType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Gradient.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/FractionNumberFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/FormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/FontDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Fill.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ExtendedProperty.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/EmbeddedImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Direction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DateFormatType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DateFormatSpecifier.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DateFormatDetail.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DataType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DataPointComponentType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DataPointComponent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DataPoint.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/CursorType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Cursor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ColorDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ChartType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ChartDimension.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/CallBackValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Bounds.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AxisType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AxisOrigin.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AttributePackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AttributePackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AttributeFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AngleType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Angle3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Anchor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ActionValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ActionType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AccessibilityValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/URLValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/TooltipValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/TextImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/TextAlignmentImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/StyleMapImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/StyleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/StringFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/SizeImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/SeriesValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/ScriptValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/Rotation3DImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/PatternImageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/PaletteImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/NumberFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/MultipleFillImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/MultiURLValuesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/MarkerImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/LocationImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/Location3DImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/LineAttributesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/JavaNumberFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/JavaDateFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/InteractivityImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/InsetsImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/ImageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/GradientImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/FractionNumberFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/FormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/FontDefinitionImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/FillImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/ExtendedPropertyImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/EmbeddedImageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/EStringToStringMapEntryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/DateFormatSpecifierImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/DataPointImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/DataPointComponentImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/CursorImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/ColorDefinitionImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/CallBackValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/BoundsImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/AxisOriginImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/AttributePackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/AttributeFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/Angle3DImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/ActionValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/AccessibilityValueImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Series.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Scale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Needle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/MarkerRange.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/MarkerLine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Label.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Grid.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/DialRegion.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Dial.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/CurveFitting.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/ComponentPackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/ComponentPackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/ComponentFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/ChartPreferences.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Axis.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/SeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/ScaleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/NeedleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/MarkerRangeImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/MarkerLineImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/LabelImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/GridImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/EStringToDataSetMapEntryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/DialRegionImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/DialImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/CurveFittingImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/ComponentPackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/ComponentFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/ChartPreferencesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/AxisImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/Trigger.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/TextDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/TextDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/StockDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/SeriesGrouping.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/SeriesDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/ScriptExpression.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/SampleData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/Rule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/Query.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/OrthogonalSampleData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/NumberDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/NumberDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/NullDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/MultipleActions.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/GanttDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DifferenceDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DateTimeDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DateTimeDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DataPackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DataPackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DataFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/BubbleDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/BigNumberDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/BaseSampleData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/Action.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/TriggerImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/TextDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/StockDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/SeriesGroupingImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/SeriesDefinitionImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/SampleDataImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/RuleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/QueryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/OrthogonalSampleDataImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/NumberDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/NumberDataElementImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/NullDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/MultipleActionsImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/GanttDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DifferenceDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DateTimeDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DateTimeDataElementImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DataPackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DataFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DataElementImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/BubbleDataSetImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/BigNumberDataElementImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/BaseSampleDataImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/ActionImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/SerializerImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ModelPackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ModelFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/DialChartImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ChartWithoutAxesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ChartWithAxesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ChartModelHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ChartImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/TitleBlock.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/Plot.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/Legend.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/LayoutPackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/LayoutPackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/LayoutFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/LabelBlock.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/ClientArea.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/Block.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/TitleBlockImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/PlotImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/LegendImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/LayoutPackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/LayoutFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/LabelBlockImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/ClientAreaImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/BlockImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/TypePackage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/TypePackage.Literals.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/TypeFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/StockSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/ScatterSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/PieSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/LineSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/GanttSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/DifferenceSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/DialSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/BubbleSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/BarSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/AreaSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/TypePackageImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/TypeFactoryImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/StockSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/ScatterSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/PieSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/LineSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/GanttSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/DifferenceSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/DialSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/BubbleSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/BarSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/AreaSeriesImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/MarkerRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/InteractiveRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/ISeriesRenderingHints3D.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/ISeriesRenderingHints.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/ISeriesRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/IAxesDecorator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/IActionRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/EmptyWithoutAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/EmptyWithAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/DeferredCacheManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/DeferredCache.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/CurveRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/BaseRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/AxesRenderer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/AxesRenderHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/ActionRendererAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/ScriptHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/ScriptClassLoaderAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/IScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/IScriptClassLoader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/IExternalContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/IChartScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/IChartEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/ChartScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/ChartEventHandlerAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/AbstractScriptHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/AbstractScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/class-use/IAggregateFunction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/class-use/CDateTime.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/class-use/BubbleEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/class-use/DifferenceEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/class-use/StockEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/overview-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/deprecated-list.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index.html...
[WARNING]   [javadoc] Building index for all classes...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/allclasses-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/allpackages-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-1.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-2.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-3.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-4.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-5.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-6.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-7.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-8.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-9.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-10.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-11.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-12.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-13.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-14.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-15.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-16.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-17.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-18.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-19.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-20.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-21.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-22.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-23.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-24.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-25.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-26.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/overview-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/help-doc.html...
[WARNING]   [javadoc] 5 warnings
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api
[INFO]   [javadoc] Generating Javadoc
[INFO]   [javadoc] Javadoc execution
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.ui.swt.interfaces...
[WARNING]   [javadoc] Constructing Javadoc information...
[WARNING]   [javadoc] Building index for all the packages and classes...
[WARNING]   [javadoc] Standard Doclet version 17.0.2+8-86
[WARNING]   [javadoc] Building tree for all the packages and classes...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IAssistField.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChangeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartPreviewPainter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartSubType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIAccessible.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartWizardContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IDataElementComposite.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IDataServiceProvider.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IDataServiceProvider.java:198: warning: invalid input: '&'
[WARNING]   [javadoc] 	 * @return (getState() & state) == state
[WARNING]   [javadoc] 	                       ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IExpressionButton.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IExpressionValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IFontDefinitionDialog.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IFormatSpecifierHandler.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IFormatSpecifierHandler.java:33: warning: @param argument "axisType" is not a parameter name.
[WARNING]   [javadoc] 	 * @param axisType
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IHelpContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IImageServiceProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/INode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IRegisteredSheetEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IRegisteredSubtaskEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ISelectDataComponent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ISelectDataCustomizeUI.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ISeriesButtonEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ISeriesUIProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ITaskChangeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ITaskPopupSheet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ITaskPreviewable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IUIManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.java:140: warning: @param argument "oContext" is not a parameter name.
[WARNING]   [javadoc] 	 * @param oContext    the application-specific context used by the Expression
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.java:160: warning: @param argument "oContext" is not a parameter name.
[WARNING]   [javadoc] 	 * @param oContext        the application-specific context used by the
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.Command.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/constant-values.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IUIServiceProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IUIServiceProvider.Command.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IUIManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ITaskPreviewable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ITaskPopupSheet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ITaskChangeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ISeriesUIProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ISeriesButtonEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ISelectDataCustomizeUI.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ISelectDataComponent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IRegisteredSubtaskEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IRegisteredSheetEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/INode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IImageServiceProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IHelpContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IFormatSpecifierHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IFontDefinitionDialog.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IExpressionValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IExpressionButton.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IDataServiceProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IDataElementComposite.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartWizardContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartUIHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartUIFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartUIAccessible.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartSubType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartPreviewPainter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartDataSheet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChangeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IAssistField.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/overview-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/deprecated-list.html...
[WARNING]   [javadoc] Building index for all classes...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/allclasses-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/allpackages-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/index-all.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/help-doc.html...
[WARNING]   [javadoc] 4 warnings
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api
[INFO]   [javadoc] Generating Javadoc
[INFO]   [javadoc] Javadoc execution
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.script.api...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.attribute...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.component...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.data...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.scale...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.series...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.series.data...
[WARNING]   [javadoc] Constructing Javadoc information...
[WARNING]   [javadoc] Building index for all the packages and classes...
[WARNING]   [javadoc] Standard Doclet version 17.0.2+8-86
[WARNING]   [javadoc] Building tree for all the packages and classes...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IArea.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/IAxis.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IBar.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IBubble.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/IBubbleData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/ICategory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/ICategoryScale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IChart.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/IChartComponent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IChartWithAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IChartWithoutAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IComponentFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/IDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/IDateTimeDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IDifference.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/IDifferenceData.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IDifferenceData.java:40: warning: @param argument "High" is not a parameter name.
[WARNING]   [javadoc] 	 * @param High expression
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IDifferenceData.java:47: warning: @param argument "Low" is not a parameter name.
[WARNING]   [javadoc] 	 * @param Low expression
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IGantt.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/IGanttData.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:47: warning: @param argument "task" is not a parameter name.
[WARNING]   [javadoc] 	 * @param task name expression
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:54: warning: @param argument "Start" is not a parameter name.
[WARNING]   [javadoc] 	 * @param Start date expression
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:61: warning: @param argument "Finish" is not a parameter name.
[WARNING]   [javadoc] 	 * @param Finish date expression
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/ILabel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/ILegend.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/ILine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/ILinearScale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/ILogarithmicScale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/IMarkerLine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/IMarkerRange.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IMeter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/INumberDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IPie.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/IScale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IScatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/ISeriesData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/ISeriesGrouping.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/ISimpleData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IStackableSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IStock.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/IStockData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/IText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/ITimeScale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/IValueSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/class-use/IComponentFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/class-use/IChartWithoutAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/class-use/IChartWithAxes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/class-use/IChart.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/class-use/IText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/class-use/ILabel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/IValueSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/IMarkerRange.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/IMarkerLine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/ILegend.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/IChartComponent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/ICategory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/IAxis.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/class-use/ISeriesGrouping.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/class-use/INumberDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/class-use/IDateTimeDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/class-use/IDataElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/class-use/ITimeScale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/class-use/IScale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/class-use/ILogarithmicScale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/class-use/ILinearScale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/class-use/ICategoryScale.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IStock.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IStackableSeries.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IScatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IPie.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IMeter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/ILine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IGantt.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IDifference.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IBubble.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IBar.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IArea.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/IStockData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/ISimpleData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/ISeriesData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/IGanttData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/IDifferenceData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/IBubbleData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/overview-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/index.html...
[WARNING]   [javadoc] Building index for all classes...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/allclasses-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/allpackages-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/index-all.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/overview-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/help-doc.html...
[WARNING]   [javadoc] 5 warnings
[WARNING]      [echo] generating javadoc for chart
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/target/org.eclipse.birt.chart.doc.isv-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.doc.isv ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt.features:org.eclipse.birt.chart.doc.isv >------
[INFO] Building org.eclipse.birt.chart.doc.isv 4.15.0-SNAPSHOT         [36/280]
[INFO]   from features/org.eclipse.birt.chart.doc.isv.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.doc.isv:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.doc.isv ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.doc.isv ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target/org.eclipse.birt.chart.doc.isv-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target/org.eclipse.birt.chart.doc.isv-4.15.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.doc.isv ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt.birt-packages.birt-charts:ChartSDK >---------
[INFO] Building ChartSDK 4.15.0-SNAPSHOT                               [37/280]
[INFO]   from build/birt-packages/birt-charts/ChartSDK/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:ChartSDK:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ChartSDK ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ChartSDK ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ ChartSDK ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ ChartSDK ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ ChartSDK ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ ChartSDK ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ ChartSDK ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ ChartSDK ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ ChartSDK ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ ChartSDK ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ ChartSDK ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ ChartSDK ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ ChartSDK ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ ChartSDK ---
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/ChartSDK-4.15.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ ChartSDK ---
[INFO] 
[INFO] --- antrun:3.0.0:run (re-package) @ ChartSDK ---
[INFO] Executing tasks
[INFO]      [copy] Copying 74 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/eclipse
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ ChartSDK ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ ChartSDK ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ ChartSDK ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ ChartSDK ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ ChartSDK ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt.birt-packages.birt-charts:DeploymentRuntime >----
[INFO] Building DeploymentRuntime 4.15.0-SNAPSHOT                      [38/280]
[INFO]   from build/birt-packages/birt-charts/DeploymentRuntime/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:DeploymentRuntime:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ DeploymentRuntime ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ DeploymentRuntime ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ DeploymentRuntime ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ DeploymentRuntime ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ DeploymentRuntime ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ DeploymentRuntime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ DeploymentRuntime ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ DeploymentRuntime ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ DeploymentRuntime ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ DeploymentRuntime ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ DeploymentRuntime ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ DeploymentRuntime ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ DeploymentRuntime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ DeploymentRuntime ---
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime-4.15.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ DeploymentRuntime ---
[INFO] 
[INFO] --- antrun:3.0.0:run (re-package) @ DeploymentRuntime ---
[INFO] Executing tasks
[INFO]      [copy] Copying 34 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/ChartEngine
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/ChartEngine/docs
[INFO]      [copy] Copying 11 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample
[INFO]      [copy] Copying 33 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample/WEB-INF/lib
[INFO]       [war] Building war: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample.war
[INFO]    [delete] Deleting directory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ DeploymentRuntime ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ DeploymentRuntime ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ DeploymentRuntime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ DeploymentRuntime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ DeploymentRuntime ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt.birt-packages.birt-charts:birt-charts >-------
[INFO] Building birt-charts 4.15.0-SNAPSHOT                            [39/280]
[INFO]   from build/birt-packages/birt-charts/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-charts ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-charts ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ birt-charts ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-charts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ birt-charts ---
[INFO] 
[INFO] --- antrun:3.0.0:run (re-package) @ birt-charts ---
[INFO] Executing tasks
[INFO]      [copy] Copying 40 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/build/ChartRuntime/eclipse
[INFO]      [copy] Copying 74 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/build/ChartSDK/eclipse
[INFO]      [copy] Copying 36 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/build/DeploymentRuntime
[INFO]      [copy] Copying 2 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/build
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/birt-charts-4.15.0-202403111007.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-charts ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-charts ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-charts ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-charts ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.report.designer.core >-------
[INFO] Building org.eclipse.birt.report.designer.core 4.15.0-SNAPSHOT  [40/280]
[INFO]   from UI/org.eclipse.birt.report.designer.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.core ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.core ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.core
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.core ---
[INFO] Compiling 101 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/org.eclipse.birt.report.designer.core-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/org.eclipse.birt.report.designer.core-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt:org.eclipse.birt.report.designer.ui >--------
[INFO] Building org.eclipse.birt.report.designer.ui 4.15.0-SNAPSHOT    [41/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui ---
[INFO] Compiling 928 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.views >-----
[INFO] Building org.eclipse.birt.report.designer.ui.views 4.15.0-SNAPSHOT [42/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.views/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.views
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Compiling 315 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda >-----
[INFO] Building org.eclipse.birt.report.model.adapter.oda 4.15.0-SNAPSHOT [43/280]
[INFO]   from model/org.eclipse.birt.report.model.adapter.oda/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Resolving class path of org.eclipse.birt.report.model.adapter.oda
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Compiling 76 source files to /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.data >------
[INFO] Building org.eclipse.birt.report.designer.ui.data 4.15.0-SNAPSHOT [44/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.data/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.data
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Compiling 71 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction >---
[INFO] Building org.eclipse.birt.report.engine.dataextraction 4.15.0-SNAPSHOT [45/280]
[INFO]   from engine/org.eclipse.birt.report.engine.dataextraction/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/jacoco.exec
[INFO] 
[INFO] ----------< org.eclipse.birt:org.eclipse.birt.report.viewer >-----------
[INFO] Building org.eclipse.birt.report.viewer 4.15.0-SNAPSHOT         [46/280]
[INFO]   from viewer/org.eclipse.birt.report.viewer/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewer ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.viewer ---
[INFO] Resolving class path of org.eclipse.birt.report.viewer
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.viewer ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.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 /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.viewer ---
[INFO] Compiling 250 source files to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/birt/WEB-INF/lib/viewservlets.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/viewer.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- jetty-jspc:10.0.15:jspc (pre-compile-jsp) @ org.eclipse.birt.report.viewer ---
[INFO] Compiling CancelTask.jsp,index.jsp,webcontent/birt/pages/common/Attributes.jsp,webcontent/birt/pages/common/Error.jsp,webcontent/birt/pages/common/Locale.jsp,webcontent/birt/pages/common/processing.jsp,webcontent/birt/pages/control/NavigationbarFragment.jsp,webcontent/birt/pages/control/ProgressBarFragment.jsp,webcontent/birt/pages/control/TocFragment.jsp,webcontent/birt/pages/control/ToolbarFragment.jsp,webcontent/birt/pages/dialog/ConfirmationDialogFragment.jsp,webcontent/birt/pages/dialog/DialogContainerFragment.jsp,webcontent/birt/pages/dialog/ExceptionDialogFragment.jsp,webcontent/birt/pages/dialog/ExportDataDialogFragment.jsp,webcontent/birt/pages/dialog/ExportReportDialogFragment.jsp,webcontent/birt/pages/dialog/ParameterDialogFragment.jsp,webcontent/birt/pages/dialog/PrintReportDialogFragment.jsp,webcontent/birt/pages/dialog/PrintReportServerDialogFragment.jsp,webcontent/birt/pages/dialog/SimpleExportDataDialogFragment.jsp,webcontent/birt/pages/layout/DocumentFragment.jsp,webcontent/birt/pages/layout/FramesetFragment.jsp,webcontent/birt/pages/layout/ParameterFragment.jsp,webcontent/birt/pages/layout/ReportContentFragment.jsp,webcontent/birt/pages/layout/ReportDialogFragment.jsp,webcontent/birt/pages/layout/ReportFragment.jsp,webcontent/birt/pages/layout/RequesterFragment.jsp,webcontent/birt/pages/layout/RunFragment.jsp,webcontent/birt/pages/layout/SidebarFragment.jsp,webcontent/birt/pages/parameter/CheckboxParameterFragment.jsp,webcontent/birt/pages/parameter/ComboBoxParameterFragment.jsp,webcontent/birt/pages/parameter/HiddenParameterFragment.jsp,webcontent/birt/pages/parameter/ParameterGroupFragment.jsp,webcontent/birt/pages/parameter/RadioButtonParameterFragment.jsp,webcontent/birt/pages/parameter/TextBoxParameterFragment.jsp from includes=**\/*.jsp, **\/*.jspx excludes=**\/.svn\/**
[INFO] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
[INFO] Generation completed with [0] errors in [1667] milliseconds
[INFO] 
[INFO] --- antrun:3.0.0:run (jar-pre-compile-jsp) @ org.eclipse.birt.report.viewer ---
[INFO] Executing tasks
[INFO]       [jar] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/lib/jsp.jar
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.viewer ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.viewer ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.viewer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.viewer ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/lib/viewservlets.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/viewer.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.viewer ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.viewer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.viewer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.viewer ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt:org.eclipse.birt.data.oda.mongodb >---------
[INFO] Building org.eclipse.birt.data.oda.mongodb 4.15.0-SNAPSHOT      [47/280]
[INFO]   from data/org.eclipse.birt.data.oda.mongodb/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors >----
[INFO] Building org.eclipse.birt.report.designer.ui.editors 4.15.0-SNAPSHOT [48/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.editors/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors.schematic >--
[INFO] Building org.eclipse.birt.report.designer.ui.editors.schematic 4.15.0-SNAPSHOT [49/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.editors.schematic/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors.schematic
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib >------
[INFO] Building org.eclipse.birt.report.designer.ui.lib 4.15.0-SNAPSHOT [50/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.lib/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib.explorer >--
[INFO] Building org.eclipse.birt.report.designer.ui.lib.explorer 4.15.0-SNAPSHOT [51/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.lib.explorer/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib.explorer
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.ui.ide >------
[INFO] Building org.eclipse.birt.report.designer.ui.ide 4.15.0-SNAPSHOT [52/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.ide/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.ide
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Compiling 62 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.cubebuilder >--
[INFO] Building org.eclipse.birt.report.designer.ui.cubebuilder 4.15.0-SNAPSHOT [53/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.cubebuilder/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.cubebuilder
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Compiling 85 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:org.eclipse.birt.report.item.crosstab.ui >------
[INFO] Building org.eclipse.birt.report.item.crosstab.ui 4.15.0-SNAPSHOT [54/280]
[INFO]   from xtab/org.eclipse.birt.report.item.crosstab.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Compiling 189 source files to /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.chart.reportitem.ui >--------
[INFO] Building org.eclipse.birt.chart.reportitem.ui 4.15.0-SNAPSHOT   [55/280]
[INFO]   from chart/org.eclipse.birt.chart.reportitem.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Resolving class path of org.eclipse.birt.chart.reportitem.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Compiling 63 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils >------
[INFO] Building org.eclipse.birt.report.data.bidi.utils 4.15.0-SNAPSHOT [56/280]
[INFO]   from data/org.eclipse.birt.report.data.bidi.utils/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] Resolving class path of org.eclipse.birt.report.data.bidi.utils
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc >-------
[INFO] Building org.eclipse.birt.report.data.oda.jdbc 4.15.0-SNAPSHOT  [57/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.jdbc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb >-----
[INFO] Building org.eclipse.birt.report.data.oda.sampledb 4.15.0-SNAPSHOT [58/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.sampledb/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/sampledb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/jacoco.exec
[INFO] 
[INFO] ----------< org.eclipse.birt:org.eclipse.birt.data.oda.pojo >-----------
[INFO] Building org.eclipse.birt.data.oda.pojo 4.15.0-SNAPSHOT         [59/280]
[INFO]   from data/org.eclipse.birt.data.oda.pojo/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo ---
[INFO] Resolving class path of org.eclipse.birt.data.oda.pojo
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data.oda.pojo ---
[INFO] Compiling 48 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt:org.eclipse.birt.data.oda.pojo.ui >---------
[INFO] Building org.eclipse.birt.data.oda.pojo.ui 4.15.0-SNAPSHOT      [60/280]
[INFO]   from data/org.eclipse.birt.data.oda.pojo.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config >---
[INFO] Building org.eclipse.birt.report.engine.emitter.config 4.15.0-SNAPSHOT [61/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.15.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.web >--
[INFO] Building org.eclipse.birt.report.designer.ui.preview.web 4.15.0-SNAPSHOT [62/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.preview.web/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.web
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt:org.eclipse.birt.axis.overlay >-----------
[INFO] Building org.eclipse.birt.axis.overlay 4.15.0-SNAPSHOT          [63/280]
[INFO]   from viewer/org.eclipse.birt.axis.overlay/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.axis.overlay ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.axis.overlay ---
[INFO] Resolving class path of org.eclipse.birt.axis.overlay
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.axis.overlay ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.axis.overlay ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.axis.overlay ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.axis.overlay ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.axis.overlay ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.axis.overlay ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.axis.overlay ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.axis.overlay ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.axis.overlay ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.axis.overlay ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.axis.overlay ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.wpml >----
[INFO] Building org.eclipse.birt.report.engine.emitter.wpml 4.15.0-SNAPSHOT [64/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.wpml/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.wpml
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.ooxml >--------
[INFO] Building org.eclipse.birt.report.engine.ooxml 4.15.0-SNAPSHOT   [65/280]
[INFO]   from engine/org.eclipse.birt.report.engine.ooxml/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.ooxml
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.docx >----
[INFO] Building org.eclipse.birt.report.engine.emitter.docx 4.15.0-SNAPSHOT [66/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.docx/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.docx
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.hive >-------
[INFO] Building org.eclipse.birt.report.data.oda.hive 4.15.0-SNAPSHOT  [67/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.hive/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.docx >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.docx 4.15.0-SNAPSHOT [68/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config.docx/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.docx
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.xml.wtp >--
[INFO] Building org.eclipse.birt.report.designer.ui.editor.xml.wtp 4.15.0-SNAPSHOT [69/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.xml.wtp
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.features:org.eclipse.birt.report.designer.editor.xml.wtp >--
[INFO] Building org.eclipse.birt.report.designer.editor.xml.wtp 4.15.0-SNAPSHOT [70/280]
[INFO]   from features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.report.designer.editor.xml.wtp:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/org.eclipse.birt.report.designer.editor.xml.wtp-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/org.eclipse.birt.report.designer.editor.xml.wtp-4.15.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf >-----
[INFO] Building org.eclipse.birt.report.engine.emitter.pdf 4.15.0-SNAPSHOT [71/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.pdf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pdf
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb >--
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb 4.15.0-SNAPSHOT [72/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.data.oda.mongodb.ui >--------
[INFO] Building org.eclipse.birt.data.oda.mongodb.ui 4.15.0-SNAPSHOT   [73/280]
[INFO]   from data/org.eclipse.birt.data.oda.mongodb.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ppt >-----
[INFO] Building org.eclipse.birt.report.engine.emitter.ppt 4.15.0-SNAPSHOT [74/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.ppt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.ppt
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pptx >----
[INFO] Building org.eclipse.birt.report.engine.emitter.pptx 4.15.0-SNAPSHOT [75/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.pptx/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pptx
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pptx >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.pptx 4.15.0-SNAPSHOT [76/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config.pptx/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pptx
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt:org.eclipse.birt.report.engine.odf >---------
[INFO] Building org.eclipse.birt.report.engine.odf 4.15.0-SNAPSHOT     [77/280]
[INFO]   from engine/org.eclipse.birt.report.engine.odf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.odf ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.odf ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.odf
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.odf ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.odf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.odf ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.odf ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.odf ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.odf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.odf ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.odf ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.odf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.odf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.odf ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odt >-----
[INFO] Building org.eclipse.birt.report.engine.emitter.odt 4.15.0-SNAPSHOT [78/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.odt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.odt
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript >--
[INFO] Building org.eclipse.birt.report.engine.emitter.postscript 4.15.0-SNAPSHOT [79/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.postscript/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.postscript
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html >----
[INFO] Building org.eclipse.birt.report.engine.emitter.html 4.15.0-SNAPSHOT [80/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.html/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.html
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile >--
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile 4.15.0-SNAPSHOT [81/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui >--
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui 4.15.0-SNAPSHOT [82/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ods >-----
[INFO] Building org.eclipse.birt.report.engine.emitter.ods 4.15.0-SNAPSHOT [83/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.ods/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.ods
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.script >--
[INFO] Building org.eclipse.birt.report.designer.ui.editor.script 4.15.0-SNAPSHOT [84/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.editor.script/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.script
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt:org.eclipse.birt.report.debug.core >---------
[INFO] Building org.eclipse.birt.report.debug.core 4.15.0-SNAPSHOT     [85/280]
[INFO]   from UI/org.eclipse.birt.report.debug.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.core ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.core ---
[INFO] Resolving class path of org.eclipse.birt.report.debug.core
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.debug.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.debug.core ---
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.debug.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.debug.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel >---------
[INFO] Building uk.co.spudsoft.birt.emitters.excel 4.15.0-SNAPSHOT     [86/280]
[INFO]   from engine/uk.co.spudsoft.birt.emitters.excel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Resolving class path of uk.co.spudsoft.birt.emitters.excel
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Compiling 47 source files to /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.script.javascript >--
[INFO] Building org.eclipse.birt.report.engine.script.javascript 4.15.0-SNAPSHOT [87/280]
[INFO]   from data/org.eclipse.birt.report.engine.script.javascript/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.script.javascript
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui >--
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui 4.15.0-SNAPSHOT [88/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/jacoco.exec
[INFO] 
[INFO] -------------< org.eclipse.birt:org.eclipse.birt.branding >-------------
[INFO] Building org.eclipse.birt.branding 4.15.0-SNAPSHOT              [89/280]
[INFO]   from core/org.eclipse.birt.branding/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.branding ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.branding ---
[INFO] Resolving class path of org.eclipse.birt.branding
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.branding ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.branding ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.branding ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.branding ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.branding ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.branding ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.branding ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.branding ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.branding ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction.csv >--
[INFO] Building org.eclipse.birt.report.engine.dataextraction.csv 4.15.0-SNAPSHOT [90/280]
[INFO]   from engine/org.eclipse.birt.report.engine.dataextraction.csv/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.csv
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils.ui >-----
[INFO] Building org.eclipse.birt.report.data.bidi.utils.ui 4.15.0-SNAPSHOT [91/280]
[INFO]   from data/org.eclipse.birt.report.data.bidi.utils.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Resolving class path of org.eclipse.birt.report.data.bidi.utils.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.ui >------
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.ui 4.15.0-SNAPSHOT [92/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.jdbc.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Compiling 51 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.hive.ui >------
[INFO] Building org.eclipse.birt.report.data.oda.hive.ui 4.15.0-SNAPSHOT [93/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.hive.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt:org.eclipse.birt.report.debug.ui >----------
[INFO] Building org.eclipse.birt.report.debug.ui 4.15.0-SNAPSHOT       [94/280]
[INFO]   from UI/org.eclipse.birt.report.debug.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.ui ---
[INFO] Resolving class path of org.eclipse.birt.report.debug.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.debug.ui ---
[INFO] Compiling 65 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.debug.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.debug.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pdf >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.pdf 4.15.0-SNAPSHOT [95/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config.pdf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pdf
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.wpml >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.wpml 4.15.0-SNAPSHOT [96/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config.wpml/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.wpml
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.oda.excel >-------
[INFO] Building org.eclipse.birt.report.data.oda.excel 4.15.0-SNAPSHOT [97/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.excel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.excel.ui >-----
[INFO] Building org.eclipse.birt.report.data.oda.excel.ui 4.15.0-SNAPSHOT [98/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.excel.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.core.script.function >-------
[INFO] Building org.eclipse.birt.core.script.function 4.15.0-SNAPSHOT  [99/280]
[INFO]   from data/org.eclipse.birt.core.script.function/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.script.function ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.script.function ---
[INFO] Resolving class path of org.eclipse.birt.core.script.function
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.script.function ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.script.function ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.core.script.function ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.script.function ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.core.script.function ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.script.function ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.core.script.function ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.script.function ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.script.function ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.script.function ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.script.function ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.html >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.html 4.15.0-SNAPSHOT [100/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config.html/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.html
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/jacoco.exec
[INFO] 
[INFO] ------------< org.eclipse.birt:org.eclipse.birt.resources >-------------
[INFO] Building org.eclipse.birt.resources 4.15.0-SNAPSHOT            [101/280]
[INFO]   from model/org.eclipse.birt.resources/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.resources ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.resources ---
[INFO] Resolving class path of org.eclipse.birt.resources
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.resources ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.resources ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.resources ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.resources ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.resources ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.resources ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.resources ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.resources ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.resources ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.resources ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ppt >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.ppt 4.15.0-SNAPSHOT [102/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config.ppt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.ppt
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.oda.xml.ui >------
[INFO] Building org.eclipse.birt.report.data.oda.xml.ui 4.15.0-SNAPSHOT [103/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.xml.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.xml >--------
[INFO] Building org.eclipse.birt.report.data.oda.xml 4.15.0-SNAPSHOT  [104/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.xml/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview >----
[INFO] Building org.eclipse.birt.report.designer.ui.preview 4.15.0-SNAPSHOT [105/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.preview/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.postscript >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.postscript 4.15.0-SNAPSHOT [106/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config.postscript/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.postscript
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb.ui >----
[INFO] Building org.eclipse.birt.report.data.oda.sampledb.ui 4.15.0-SNAPSHOT [107/280]
[INFO]   from data/org.eclipse.birt.report.data.oda.sampledb.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb.ui
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/jacoco.exec
[INFO] 
[INFO] -------------< org.eclipse.birt.features:org.eclipse.birt >-------------
[INFO] Building org.eclipse.birt 4.15.0-SNAPSHOT                      [108/280]
[INFO]   from features/org.eclipse.birt.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt ---
[WARNING] The following referenced plugins have missing sources
	org.apache.commons.codec_1.14.0.v20221112-0806

[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.15.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samplesview >--
[INFO] Building org.eclipse.birt.report.designer.ui.samplesview 4.15.0-SNAPSHOT [109/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.samplesview/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samplesview
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.rcp >--
[INFO] Building org.eclipse.birt.report.designer.ui.samples.rcp 4.15.0-SNAPSHOT [110/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.samples.rcp/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samples.rcp
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/jacoco.exec
[INFO] 
[INFO] ----------< org.eclipse.birt:org.eclipse.birt.chart.examples >----------
[INFO] Building org.eclipse.birt.chart.examples 4.15.0-SNAPSHOT       [111/280]
[INFO]   from chart/org.eclipse.birt.chart.examples/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples ---
[INFO] Resolving class path of org.eclipse.birt.chart.examples
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.examples ---
[INFO] Compiling 125 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.examples ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.examples ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.examples ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.ide >--
[INFO] Building org.eclipse.birt.report.designer.ui.samples.ide 4.15.0-SNAPSHOT [112/280]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.samples.ide/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samples.ide
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.samplereports >---
[INFO] Building org.eclipse.birt.report.designer.samplereports 4.15.0-SNAPSHOT [113/280]
[INFO]   from UI/org.eclipse.birt.report.designer.samplereports/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.samplereports
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.example >---------
[INFO] Building org.eclipse.birt.example 4.15.0-SNAPSHOT              [114/280]
[INFO]   from features/org.eclipse.birt.example.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.example:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.example ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.example ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.example ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.example ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target/org.eclipse.birt.example-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.example ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target/org.eclipse.birt.example-4.15.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.example ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.example ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.example ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.example ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target/jacoco.exec
[INFO] 
[INFO] --------------< org.eclipse.birt:org.eclipse.birt.tests >---------------
[INFO] Building org.eclipse.birt.tests 4.15.0-SNAPSHOT                [115/280]
[INFO]   from testsuites/org.eclipse.birt.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.tests ---
[INFO] Resolving class path of org.eclipse.birt.tests
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.birt.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:org.eclipse.birt.report.engine.testhelper >-----
[INFO] Building org.eclipse.birt.report.engine.testhelper 4.15.0-SNAPSHOT [116/280]
[INFO]   from engine/org.eclipse.birt.report.engine.testhelper/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.testhelper
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/enginetesthelper.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odp >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.odp 4.15.0-SNAPSHOT [117/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config.odp/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.odp
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ods >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.ods 4.15.0-SNAPSHOT [118/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config.ods/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.ods
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odt >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.odt 4.15.0-SNAPSHOT [119/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config.odt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.odt
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odp >-----
[INFO] Building org.eclipse.birt.report.engine.emitter.odp 4.15.0-SNAPSHOT [120/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.odp/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.odp
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.excel >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.excel 4.15.0-SNAPSHOT [121/280]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.config.excel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.excel
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt.features:org.eclipse.birt.osgi.runtime >-------
[INFO] Building org.eclipse.birt.osgi.runtime 4.15.0-SNAPSHOT         [122/280]
[INFO]   from features/org.eclipse.birt.osgi.runtime/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.osgi.runtime:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.osgi.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.osgi.runtime ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.osgi.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.osgi.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.osgi.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.osgi.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target/org.eclipse.birt.osgi.runtime-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.osgi.runtime ---
[WARNING] The following referenced plugins have missing sources
	org.apache.commons.codec_1.14.0.v20221112-0806
	org.apache.commons.math3.source_3.6.1

[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target/org.eclipse.birt.osgi.runtime-4.15.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.osgi.runtime ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.osgi.runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.osgi.runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.osgi.runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.tests >--------
[INFO] Building org.eclipse.birt.report.engine.tests 4.15.0-SNAPSHOT  [123/280]
[INFO]   from engine/org.eclipse.birt.report.engine.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.tests ---
[INFO] The project's OSGi version is 4.15.0.v202403111007
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.tests
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.tests ---
[INFO] Compiling 184 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.15.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/reportenginetests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.15.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.birt.report.engine.tests ---
[WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority
[INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.java.profile=file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/surefire.properties]
Running org.eclipse.birt.report.engine.AllTests
Mar 11, 2024 10:12:13 AM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions
INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
Mar 11, 2024 10:12:13 AM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions
INFO: Found JDBC driverinfo extension: driverClass=org.eclipse.birt.report.data.oda.sampledb.Driver, connectionFactory=org.eclipse.birt.report.data.oda.sampledb.SampleDBJDBCConnectionFactory
Mar 11, 2024 10:12:13 AM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin start
INFO: Sampledb plugin starts up. Current startCount=0
Mar 11, 2024 10:12:13 AM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin init
INFO: Creating Sampledb database at location /tmp/BIRTSampleDB_1710151933698_4a3516fd
1 San Francisco +1 650 219 4782 100 Market Street Suite 300 CA USA 94080 NA 
2 Boston +1 215 837 0825 1550 Court Place Suite 102 MA USA 02107 NA 
3 NYC +1 212 555 3000 523 East 53rd Street apt. 5A NY USA 10022 NA 
4 Paris +33 14 723 4404 43 Rue Jouffroy D'abbans null null France 75017 EMEA 
5 Tokyo +81 33 224 5000 4-1 Kioicho null Chiyoda-Ku Japan 102-8578 Japan 
103 Atelier graphique Schmitt Carine  40.32.2555 54, rue Royale null Nantes null 44000 France 1370 21000.0 
112 Signal Gift Stores King Jean 7025551838 8489 Strong St. null Las Vegas NV 83030 USA 1166 71800.0 
114 Australian Collectors, Co. Ferguson Peter 03 9520 4555 636 St Kilda Road Level 3 Melbourne Victoria 3004 Australia 1611 117300.0 
119 La Rochelle Gifts Labrune Janine  40.67.8555 67, rue des Cinquante Otages null Nantes null 44000 France 1370 118200.0 
121 Baane Mini Imports Bergulfsen Jonas  07-98 9555 Erling Skakkes gate 78 null Stavern null 4110 Norway 1504 81700.0 
124 Mini Gifts Distributors Ltd. Nelson Susan 4155551450 5677 Strong St. null San Rafael CA 97562 USA 1165 210500.0 
125 Havel & Zbyszek Co Piestrzeniewicz Zbyszek  (26) 642-7555 ul. Filtrowa 68 null Warszawa null 01-012 Poland null 0.0 
128 Blauer See Auto, Co. Keitel Roland +49 69 66 90 2555 Lyonerstr. 34 null Frankfurt null 60528 Germany 1504 59700.0 
129 Mini Wheels Co. Murphy Julie 6505555787 5557 North Pendale Street null San Francisco CA 94217 USA 1165 64600.0 
131 Land of Toys Inc. Lee Kwai 2125557818 897 Long Airport Avenue null NYC NY 10022 USA 1323 114900.0 
141 Euro+ Shopping Channel Freyre Diego  (91) 555 94 44 C/ Moralzarzal, 86 null Madrid null 28034 Spain 1370 227600.0 
144 Volvo Model Replicas, Co Berglund Christina  0921-12 3555 Berguvsvägen  8 null Luleå null S-958 22 Sweden 1504 53100.0 
145 Danish Wholesale Imports Petersen Jytte  31 12 3555 Vinbæltet 34 null Kobenhavn null 1734 Denmark 1401 83400.0 
146 Saveley & Henriot, Co. Saveley Mary  78.32.5555 2, rue du Commerce null Lyon null 69004 France 1337 123900.0 
148 Dragon Souveniers, Ltd. Natividad Eric +65 221 7555 Bronz Sok. Bronz Apt. 3/6 Tesvikiye Singapore null 079903 Singapore 1621 103800.0 
151 Muscle Machine Inc Young Jeff 2125557413 4092 Furth Circle Suite 400 NYC NY 10022 USA 1286 138500.0 
157 Diecast Classics Inc. Leong Kelvin 2155551555 7586 Pompton St. null Allentown PA 70267 USA 1216 100600.0 
161 Technics Stores Inc. Hashimoto Juri 6505556809 9408 Furth Circle null Burlingame CA 94217 USA 1165 84600.0 
166 Handji Gifts& Co Victorino Wendy +65 224 1555 106 Linden Road Sandown 2nd Floor Singapore null 069045 Singapore 1612 97900.0 
167 Herkku Gifts Oeztan Veysel +47 2267 3215 Brehmen St. 121 PR 334 Sentrum Bergen null N 5804 Norway 1504 96800.0 
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://354.fwk1048611801/fontsConfig.xml cost 5ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ko.UTF-8/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/zh/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/KOI8-R/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/zh_CN/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/truetype cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/zh_HK.BIG5HK/X11/fonts/TT cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/tt cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ar/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/zh_TW.BIG5/X11/fonts/TT cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ja/X11/fonts/TT cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in d:/windows/fonts cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/iso_8859_2/X11/fonts/TrueType cost:1ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/iso_8859_5/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/hi_IN.UTF-8/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/TTF cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/zh.GBK/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/ja/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/TTF cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/zh_TW/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in C:/windows/fonts cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/OTF cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in e:/windows/fonts cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in e:/WINNT/fonts cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/iso_8859_9/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in d:/WINNT/fonts cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/OTF cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in g:/WINNT/fonts cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/iso_8859_8/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/zh_TW/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ru.ansi-1251/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/default/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/iso_8859_7/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in f:/WINNT/fonts cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/iso_8859_13/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/euro_fonts/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in f:/windows/fonts cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/iso_8859_15/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/th_TH/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ko/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X/lib/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/truetype cost:1ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in C:/WINNT/fonts cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/zh_CN.GB18030/X11/fonts/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in g:/windows/fonts cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/ko/TrueType cost:0ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://354.fwk1048611801/fontsConfig_linux.xml cost 1ms
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://354.fwk1048611801/fontsConfig_pdf.xml cost 1ms
CUSTOMERNUMBER,CHECKNUMBER,PAYMENTDATE,now,now
103.00,hq336336,2012-10-19,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
103.00,jm555205,2011-06-05,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
103.00,om314933,2012-12-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
112.00,bo864823,2012-12-17,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
112.00,hq55022,2011-06-06,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
112.00,nd748579,2012-08-20,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
114.00,gg31455,2011-05-20,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
114.00,ma765515,2012-12-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
114.00,np603840,2011-05-31,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
114.00,nr27552,2012-03-10,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
119.00,db933704,2012-11-14,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
119.00,ln373447,2012-08-08,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
119.00,ng94694,2013-02-22,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
121.00,db889831,2011-02-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
121.00,fd317790,2011-10-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
121.00,ki831359,2012-11-04,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
121.00,ma302151,2012-11-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
124.00,ae215433,2013-03-05,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
124.00,bg255406,2012-08-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
124.00,cq287967,2011-04-11,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
124.00,et64396,2013-04-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
124.00,hi366474,2012-12-27,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
124.00,hr86578,2012-11-02,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
124.00,ki131716,2011-08-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
124.00,lf217299,2012-03-26,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
124.00,nt141748,2011-11-25,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
128.00,di925118,2011-01-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
128.00,fa465482,2011-10-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
128.00,fh668230,2012-03-24,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
128.00,ip383901,2012-11-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
129.00,dm826140,2012-12-08,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
129.00,id449593,2011-12-11,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
129.00,pi42991,2011-04-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
131.00,cl442705,2011-03-12,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
131.00,ma724562,2012-12-02,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
131.00,nb445135,2012-09-11,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,au364101,2011-07-19,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,db583216,2012-11-01,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,dl460618,2013-05-19,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,hj32686,2012-01-30,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,id10962,2012-12-31,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,in446258,2013-03-25,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,je105477,2013-03-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,jn355280,2011-10-26,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,jn722010,2011-02-25,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,kt52578,2011-12-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,mc46946,2012-07-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,mf629602,2012-08-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
141.00,nu627706,2012-05-17,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
144.00,ir846303,2012-12-12,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
144.00,la685678,2011-04-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
145.00,cn328545,2012-07-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
145.00,ed39322,2012-04-26,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
145.00,hr182688,2012-12-01,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
145.00,jj246391,2011-02-20,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
146.00,fp549817,2012-03-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
146.00,fu793410,2012-01-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
146.00,lj160635,2011-12-10,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
148.00,bi507030,2011-04-22,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
148.00,dd635282,2012-08-11,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
148.00,km172879,2011-12-26,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
148.00,me497970,2013-03-27,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
151.00,bf686658,2011-12-22,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
151.00,gb852215,2012-07-26,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
151.00,ip568906,2011-06-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
151.00,ki884577,2012-12-14,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
157.00,hi618861,2012-11-19,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
157.00,nn711988,2012-09-07,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
161.00,br352384,2012-11-14,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
161.00,br478494,2011-11-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
161.00,kg644125,2013-02-02,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
161.00,ni908214,2011-08-05,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
166.00,bq327613,2012-09-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
166.00,dc979307,2012-07-07,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
166.00,la318629,2012-02-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
167.00,ed743615,2012-09-19,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
167.00,gn228846,2011-12-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
171.00,gb878038,2012-03-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
171.00,il104425,2011-11-22,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
172.00,ad832091,2012-09-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
172.00,ce51751,2012-12-04,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
172.00,eh208589,2011-04-20,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
173.00,gp545698,2012-05-13,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
173.00,ig462397,2012-03-29,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
175.00,io448913,2011-11-19,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
175.00,pi15215,2012-07-10,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
177.00,au750837,2012-04-17,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
177.00,ci381435,2012-01-19,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
181.00,cm564612,2012-04-25,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
175.00,citi3434344,2013-05-19,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
209.00,boaf82044,2013-05-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
181.00,gq132144,2011-01-30,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
181.00,oh367219,2012-11-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
186.00,ae192287,2013-03-10,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
186.00,ak412714,2011-10-27,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
186.00,ka602407,2012-10-21,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
187.00,am968797,2012-11-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
187.00,bq39062,2012-12-08,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
187.00,kl124726,2011-03-27,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
189.00,bo711618,2012-10-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
189.00,nm916675,2012-03-01,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
198.00,fi192930,2012-12-06,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
198.00,hq920205,2011-07-06,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
198.00,is946883,2012-09-21,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
201.00,dp677013,2011-10-20,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
201.00,oo846801,2012-06-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
202.00,hi358554,2011-12-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
202.00,iq627690,2012-11-08,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
204.00,gc697638,2012-08-13,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
204.00,is150005,2012-09-24,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
205.00,gl756480,2011-12-04,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
205.00,ll562733,2011-09-05,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
205.00,nm739638,2013-02-06,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
209.00,ed520529,2012-06-21,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
209.00,ph785937,2012-05-04,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
211.00,bj535230,2011-12-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
216.00,bg407567,2011-05-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
216.00,ml780814,2012-12-06,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
216.00,mm342086,2011-12-14,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
219.00,bn17870,2013-03-02,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
219.00,br941480,2011-10-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
227.00,mq413968,2011-10-31,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
227.00,nu21326,2012-11-02,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
233.00,ii180006,2012-07-01,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
233.00,jg981190,2011-11-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
239.00,nq865547,2012-03-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
240.00,if245157,2012-11-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
240.00,jo719695,2012-03-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
242.00,af40894,2011-11-22,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
242.00,hr224331,2013-06-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
242.00,ki744716,2011-07-21,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
249.00,ij399820,2012-09-19,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
249.00,ne404084,2012-09-04,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
250.00,eq12267,2013-05-17,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
250.00,hd284647,2012-12-30,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
250.00,hn114306,2011-07-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
256.00,ep227123,2012-02-10,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
256.00,he84936,2012-10-22,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
259.00,eu280955,2012-11-06,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
259.00,gb361972,2011-12-07,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
260.00,io164641,2012-08-30,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
260.00,nh776924,2012-04-24,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
276.00,em979878,2013-02-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
276.00,km841847,2011-11-13,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
276.00,le432182,2011-09-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
276.00,oj819725,2013-04-30,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
278.00,bj483870,2012-12-05,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
278.00,gp636783,2011-03-02,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
278.00,ni983021,2011-11-24,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
282.00,ia793562,2011-08-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
282.00,jt819493,2012-08-02,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
282.00,od327378,2013-01-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
286.00,dr578578,2012-10-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
286.00,kh910279,2012-09-05,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
298.00,aj574927,2012-03-13,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
298.00,lf501133,2012-09-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
299.00,ad304085,2011-10-24,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
299.00,nr157385,2012-09-05,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
311.00,dg336041,2013-02-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
311.00,fa728475,2011-10-06,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
311.00,nq966143,2012-04-25,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
314.00,lq244073,2012-08-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
314.00,md809704,2012-03-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
319.00,hl685576,2012-11-06,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
319.00,om548174,2011-12-07,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
320.00,gj597719,2013-01-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
320.00,ho576374,2011-08-20,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
320.00,mu817160,2011-11-24,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
321.00,dj15149,2011-11-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
321.00,la556321,2013-03-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
323.00,al493079,2013-05-23,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
323.00,es347491,2012-06-24,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
323.00,hg738664,2011-07-05,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
323.00,pq803830,2012-12-24,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
324.00,dq409197,2012-12-13,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
324.00,fp443161,2011-07-07,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
324.00,hb150714,2011-11-23,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
328.00,en930356,2012-04-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
328.00,nr631421,2012-05-30,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
333.00,hl209210,2011-11-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
333.00,jk479662,2011-10-17,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
333.00,nf959653,2013-03-01,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
334.00,cs435306,2013-01-27,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
334.00,hh517378,2011-08-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
334.00,lf737277,2012-05-22,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
339.00,ap286625,2012-10-24,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
339.00,da98827,2011-11-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
344.00,af246722,2011-11-24,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
344.00,nj906924,2012-04-02,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
347.00,dg700707,2012-01-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
347.00,lg808674,2011-10-24,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
350.00,bq602907,2012-12-11,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
350.00,ci471510,2011-05-25,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
350.00,ob648482,2013-01-29,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
353.00,co351193,2013-01-10,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
353.00,ed878227,2011-07-21,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
353.00,gt878649,2011-05-21,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
353.00,hj618252,2013-06-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
357.00,ag240323,2011-12-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
357.00,nb291497,2012-05-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
362.00,fp170292,2012-07-11,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
362.00,og208861,2012-09-21,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
363.00,hl575273,2012-11-17,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
363.00,is232033,2011-01-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
363.00,pn238558,2011-12-05,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
379.00,ca762595,2013-02-12,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
379.00,fr499138,2011-09-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
379.00,gb890854,2012-08-02,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
381.00,bc726082,2012-12-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
381.00,cc475233,2011-04-19,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
381.00,gb117430,2013-02-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
381.00,ms154481,2011-08-22,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
382.00,cc871084,2011-05-12,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
382.00,ct821147,2012-08-01,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
382.00,ph29054,2012-11-27,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
385.00,bn347084,2011-12-02,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
385.00,cp804873,2012-11-19,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
385.00,ek785462,2011-03-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
386.00,do106109,2011-11-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
386.00,hg438769,2012-07-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
398.00,aj478695,2013-02-14,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
398.00,do787644,2012-06-21,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
398.00,kb54275,2012-11-29,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
406.00,hj217687,2012-01-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
406.00,na197101,2012-06-17,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
412.00,gh197075,2012-07-25,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
412.00,pj434867,2012-04-14,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
415.00,er54537,2012-09-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
424.00,kf480160,2012-12-07,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
424.00,lm271923,2011-04-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
424.00,oa595449,2011-10-31,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
447.00,ao757239,2011-09-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
447.00,er615123,2011-06-25,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
447.00,ou516561,2012-12-17,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
448.00,fs299615,2013-04-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
448.00,kr822727,2012-09-30,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
450.00,ef485824,2012-06-21,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
452.00,ed473873,2011-11-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
452.00,fn640986,2011-11-20,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
452.00,hg635467,2013-05-03,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
455.00,ha777606,2011-12-05,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
455.00,ir662429,2012-05-12,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
456.00,gj715659,2012-11-13,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
456.00,mo743231,2012-04-30,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
458.00,dd995006,2012-11-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
458.00,na377824,2012-02-06,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
458.00,oo606861,2011-06-13,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
462.00,ed203908,2013-04-15,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
462.00,gc60330,2011-11-08,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
462.00,pe176846,2012-11-27,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
471.00,ab661578,2012-07-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
471.00,co645196,2011-12-10,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
473.00,ll427009,2012-02-17,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
473.00,pc688499,2011-10-27,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
475.00,jp113227,2011-12-09,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
475.00,pb951268,2012-02-13,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
484.00,gk294076,2012-10-26,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
484.00,jh546765,2011-11-29,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
486.00,bl66528,2012-04-14,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
486.00,hs86661,2012-11-23,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
486.00,jb117768,2011-03-20,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
487.00,ah612904,2011-09-28,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
487.00,pt550181,2012-02-29,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
489.00,oc773849,2011-12-04,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
489.00,po860906,2012-01-31,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
495.00,bh167026,2011-12-26,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
495.00,fn155234,2012-05-14,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
496.00,eu531600,2013-05-25,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
496.00,mb342426,2011-07-16,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
496.00,mn89921,2012-12-31,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
233.00,bofa23232,2013-05-20,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
398.00,jpmr4544,2013-05-18,2024-03-11 15:12:16.016 +0500,"March 11, 2024"
406.00,bjmpr4545,2013-04-23,2024-03-11 15:12:16.016 +0500,"March 11, 2024"

Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.api.impl.EngineLoggerTest log
WARNING: WARNING_LOG_RECORD
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.api.impl.EngineLoggerTest log
WARNING: WARNING_LOG_RECORD
Mar 11, 2024 10:12:16 AM org.eclipse.birt.report.engine.api.impl.EngineLoggerTest log
WARNING: WARNING_LOG_RECORD
Build was aborted
Aborted by Ed Merks
Skipped archiving because build is not successful
Recording test results
[INFO] 
[INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.tests >-------
[INFO] Building org.eclipse.birt.report.designer.tests 4.15.0-SNAPSHOT [124/280]
[INFO]   from UI/org.eclipse.birt.report.designer.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
No test report files were found. Configuration error?
None of the test reports contained any result
Finished: ABORTED